From f4f4b5ff37b19df733987670a5689e3f49de55ca Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sat, 19 Jun 2004 02:39:07 +0000 Subject: This is the large automake/gettext commit. It cleans up the whole build system and drops generated files such as intl/ and some from po/. The package version is moved to configure.in. HTML -> txt conversion is now done in html2txt.sh To bootstrap the package, read README.svn, make sure you have all prerequisite packages installed, then run ./bootstrap.sh. svn path=/trunk/; revision=3907 --- bootstrap.sh | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 bootstrap.sh (limited to 'bootstrap.sh') diff --git a/bootstrap.sh b/bootstrap.sh new file mode 100755 index 00000000..4503c596 --- /dev/null +++ b/bootstrap.sh @@ -0,0 +1,19 @@ +#! /bin/sh + +# bootstrap.sh - bootstrap the fetchmail build after a fresh subversion checkout +# (C) 2004 Matthias Andree -- GNU GPL V2 + +set -e +# sanity checks: +test -f fetchmail.h +test -f fetchmail.c +test -f Makefile.am +rm -rf autom4te.cache +echo +echo "Please stand by while generating files with autoreconf, this may" +echo "take a minute or two..." +echo +autoreconf -isv +echo +echo "You can now run ./configure and make as usual. See INSTALL for details." +echo -- cgit v1.2.3