changeset 215:24e9907bd3e4

Removed autogen.sh-script, use bootstrap.sh instead.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 15 Dec 2004 11:09:01 +0000
parents 575686094eb1
children e776df0ee706
files autogen.sh
diffstat 1 files changed, 0 insertions(+), 25 deletions(-) [+]
line wrap: on
line diff
--- 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 $*