[evolution-rss] update autoconf file
- From: Lucian Langa <lucilanga src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-rss] update autoconf file
- Date: Sun, 28 Feb 2010 12:18:08 +0000 (UTC)
commit 7c15af78d69291ad5f7a8890de8a9d2d1c2883b6
Author: Lucian Langa <lucilanga gnome org>
Date: Sun Feb 28 14:16:10 2010 +0200
update autoconf file
configure.ac | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 43ea5c8..7c10258 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,9 +1,9 @@
-AC_INIT([evolution-rss], [0.1.9], http://bugzilla.gnome.org/enter_bug.cgi?product=evolution-rss)
+AC_INIT([evolution-rss],[0.1.9],[http://bugzilla.gnome.org/enter_bug.cgi?product=evolution-rss])
AC_CONFIG_SRCDIR(src)
AM_INIT_AUTOMAKE
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
dnl ******************************
@@ -50,10 +50,10 @@ if test "x$GPP" = "xno"; then
AC_MSG_ERROR(C++ Compiler (g++) not installed)
fi
#AC_PROG_CXXCPP
-AC_ISC_POSIX
+AC_SEARCH_LIBS([strerror],[cposix])
AC_HEADER_STDC
-AM_DISABLE_STATIC
-AM_PROG_LIBTOOL
+AC_DISABLE_STATIC([])
+LT_INIT
GNOME_COMPILE_WARNINGS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]