mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
* autogen.sh: Fix workaround for automake 1.5.
This commit is contained in:
parent
1735921c14
commit
1605a544c6
@ -1,3 +1,7 @@
|
|||||||
|
2004-12-30 Andrew V. Samoilov <sav@bcs.zp.ua>
|
||||||
|
|
||||||
|
* autogen.sh: Fix workaround for automake 1.5.
|
||||||
|
|
||||||
2004-12-28 Leonard den Ottolander <leonard * den ottolander nl>
|
2004-12-28 Leonard den Ottolander <leonard * den ottolander nl>
|
||||||
|
|
||||||
* syntax/spec.syntax: Set whole on spec macro option keywords.
|
* syntax/spec.syntax: Set whole on spec macro option keywords.
|
||||||
|
@ -90,8 +90,9 @@ test -f configure || \
|
|||||||
{ echo "autoconf failed to generate configure" 2>&1; exit 1; }
|
{ echo "autoconf failed to generate configure" 2>&1; exit 1; }
|
||||||
|
|
||||||
# Workaround for Automake 1.5 to ensure that depcomp is distributed.
|
# Workaround for Automake 1.5 to ensure that depcomp is distributed.
|
||||||
# Uncomment this for Automake 1.5
|
if test "`$AUTOMAKE --version|awk '{print $NF;exit}'`" = '1.5' ; then
|
||||||
#$AUTOMAKE -a src/Makefile
|
$AUTOMAKE -a src/Makefile
|
||||||
|
fi
|
||||||
$AUTOMAKE -a
|
$AUTOMAKE -a
|
||||||
test -f Makefile.in || \
|
test -f Makefile.in || \
|
||||||
{ echo "automake failed to generate Makefile.in" 2>&1; exit 1; }
|
{ echo "automake failed to generate Makefile.in" 2>&1; exit 1; }
|
||||||
|
Loading…
Reference in New Issue
Block a user