[glib] Update GLIB_CHECK_COMPILE_WARNINGS macro to work with Autoconf 2.64
- From: Frederic Peters <fpeters src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [glib] Update GLIB_CHECK_COMPILE_WARNINGS macro to work with Autoconf 2.64
- Date: Fri, 14 Aug 2009 19:38:23 +0000 (UTC)
commit c24f6e55276fac68b08df34b0d350f65afe994d9
Author: Frédéric Péters <fpeters 0d be>
Date: Fri Aug 14 21:00:41 2009 +0200
Update GLIB_CHECK_COMPILE_WARNINGS macro to work with Autoconf 2.64
Quoting its NEWS file: "The m4sh macros AS_IF and AS_CASE can now be
used in shell lists. The responsibility for supplying a trailing
newline now belongs to the call site, but since most users did not add
dnl, this generally results in fewer empty lines in configure."
http://bugzilla.gnome.org/show_bug.cgi?id=591840
acglib.m4 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/acglib.m4 b/acglib.m4
index 530c0af..4778bfa 100644
--- a/acglib.m4
+++ b/acglib.m4
@@ -117,7 +117,7 @@ AS_IF([_AC_EVAL_STDERR($ac_compile) &&
[$2],
[echo "$as_me: failed program was:" >&AS_MESSAGE_LOG_FD
cat conftest.$ac_ext >&AS_MESSAGE_LOG_FD
-m4_ifvaln([$3],[$3])dnl])dnl
+m4_ifvaln([$3],[$3])dnl])
ac_compile="$glib_ac_compile_save"
rm -f conftest.$ac_objext conftest.err m4_ifval([$1], [conftest.$ac_ext])[]dnl
])# GLIB_CHECK_COMPILE_WARNINGS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]