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

for Automake 1.9.
This commit is contained in:
Andrew V. Samoilov 2004-12-10 06:24:35 +00:00
parent 001a6c1b90
commit 9ce7ab3b9b
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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; }