diff options
author | Josh Coalson <jcoalson@users.sourceforce.net> | 2007-09-11 06:32:26 +0000 |
---|---|---|
committer | Josh Coalson <jcoalson@users.sourceforce.net> | 2007-09-11 06:32:26 +0000 |
commit | 0b12f7fad76c282e6726318053a79b7c0569b960 (patch) | |
tree | f0a588a939a0c4deba60230fca632ff709bb8118 /autogen.sh | |
parent | d22b8887c2d3ad09e3ee56c146335f3f3aefcdfa (diff) | |
download | flac-0b12f7fad76c282e6726318053a79b7c0569b960.tar.gz |
minor formatting
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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` |