Browse Source

* autogen.sh: Comment workaround for Automake 1.5. It's not working
for Automake 1.9.

Andrew V. Samoilov 20 years ago
parent
commit
9ce7ab3b9b
2 changed files with 7 additions and 1 deletions
  1. 5 0
      ChangeLog
  2. 2 1
      autogen.sh

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+2004-12-10  Pavel S. Shirshov  <me@pavelsh.pp.ru>
+
+	* autogen.sh: Comment workaround for Automake 1.5. It's not working
+	for Automake 1.9.
+
 2004-12-07  Roland Illig  <roland.illig@gmx.de>
 
 	* syntax/Makefile.am: Don't install syntax highlighting files if

+ 2 - 1
autogen.sh

@@ -90,7 +90,8 @@ test -f configure || \
   { echo "autoconf failed to generate configure" 2>&1; exit 1; }
 
 # Workaround for Automake 1.5 to ensure that depcomp is distributed.
-$AUTOMAKE -a src/Makefile
+# Uncomment this for Automake 1.5
+#$AUTOMAKE -a src/Makefile
 $AUTOMAKE -a
 test -f Makefile.in || \
   { echo "automake failed to generate Makefile.in" 2>&1; exit 1; }