1
0
Fork 0

Disable maintainer mode (what ever that does.)

This commit is contained in:
curt 1998-07-24 21:33:41 +00:00
parent 9cdd4bdf3b
commit 4fb198d696
2 changed files with 2 additions and 25 deletions

23
aclocal.m4 vendored
View 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,

View 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