do not get added to Makefiles by default (they are confusing to
users who don't have autotools installed).
+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
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 ***)
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 ######################################################################