* 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:
Pavel Roskin 2000-09-12 19:31:56 +00:00
parent e3ad216756
commit 5b5c0dd4c2
3 changed files with 8 additions and 1 deletions

View File

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

View File

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

View File

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