]> git.mxchange.org Git - flightgear.git/commitdiff
Disable maintainer mode (what ever that does.)
authorcurt <curt>
Fri, 24 Jul 1998 21:33:41 +0000 (21:33 +0000)
committercurt <curt>
Fri, 24 Jul 1998 21:33:41 +0000 (21:33 +0000)
aclocal.m4
configure.in

index f988bcede327cb008653360552642e3e246ede4c..dc8a13b49c7477bfb322e9a52c0c0d771f31ea9a 100644 (file)
@@ -349,29 +349,6 @@ AC_MSG_RESULT([$NM])
 AC_SUBST(NM)
 ])
 
-# Add --enable-maintainer-mode option to configure.
-# From Jim Meyering
-
-# serial 1
-
-AC_DEFUN(AM_MAINTAINER_MODE,
-[AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
-  dnl maintainer-mode is disabled by default
-  AC_ARG_ENABLE(maintainer-mode,
-[  --enable-maintainer-mode enable make rules and dependencies not useful
-                          (and sometimes confusing) to the casual installer],
-      USE_MAINTAINER_MODE=$enableval,
-      USE_MAINTAINER_MODE=no)
-  AC_MSG_RESULT($USE_MAINTAINER_MODE)
-  if test $USE_MAINTAINER_MODE = yes; then
-    MAINT=
-  else
-    MAINT='#M#'
-  fi
-  AC_SUBST(MAINT)dnl
-]
-)
-
 # Define a conditional.
 
 AC_DEFUN(AM_CONDITIONAL,
index 8a297bbc51365e193c9b709e353bd24825ddc9cd..b084d5f0a31e3ce1146f9ea6dd832492337e2ead 100644 (file)
@@ -17,8 +17,8 @@ AC_PROG_LN_S
 dnl Initialize libtool
 AM_PROG_LIBTOOL
 
-dnl Initialize maintainer mode
-AM_MAINTAINER_MODE
+dnl Initialize maintainer mode (I'm not sure what this does)
+dnl AM_MAINTAINER_MODE
 
 dnl This is needed for AC_TRY_COMPILE later
 AC_ISC_POSIX