mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
Just for kicks
This commit is contained in:
parent
07d28f67ca
commit
ba93bd26d4
@ -8,7 +8,7 @@ test -z "$srcdir" && srcdir=.
|
|||||||
cd $srcdir
|
cd $srcdir
|
||||||
if test -d macros; then
|
if test -d macros; then
|
||||||
test -f mc-aclocal.m4 && test -f gettext.m4 && cat mc-aclocal.m4 gettext.m4 > acinclude.m4
|
test -f mc-aclocal.m4 && test -f gettext.m4 && cat mc-aclocal.m4 gettext.m4 > acinclude.m4
|
||||||
aclocal -I macros $ACLOCAL_FLAGS
|
aclocal -I macros
|
||||||
else
|
else
|
||||||
echo macros directory not found, skipping generation of aclocal.m4
|
echo macros directory not found, skipping generation of aclocal.m4
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user