[gnac] Updated configure.ac



commit 19ede8af5cee1da69ff5d74e6da61407988277d6
Author: BenoÃt Dupasquier <bdupasqu src gnome org>
Date:   Fri Jan 27 17:38:04 2012 +0000

    Updated configure.ac

 configure.ac |   17 ++++++-----------
 1 files changed, 6 insertions(+), 11 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 951a6d6..76ea5db 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_PREREQ([2.64])
+AC_PREREQ([2.68])
 
 m4_define([gnac_major_version], [0])
 m4_define([gnac_minor_version], [2])
@@ -8,12 +8,9 @@ m4_define([gnac_micro_version], [4])
 m4_define([gnac_version],
   gnac_major_version.gnac_minor_version.gnac_micro_version)
 
-AC_INIT(
-  [Gnac],
-  [gnac_version],
+AC_INIT([Gnac], [gnac_version],
   [http://bugzilla.gnome.org/enter_bug.cgi?product=gnac],
-  [gnac],
-  [http://gnac.sf.net])
+  [gnac], [http://gnac.sf.net])
 
 AC_CONFIG_HEADER([config.h])
 AC_CONFIG_SRCDIR([src/gnac-main.c])
@@ -26,18 +23,17 @@ AC_SUBST([GNAC_MINOR_VERSION], [gnac_minor_version])
 AC_DEFINE([GNAC_MICRO_VERSION], [gnac_micro_version], [Gnac micro version])
 AC_SUBST([GNAC_MICRO_VERSION], [gnac_micro_version])
 
-dnl FIXME Automake 1.10 and 1.11 suffer from critical security issues
-AM_INIT_AUTOMAKE([1.11 dist-bzip2])
-dnl Silent make mode (require automake >= 1.11)
+AM_INIT_AUTOMAKE([1.11.1 dist-bzip2])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
 dnl Checks for programs
 AC_PROG_CC
 AC_PROG_CXX
 AC_PROG_INSTALL
-AC_PROG_LIBTOOL
 AC_PROG_LN_S
 AC_PROG_MAKE_SET
+AC_PROG_RANLIB
+LT_INIT
 
 PKG_PROG_PKG_CONFIG
 
@@ -59,7 +55,6 @@ AM_GLIB_GNU_GETTEXT
 dnl Check for GSettings macros
 GLIB_GSETTINGS
 
-GNOME_COMMON_INIT
 GNOME_DOC_INIT([0.17.2])
 GNOME_DEBUG_CHECK
 GNOME_COMPILE_WARNINGS([maximum])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]