[epiphany] configure.ac:Update autotools
- From: Javier JardÃn <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] configure.ac:Update autotools
- Date: Mon, 7 Jan 2013 13:02:00 +0000 (UTC)
commit ef858aacef74424d56cab5f9065e33c5768794c8
Author: Javier JardÃn <jjardon gnome org>
Date: Mon Jan 7 13:00:22 2013 +0000
configure.ac:Update autotools
AC_ISC_POSIX, AM_PROG_CC_STDC, AC_HEADER_STDC are obsolete macros
Replace AC_HELP_STRING for AS_HELP_STRING
configure.ac | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 67c98d4..66c00fc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -53,10 +53,7 @@ AM_MAINTAINER_MODE([enable])
LT_PREREQ(2.2)
LT_INIT([dlopen disable-static])
-AC_ISC_POSIX
AC_PROG_CC
-AM_PROG_CC_STDC
-AC_HEADER_STDC
AC_PATH_PROG([GLIB_GENMARSHAL], [glib-genmarshal])
AC_PATH_PROG([GLIB_MKENUMS],[glib-mkenums])
@@ -96,7 +93,7 @@ GCR_REQUIRED=3.5.5
AVAHI_REQUIRED=0.6.22
AC_ARG_WITH(webkit2,
- [AC_HELP_STRING([--with-webkit2], [build with WebKit2 [default=no]])],
+ [AS_HELP_STRING([--with-webkit2],[build with WebKit2 [default=no]])],
[],[with_webkit2=no])
if test "x$with_webkit2" != xno; then
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]