X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=aclocal.m4;h=74338732797393a1c92238393fe4d8cb57d6c0d7;hb=668ac8061c35fd5b72816fd3c4dd4881c46db737;hp=357c2e33fdeb56cd6c70fa93a82ad7b942b2f6e9;hpb=28e92f3622eaf5ea28cb6226aa41cee8ad69681d;p=ghc-hetmet.git diff --git a/aclocal.m4 b/aclocal.m4 index 357c2e3..7433873 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -635,7 +635,7 @@ AC_SUBST([ArArgs], ["$fp_prog_ar_args"]) # FP_PROG_AR_NEEDS_RANLIB # ----------------------- # Sets the output variable RANLIB to "ranlib" if it is needed and found, -# to ":" otherwise. +# to "true" otherwise. AC_DEFUN([FP_PROG_AR_NEEDS_RANLIB], [AC_REQUIRE([FP_PROG_AR_IS_GNU]) AC_REQUIRE([FP_PROG_AR_ARGS]) @@ -655,7 +655,7 @@ fi]) if test $fp_cv_prog_ar_needs_ranlib = yes; then AC_PROG_RANLIB else - RANLIB=":" + RANLIB="true" AC_SUBST([RANLIB]) fi ])# FP_PROG_AR_NEEDS_RANLIB