From 0b12f7fad76c282e6726318053a79b7c0569b960 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Tue, 11 Sep 2007 06:32:26 +0000 Subject: [PATCH] minor formatting --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 273e5437..e2b63ba1 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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`