Browse Source

* configure.in: enable AM_MAINTAINER_MODE to be consistent with
other GNOME modules
* autogen.sh: remove "-I ." from the "aclocal" command line

Pavel Roskin 24 years ago
parent
commit
5b5c0dd4c2
3 changed files with 8 additions and 1 deletions
  1. 6 0
      ChangeLog
  2. 1 1
      autogen.sh
  3. 1 0
      configure.in

+ 6 - 0
ChangeLog

@@ -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>
 2000-09-01  Pavel Roskin  <proski@gnu.org>
 
 
 	* configure.in: output vfs/extfs/Makefile
 	* configure.in: output vfs/extfs/Makefile

+ 1 - 1
autogen.sh

@@ -7,7 +7,7 @@ test -z "$srcdir" && srcdir=.
 (
 (
 cd $srcdir
 cd $srcdir
 if test -d macros; then
 if test -d macros; then
-	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

+ 1 - 0
configure.in

@@ -5,6 +5,7 @@ AC_INIT(create_vcs)
 AC_CANONICAL_SYSTEM
 AC_CANONICAL_SYSTEM
 AM_INIT_AUTOMAKE(mc, 4.5.51)
 AM_INIT_AUTOMAKE(mc, 4.5.51)
 AM_CONFIG_HEADER(config.h)
 AM_CONFIG_HEADER(config.h)
+AM_MAINTAINER_MODE
 
 
 top_srcdir=`dirname $0`
 top_srcdir=`dirname $0`
 AC_SUBST(top_srcdir)
 AC_SUBST(top_srcdir)