X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=distrib%2Fconfigure-bin.ac;h=0d01388e8086797d653e89dae73dd7d5776e38b4;hb=2eb04ca0f8d0ec72b417cddc60672c696b4a3daa;hp=a852ec9ba91f337bc3bad0e6c96c381bd4ff88bf;hpb=1230feb3ae6545682218f364ced35115355e6b1b;p=ghc-hetmet.git diff --git a/distrib/configure-bin.ac b/distrib/configure-bin.ac index a852ec9..0d01388 100644 --- a/distrib/configure-bin.ac +++ b/distrib/configure-bin.ac @@ -5,7 +5,7 @@ dnl # # Is it there? -AC_INIT(Makefile.in) +AC_INIT(Makefile-vars.in) exeext='' @@ -96,6 +96,8 @@ x86_64-*-openbsd*) TargetPlatform=x86_64-unknown-openbsd;; x86_64-*-netbsd*) TargetPlatform=x86_64-unknown-netbsd;; +x86_64-apple-darwin*) + TargetPlatform=x86_64-apple-darwin;; *) echo "Unrecognised platform: $TargetPlatform" exit 1 @@ -106,6 +108,8 @@ echo "Which we'll further canonicalise into: $TargetPlatform" AC_SUBST(TargetPlatform) AC_SUBST(exeext) +FP_FIND_ROOT + # dnl ** Check Perl installation ** # @@ -128,6 +132,11 @@ dnl ** how to do symlinks ** AC_PROG_LN_S() # +dnl ** how to invoke `ar' and `ranlib' +# +FP_PROG_AR_NEEDS_RANLIB + +# dnl ** Find the path to sed ** # AC_PATH_PROG(SedCmd,sed) @@ -139,7 +148,7 @@ FP_HAVE_GCC AC_PROG_CPP # -AC_OUTPUT(Makefile) +AC_OUTPUT(Makefile-vars) echo "****************************************************" echo "Configuration done, ready to either 'make install'"