summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2007-09-11 06:32:26 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2007-09-11 06:32:26 +0000
commit0b12f7fad76c282e6726318053a79b7c0569b960 (patch)
treef0a588a939a0c4deba60230fca632ff709bb8118 /autogen.sh
parentd22b8887c2d3ad09e3ee56c146335f3f3aefcdfa (diff)
downloadflac-0b12f7fad76c282e6726318053a79b7c0569b960.tar.gz
minor formatting
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
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`