[gnome-search-tool] configure.ac: Do not use deprecated macros
- From: Javier JardÃn <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-search-tool] configure.ac: Do not use deprecated macros
- Date: Tue, 25 Oct 2011 17:05:47 +0000 (UTC)
commit 6115d8fc5eb7694ec59b3b5134b42d9d922b5a66
Author: Javier JardÃn <jjardon gnome org>
Date: Tue Oct 25 18:05:06 2011 +0100
configure.ac: Do not use deprecated macros
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index acfda9b..42b94fc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
dnl -*- mode: m4 -*-
-AC_PREREQ(2.63)
+AC_PREREQ([2.63])
AC_INIT([gnome-search-tool],[3.3.0],[],[gnome-search-tool])
AC_CONFIG_HEADERS(config.h)
@@ -21,10 +21,10 @@ PKG_PROG_PKG_CONFIG([0.22])
AM_GNU_GETTEXT([external])
AM_GNU_GETTEXT_VERSION([0.17])
+# Check for programs
AC_PROG_CC
AM_PROG_CC_C_O
AC_PROG_CXX
-AC_ISC_POSIX
AC_HEADER_STDC
# enable libtool
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]