# HG changeset patch # User Matti Hamalainen # Date 1103108941 0 # Node ID 24e9907bd3e4cc7e5f79cb082aa2e1830d690e2a # Parent 575686094eb1441fd3f2a7b9e3934aeac5252f10 Removed autogen.sh-script, use bootstrap.sh instead. diff -r 575686094eb1 -r 24e9907bd3e4 autogen.sh --- a/autogen.sh Wed Dec 15 11:02:02 2004 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,25 +0,0 @@ -#! /bin/sh - -echo "**" -echo "** Generating build information." -echo "** This may take a while, please be patient ..." -echo "**" - -rm -f config.cache config.log - -# Touch the timestamps on all the files since CVS messes them up -directory=`dirname $0` -touch $directory/configure.in - -# Regenerate configuration files -echo "- aclocal" -aclocal -I . - -echo "- automake" -automake --foreign -v - -echo "- autoconf" -autoconf - -# Run configure for this platform -./configure $*