LIBOBJS
STRIP
DFLAGS
-WITH_DEBUG
INSTALL_DOC
COLLECT_ALL
REM_CHOWN
# Set directory for installing manual pages (see comment in Makefile)
-# Check whether --debuginfo options should be allowed
+# Check whether debug mode should be activated
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether debug mode should be activated" >&5
+$as_echo_n "checking whether debug mode should be activated... " >&6; }
# Check whether --enable-debuginfo was given.
if test "${enable_debuginfo+set}" = set; then :
enableval=$enable_debuginfo; WITH_DEBUG=yes ; DFLAGS="$DFLAGS -DDEBUG"
WITH_DEBUG=no
fi
-
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $WITH_DEBUG" >&5
+$as_echo "$WITH_DEBUG" >&6; }
# Check whether object files should be stripped
# Set directory for installing manual pages (see comment in Makefile)
AC_SUBST(mandir)
-# Check whether --debuginfo options should be allowed
+# Check whether debug mode should be activated
+AC_MSG_CHECKING(whether debug mode should be activated)
AC_ARG_ENABLE(debuginfo,
AC_HELP_STRING([--enable-debuginfo],
[enable debug output (--debuginfo option)]),
WITH_DEBUG=yes ; DFLAGS="$DFLAGS -DDEBUG" , WITH_DEBUG=no)
-AC_SUBST(WITH_DEBUG)
+AC_MSG_RESULT($WITH_DEBUG)
AC_SUBST(DFLAGS)
# Check whether object files should be stripped