Just for kicks

This commit is contained in:
Miguel de Icaza 1998-12-16 03:47:34 +00:00
parent 07d28f67ca
commit ba93bd26d4
1 changed files with 1 additions and 1 deletions

View File

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