From 1bf1f3378d5c3d38e79a538157b6045def0564fe Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sun, 20 Jun 2004 16:01:50 +0000 Subject: Allow user to override autoreconf through setting the AUTORECONF variable in his environment. svn path=/trunk/; revision=3917 --- autogen.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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: # -- cgit v1.2.3