minor formatting

This commit is contained in:
Josh Coalson 2007-09-11 06:32:26 +00:00
parent d22b8887c2
commit 0b12f7fad7
1 changed files with 1 additions and 1 deletions

View File

@ -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`