diff options
Diffstat (limited to 'configure.in')
-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 |