X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=configure.ac;h=872cdc763af4ce61d55e6ef613d48a2e72e39756;hb=dbdac3eb37da869f40adfa756616240ca293ed1c;hp=db44d164b765a8558ac57c4cf218b1b5a1b29ef8;hpb=e50c1ea395c49b1480332f0ec08ffc20e72b6e80;p=ghc-hetmet.git diff --git a/configure.ac b/configure.ac index db44d16..872cdc7 100644 --- a/configure.ac +++ b/configure.ac @@ -33,6 +33,17 @@ fi AC_SUBST([CONFIGURE_ARGS], [$ac_configure_args]) +dnl ---------------------------------------------------------- +dnl ** Find unixy sort and find commands, +dnl ** which are needed by FP_SETUP_PROJECT_VERSION + +dnl ** Find find command (for Win32's benefit) +FP_PROG_FIND + +dnl ** Find sort command (for the benefit of Win32 environs) +FP_PROG_SORT + +dnl ---------------------------------------------------------- FP_SETUP_PROJECT_VERSION # Hmmm, we fix the RPM release number to 1 here... Is this convenient? @@ -552,12 +563,6 @@ AC_SUBST(SRC_LD_OPTS) dnl ** figure out how to do context diffs FP_PROG_CONTEXT_DIFF -dnl ** Find find command (for Win32's benefit) -FP_PROG_FIND - -dnl ** Find sort command (for the benefit of Win32 environs) -FP_PROG_SORT - dnl Let's make sure install-sh is executable here. If we got it from dnl a darcs repo, it might not be (see bug #978). chmod +x install-sh