mirror of https://github.com/MidnightCommander/mc
* autogen.sh: Comment workaround for Automake 1.5. It's not working
for Automake 1.9.
This commit is contained in:
parent
001a6c1b90
commit
9ce7ab3b9b
|
@ -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
|
||||
|
|
|
@ -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; }
|
||||
|
|
Loading…
Reference in New Issue