minor formatting
authorJosh Coalson <jcoalson@users.sourceforce.net>
Tue, 11 Sep 2007 06:32:26 +0000 (06:32 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Tue, 11 Sep 2007 06:32:26 +0000 (06:32 +0000)
autogen.sh

index 273e543..e2b63ba 100755 (executable)
@@ -49,7 +49,7 @@ echo "checking for autoconf... "
 VERSIONGREP="sed -e s/.*[^0-9\.]\([0-9][0-9]*\.[0-9][0-9]*\).*/\1/"
 VERSIONMKMAJ="sed -e s/\([0-9][0-9]*\)[^0-9].*/\\1/"
 VERSIONMKMIN="sed -e s/.*[0-9][0-9]*\.//"
-                                                                                
+
 # do we need automake?
 if test -r Makefile.am; then
   AM_OPTIONS=`fgrep AUTOMAKE_OPTIONS Makefile.am`