* configure.in: use AM_MAINTAINER_MODE, so maintainer-only rules
authorErez Zadok <ezk@cs.sunysb.edu>
Thu, 10 Apr 2003 15:55:02 +0000 (15:55 +0000)
committerErez Zadok <ezk@cs.sunysb.edu>
Thu, 10 Apr 2003 15:55:02 +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 2ff110049bf5bda77311b1a725cc5674243d3ebe..93fa54379338f017a8ad94da6bf24d816b6c066a 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-04  Erez Zadok  <ezk@agora.fsl.cs.sunysb.edu>
 
        * libamu/xutil.c (switch_to_logfile): don't try to print logfile
index 969aca4f4042f376659fa9687d68eb5098a638bb..73cabda9520350d72ccb85e11ceee96c80f464e5 100644 (file)
@@ -53,7 +53,7 @@ AH_BOTTOM([
 dnl
 dnl AC_CONFIG_AUX_DIR(m4)
 AC_PREREQ(2.52)
-AC_REVISION($Revision: 1.1.2.38 $)
+AC_REVISION($Revision: 1.1.2.39 $)
 AC_COPYRIGHT([Copyright (c) 1997-2003 Erez Zadok])
 dnl find out system type
 AC_MSG_NOTICE(*** SYSTEM TYPES ***)
@@ -113,6 +113,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 ######################################################################