diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 711635cc5d..4a310bc4c8 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ Dnl Process this file with autoconf to produce a configure script. AC_REVISION([$CVSid$]) -AC_PREREQ(2.9)dnl dnl Minimum Autoconf version required. +AC_PREREQ(2.10)dnl dnl Minimum Autoconf version required. AC_INIT(features.h) AC_CONFIG_HEADER(config.h) @@ -293,6 +293,7 @@ if test "$INSTALL" = "${srcdir}/install-sh"; then # The makefiles need to use a different form to find it in $srcdir. INSTALL='$(..)./install-sh' fi +AC_PROG_LN_S AC_CHECK_TOOL(CC, gcc) AC_CHECK_TOOL(AR, ar) |