mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
* mc-aclocal.m4: renamed to ...
* acinclude.m4: ... this * autogen.sh: simplified - no more tricks with mc-aclocal.m4 * Makefile.am: aclocal should scan "." for gettext.m4
This commit is contained in:
parent
4651b23593
commit
57aed41219
@ -1,3 +1,10 @@
|
|||||||
|
2000-08-29 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* mc-aclocal.m4: renamed to ...
|
||||||
|
* acinclude.m4: ... this
|
||||||
|
* autogen.sh: simplified - no more tricks with mc-aclocal.m4
|
||||||
|
* Makefile.am: aclocal should scan "." for gettext.m4
|
||||||
|
|
||||||
2000-08-28 Pavel Roskin <proski@gnu.org>
|
2000-08-28 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
* Make.common.in: removed hack for "make distcopy"
|
* Make.common.in: removed hack for "make distcopy"
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
SUBDIRS = vfs lib doc slang gtkedit edit src gnome new_icons \
|
SUBDIRS = vfs lib doc slang gtkedit edit src gnome new_icons \
|
||||||
idl syntax intl doc-gnome po pc
|
idl syntax intl doc-gnome po pc
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I macros
|
ACLOCAL_AMFLAGS = -I . -I macros
|
||||||
|
|
||||||
GNOME_M4_FILES = macros/gnome.m4 macros/gnome-vfs.m4 macros/gnome-undelfs.m4 \
|
GNOME_M4_FILES = macros/gnome.m4 macros/gnome-vfs.m4 macros/gnome-undelfs.m4 \
|
||||||
macros/linger.m4
|
macros/linger.m4
|
||||||
|
@ -6,9 +6,8 @@ test -z "$srcdir" && srcdir=.
|
|||||||
|
|
||||||
(
|
(
|
||||||
cd $srcdir
|
cd $srcdir
|
||||||
if test -d macros && test -f mc-aclocal.m4 && test -f gettext.m4; then
|
if test -d macros; then
|
||||||
cat mc-aclocal.m4 gettext.m4 > acinclude.m4
|
aclocal -I . -I macros $ACLOCAL_FLAGS || exit 1
|
||||||
aclocal -I macros $ACLOCAL_FLAGS || exit 1
|
|
||||||
else
|
else
|
||||||
if test -f aclocal.m4; then
|
if test -f aclocal.m4; then
|
||||||
echo Warning: aclocal.m4 cannot be rebuilt
|
echo Warning: aclocal.m4 cannot be rebuilt
|
||||||
|
Loading…
Reference in New Issue
Block a user