diff options
author | H.Habighorst <tearofadragon@googlemail.com> | 2009-06-19 21:24:25 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-06-24 22:29:13 +0800 |
commit | b7bf7ae3af4b831e05b212dec0962ff51daf696a (patch) | |
tree | d9c0117d752f2ab0dbd8bc3af81c9af49d98fec2 /configure.ac | |
parent | 5aa431a5e2db2959c6e503ffaa4e1a05bc335cf2 (diff) | |
download | gsoc2013-evolution-b7bf7ae3af4b831e05b212dec0962ff51daf696a.tar.gz gsoc2013-evolution-b7bf7ae3af4b831e05b212dec0962ff51daf696a.tar.zst gsoc2013-evolution-b7bf7ae3af4b831e05b212dec0962ff51daf696a.zip |
Bug 586378 - Various build cleanups
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index b16d4bd9e7..04f936f097 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Process this file with autoconf to produce a configure script. -AC_PREREQ(2.52) +AC_PREREQ(2.54) m4_define([evo_major_version], [2]) m4_define([evo_minor_version], [27]) @@ -81,10 +81,10 @@ GTK_DOC_CHECK(1.10) # The extra brackets are to foil regex-based scans. m4_ifdef([_A][M_PROG_TAR],[_A][M_SET_OPTION([tar-ustar])]) -AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) -AM_CONFIG_HEADER(config.h) - +AM_INIT_AUTOMAKE([gnu]) +AC_CONFIG_HEADERS(config.h) AC_CANONICAL_HOST + AC_DEFINE_UNQUOTED(VERSION_COMMENT, "", [Define if you want a comment appended to the version number]) dnl Put the ACLOCAL flags in the Makefile |