diff autogen.sh @ 35:3fcc147b253a

Updates towards 0.8beta0
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 19 Jun 2003 20:13:00 +0000
parents 364fe4a69c2b
children
line wrap: on
line diff
--- a/autogen.sh	Thu Jun 19 20:12:02 2003 +0000
+++ b/autogen.sh	Thu Jun 19 20:13:00 2003 +0000
@@ -1,9 +1,9 @@
 #! /bin/sh
 
-echo "**************************************************"
-echo "** Generating build information                 **"
-echo "** This may take a while, please be patient ... **"
-echo "**************************************************"
+echo "**"
+echo "** Generating build information."
+echo "** This may take a while, please be patient ..."
+echo "**"
 
 rm -f config.cache config.log
 
@@ -12,13 +12,13 @@
 touch $directory/configure.in
 
 # Regenerate configuration files
-echo "* aclocal"
+echo "- aclocal"
 aclocal -I .
 
-echo "* automake"
+echo "- automake"
 automake --foreign -v
 
-echo "* autoconf"
+echo "- autoconf"
 autoconf
 
 # Run configure for this platform