mirror of https://github.com/MidnightCommander/mc
Just for kicks
This commit is contained in:
parent
07d28f67ca
commit
ba93bd26d4
|
@ -8,7 +8,7 @@ test -z "$srcdir" && srcdir=.
|
|||
cd $srcdir
|
||||
if test -d macros; then
|
||||
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
|
||||
echo macros directory not found, skipping generation of aclocal.m4
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue