[geos-commits] r2288 - trunk

svn_geos at osgeo.org svn_geos at osgeo.org
Sun Mar 22 16:29:49 EDT 2009


Author: pramsey
Date: 2009-03-22 16:29:49 -0400 (Sun, 22 Mar 2009)
New Revision: 2288

Modified:
   trunk/autogen.sh
Log:
Show what versions of things we're running


Modified: trunk/autogen.sh
===================================================================
--- trunk/autogen.sh	2009-03-21 02:17:18 UTC (rev 2287)
+++ trunk/autogen.sh	2009-03-22 20:29:49 UTC (rev 2288)
@@ -54,13 +54,13 @@
    AMFLAGS=$AMFLAGS" --include-deps";
 fi
 
-echo "Running aclocal -I macros"
+echo "Running $ACLOCAL -I macros"
 $ACLOCAL -I macros || giveup
 echo "Running autoheader"
 autoheader || giveup
-echo "Running libtoolize"
+echo "Running $LIBTOOLIZE --force --copy"
 $LIBTOOLIZE --force --copy || giveup
-echo "Running automake"
+echo "Running $AUTOMAKE $AMFLAGS"
 $AUTOMAKE $AMFLAGS # || giveup
 echo "Running autoconf"
 autoconf || giveup



More information about the geos-commits mailing list