aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 4202e5ee..c951f228 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -8,18 +8,22 @@ set -e
test -f fetchmail.h
test -f fetchmail.c
test -f Makefile.am
+
+# kill junk:
rm -rf autom4te.cache
+
echo
echo "Please stand by while generating files,"
echo "this may take a minute or two..."
echo
+
# Original autogen.sh:
#rm -f po/Makefile.in.in po/ChangeLog po/ChangeLog~ || true
#gettextize -c -f || true
# do not use -s here, Eric S. Raymond (ESR) writes they don't
# work well in Debian's build system
-autoreconf -iv
+${AUTORECONF:=autoreconf} -iv
# Taken from ESR's autgen.sh:
#