diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-04-24 06:35:53 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-04-24 06:35:53 +0200 |
commit | c39096a5deff3da19d474658193ca91659d12dd4 (patch) | |
tree | a268d9fc365760abb1acb26dcab78915fb9aba75 | |
parent | d52b3f476e77703aefede89f6c25218ac5289bc3 (diff) | |
download | fetchmail-c39096a5deff3da19d474658193ca91659d12dd4.tar.gz fetchmail-c39096a5deff3da19d474658193ca91659d12dd4.tar.bz2 fetchmail-c39096a5deff3da19d474658193ca91659d12dd4.zip |
Remove debian/ and other cruft.
-rwxr-xr-x | autogen.sh | 16 |
1 files changed, 1 insertions, 15 deletions
@@ -4,6 +4,7 @@ # (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 |