aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-05-20 15:49:53 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2009-05-20 15:51:52 +0300
commite7ead36f90a8a963e532c4cc14dc973c456e9fed (patch)
tree40e976bd250d147928c33d0894362722d41b59e5 /configure.ac
parent8d3d3142607232ce3d946066b8b348e57e0ad161 (diff)
downloadmailfromd-e7ead36f90a8a963e532c4cc14dc973c456e9fed.tar.gz
mailfromd-e7ead36f90a8a963e532c4cc14dc973c456e9fed.tar.bz2
Minor changes.
* am/gcc.m4: New file. * configure.ac: Raise autotools requirements to 2.63/1.11 Call MF_GCC_QUIRKS. * gacopyz/gacopyz.c (ctx_free): Change return type.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac11
1 files changed, 6 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 44eb4d4b..4fca3bdd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,7 +14,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-AC_PREREQ(2.61)
+AC_PREREQ(2.63)
m4_define([MF_VERSION_MAJOR], 5)
m4_define([MF_VERSION_MINOR], 1)
m4_define([MF_VERSION_PATCH], 90)
@@ -24,7 +24,7 @@ AC_INIT([mailfromd],
AC_CONFIG_SRCDIR([mfd/main.c])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([config.h])
-AM_INIT_AUTOMAKE([1.9 gnits tar-ustar dist-bzip2 std-options])
+AM_INIT_AUTOMAKE([1.11 gnits tar-ustar dist-bzip2 std-options])
#
AC_DEFINE_UNQUOTED([MAILFROMD_VERSION_MAJOR], MF_VERSION_MAJOR,
@@ -42,6 +42,10 @@ AC_PROG_RANLIB
AC_PROG_YACC
AC_PROG_LEX
+# Debugging mode
+MU_DEBUG_MODE
+MF_GCC_QUIRKS
+
# Checks for libraries.
dnl Cannot use AC_CHECK_LIB to check for libresolv, because res_query
dnl can be a macro, so resolv.h needs to be included.
@@ -638,9 +642,6 @@ case `echo $VERSION|sed 's/[[^.]]//g'` in
*) RENDITION=PROOF;;
esac
-# Debugging mode
-MU_DEBUG_MODE
-
# Initialize the test suite.
AC_CONFIG_TESTDIR(tests)
AC_CONFIG_FILES([tests/Makefile tests/etc/Makefile tests/atlocal])

Return to:

Send suggestions and report system problems to the System administrator.