* configure.in: use AM_MAINTAINER_MODE, so maintainer-only rules
authorErez Zadok <ezk@cs.sunysb.edu>
Thu, 10 Apr 2003 15:55:37 +0000 (15:55 +0000)
committerErez Zadok <ezk@cs.sunysb.edu>
Thu, 10 Apr 2003 15:55:37 +0000 (15:55 +0000)
do not get added to Makefiles by default (they are confusing to
users who don't have autotools installed).

ChangeLog
configure.in

index 55e4f28390ef5e9728711d5e502397bb1211edf8..6d51c1423bbfb22955b21a6e97c9fdc40fdddbf3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-04-10  Erez Zadok  <ezk@agora.fsl.cs.sunysb.edu>
+
+       * configure.in: use AM_MAINTAINER_MODE, so maintainer-only rules
+       do not get added to Makefiles by default (they are confusing to
+       users who don't have autotools installed).
+
 2003-04-09  Ion Badulescu  <ion@guppy.limebrokerage.com>
 
        * amd/mntfs.c (find_mntfs): revert the "change of philosophy" (see
index 7e81b85a18a88be9ca11a0f09b1b925d14cbaf1a..7305ca351b299f0d8180c63df20eab641ca2c112 100644 (file)
@@ -53,7 +53,7 @@ AH_BOTTOM([
 dnl
 dnl AC_CONFIG_AUX_DIR(m4)
 AC_PREREQ(2.52)
-AC_REVISION($Revision: 1.49 $)
+AC_REVISION($Revision: 1.50 $)
 AC_COPYRIGHT([Copyright (c) 1997-2003 Erez Zadok])
 dnl find out system type
 AC_MSG_NOTICE(*** SYSTEM TYPES ***)
@@ -115,6 +115,8 @@ dnl Which options to add to CFLAGS for compilation only?
 AMU_OPT_AMU_CFLAGS
 dnl check if a local configuration file exists
 AMU_LOCALCONFIG
+dnl turn off maintainer-mode Makefile rules, unless using --enable-maintainer-mode
+AM_MAINTAINER_MODE
 dnl ======================================================================
 
 dnl ######################################################################