mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 04:22:34 +03:00
* configure.in: enable AM_MAINTAINER_MODE to be consistent with
other GNOME modules * autogen.sh: remove "-I ." from the "aclocal" command line
This commit is contained in:
parent
e3ad216756
commit
5b5c0dd4c2
@ -1,3 +1,9 @@
|
||||
2000-09-12 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* configure.in: enable AM_MAINTAINER_MODE to be consistent with
|
||||
other GNOME modules
|
||||
* autogen.sh: remove "-I ." from the "aclocal" command line
|
||||
|
||||
2000-09-01 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* configure.in: output vfs/extfs/Makefile
|
||||
|
@ -7,7 +7,7 @@ test -z "$srcdir" && srcdir=.
|
||||
(
|
||||
cd $srcdir
|
||||
if test -d macros; then
|
||||
aclocal -I . -I macros $ACLOCAL_FLAGS || exit 1
|
||||
aclocal -I macros $ACLOCAL_FLAGS || exit 1
|
||||
else
|
||||
if test -f aclocal.m4; then
|
||||
echo Warning: aclocal.m4 cannot be rebuilt
|
||||
|
@ -5,6 +5,7 @@ AC_INIT(create_vcs)
|
||||
AC_CANONICAL_SYSTEM
|
||||
AM_INIT_AUTOMAKE(mc, 4.5.51)
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
AM_MAINTAINER_MODE
|
||||
|
||||
top_srcdir=`dirname $0`
|
||||
AC_SUBST(top_srcdir)
|
||||
|
Loading…
Reference in New Issue
Block a user