summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2001-10-17 09:54:54 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2001-10-17 09:54:54 +0000
commitbc7dbbd9ec449ad2ec7b14727031b5b3710d24ef (patch)
treed47ff9e3c7e41f08cc49213f023c2502a42db94d /m4
parent507cbc81043411289c9fe15ae6bab6ac9e87c714 (diff)
downloadmailutils-bc7dbbd9ec449ad2ec7b14727031b5b3710d24ef.tar.gz
mailutils-bc7dbbd9ec449ad2ec7b14727031b5b3710d24ef.tar.bz2
removed maintainer-mode quirks
Diffstat (limited to 'm4')
-rw-r--r--m4/maintain.m431
1 files changed, 0 insertions, 31 deletions
diff --git a/m4/maintain.m4 b/m4/maintain.m4
deleted file mode 100644
index 0f22b952a..000000000
--- a/m4/maintain.m4
+++ /dev/null
@@ -1,31 +0,0 @@
-dnl This file is part of GNU mailutils.
-dnl Copyright (C) 2001 Free Software Foundation, Inc.
-dnl
-dnl This file is free software; as a special exception the author gives
-dnl unlimited permission to copy and/or distribute it, with or without
-dnl modifications, as long as this notice is preserved.
-dnl
-dnl This program is distributed in the hope that it will be useful, but
-dnl WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
-dnl implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-dnl
-dnl Check for --enable-maintainer-mode and enable maintainer-specific
-dnl settings.
-
-AC_DEFUN(MU_MAINTAINER_MODE,
- [AM_MAINTAINER_MODE
- if test x"$USE_MAINTAINER_MODE" = xyes; then
- if test x"$GCC" = xyes; then
- AC_MSG_CHECKING(whether gcc accepts -ggdb)
- CFLAGS="-ggdb"
- AC_TRY_COMPILE([],void f(){},
- AC_MSG_RESULT(yes),
- [if test x"$ac_cv_prog_cc_g" = xyes; then
- CFLAGS=-g
- else
- CFLAGS=
- fi
- AC_MSG_RESULT(no)])
- CFLAGS="$CFLAGS -DMAINTAINER_MODE"
- fi
- fi])

Return to:

Send suggestions and report system problems to the System administrator.