shouldn't need automake-1.4
authorJohn Corwin <jcorwin@src.gnome.org>
Wed, 2 Oct 2002 20:13:06 +0000 (20:13 +0000)
committerJohn Corwin <jcorwin@src.gnome.org>
Wed, 2 Oct 2002 20:13:06 +0000 (20:13 +0000)
svn path=/trunk/; revision=2598

macros/autogen.sh

index 4f57a71..a852f5e 100644 (file)
@@ -69,7 +69,7 @@ fi
 #  }
 #}
 
-(automake-1.4 --version) < /dev/null > /dev/null 2>&1 || {
+(automake-1.4 --version || automake --version) < /dev/null > /dev/null 2>&1 || {
   echo
   echo "**Error**: You must have \`automake' installed to compile $PKG_NAME."
   echo "Get ftp://ftp.gnu.org/pub/gnu/automake-1.3.tar.gz"