1998-12-17 Christopher Blizzard <blizzard@appliedtheory.com>

* autogen.sh (srcdir): Honor $ACLOCAL_FLAGS when running aclocal.
This commit is contained in:
Christopher Blizzard 1998-12-17 19:57:06 +00:00
parent 67e7800efe
commit c71bddeb43
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
1998-12-17 Christopher Blizzard <blizzard@appliedtheory.com>
* autogen.sh (srcdir): Honor $ACLOCAL_FLAGS when running aclocal.
Sun Dec 13 15:26:19 1998 Norbert Warmuth <nwarmuth@privat.circular.de>
* Makefile.in (target installdirs): create $(DESTDIR)$(idldir)

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 -I macros $ACLOCAL_FLAGS
else
echo macros directory not found, skipping generation of aclocal.m4
fi