X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=autogen.sh;h=4a780a4f3c58efd1342e6a601e9eb084b5571f43;hb=e75c62b234a699557c023970466a8accd0b5a7b2;hp=c951f2280ea10a61041c1b27484042f1a6d101ad;hpb=1bf1f3378d5c3d38e79a538157b6045def0564fe;p=~andy%2Ffetchmail diff --git a/autogen.sh b/autogen.sh index c951f228..4a780a4f 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,9 +1,10 @@ #! /bin/sh -# bootstrap.sh - bootstrap the fetchmail build after a fresh subversion checkout -# (C) 2004 Matthias Andree -- GNU GPL V2 +# autogen.sh - bootstrap the fetchmail build after a fresh git checkout +# (C) 2004, 2010 Matthias Andree -- GNU GPL V2 or newer set -e + # sanity checks: test -f fetchmail.h test -f fetchmail.c @@ -17,25 +18,10 @@ 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:=autoreconf} -iv -# Taken from ESR's autgen.sh: -# -# For the Debian build, refresh list of +x scripts, to avoid -# possible breakage if upstream tarball does not include the file -# or if it is mispackaged for whatever reason -# -test -d debian && { - rm -f debian/executable.files - find -type f -perm +111 ! -name '.*' -fprint debian/executable.files -} - echo echo "You can now run ./configure and make as usual. See INSTALL for details." echo