1998-12-17 Christopher Blizzard <blizzard@appliedtheory.com>
* autogen.sh (srcdir): Honor $ACLOCAL_FLAGS when running aclocal.
Этот коммит содержится в:
родитель
67e7800efe
Коммит
c71bddeb43
@ -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)
|
||||
|
@ -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
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user