diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-03-29 01:06:01 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-03-29 01:06:01 +0000 |
commit | ce1078cb4c74fbc67647e2709bab8a9e24ccf6a9 (patch) | |
tree | fced0e650ef175d897469e5c66ee6530da77c96e | |
parent | fd45ba1cf3e5697951544ef7a472f1f537b435e1 (diff) | |
download | fetchmail-ce1078cb4c74fbc67647e2709bab8a9e24ccf6a9.tar.gz fetchmail-ce1078cb4c74fbc67647e2709bab8a9e24ccf6a9.tar.bz2 fetchmail-ce1078cb4c74fbc67647e2709bab8a9e24ccf6a9.zip |
More config pastches from HMH.
svn path=/trunk/; revision=3277
-rw-r--r-- | configure.in | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.in b/configure.in index 6ed9e96f..4ed631e0 100644 --- a/configure.in +++ b/configure.in @@ -20,16 +20,6 @@ dnl not available in the system, so as not to cause problems in dnl Makefile.in. Be sure to fix this hack if we start supporting dnl automake (Makefile.am). -if test -z "$AUTOCONF" ; then - AUTOCONF="missing.sh autoconf" -fi -if test -z "$ACLOCAL" ; then - ACLOCAL="missing.sh aclocal" -fi -if test -z "$AUTOHEADER" ; then - AUTOHEADER="missing.sh autoheader" -fi - AC_CANONICAL_HOST AC_PROG_CC AC_PROG_INSTALL |