don't use automake-1.8

git-svn-id: https://svn.musicpd.org/mpd/trunk@154 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
Warren Dukes
2004-03-02 13:12:20 +00:00
parent 4904e64ff1
commit afbae2e6a4
3 changed files with 9 additions and 5 deletions

View File

@@ -25,7 +25,7 @@ echo "This may take a while ..."
# Regenerate configuration files
libtoolize -f -c
for i in -1.8 -1.7 -1.6 ''; do
for i in -1.7 -1.6 ''; do
if [ -z $ACLOCAL ]; then
which aclocal$i
if [ "$?" = "0" ]; then