aboutsummaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2004-01-26 17:03:09 +0000
committerDaniel Veillard <veillard@src.gnome.org>2004-01-26 17:03:09 +0000
commite1021fa1ac56bc9a1328974020ffd44c3ea5d7f3 (patch)
treec153ef26560f0d868c91b026e43e1c46d14663e2 /acinclude.m4
parentc3a429aac89f3752d979dfb5c4f7d46234292bc7 (diff)
downloadandroid_external_libxml2-e1021fa1ac56bc9a1328974020ffd44c3ea5d7f3.tar.gz
android_external_libxml2-e1021fa1ac56bc9a1328974020ffd44c3ea5d7f3.tar.bz2
android_external_libxml2-e1021fa1ac56bc9a1328974020ffd44c3ea5d7f3.zip
applied fix from Alexander Winston for a problem related to automake-1.8 ,
* acinclude.m4: applied fix from Alexander Winston for a problem related to automake-1.8 , c.f. #132513 and #129861 Daniel
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 2634dc9c..44c386a4 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1,12 +1,12 @@
dnl Like AC_TRY_EVAL but also errors out if the compiler generates
dnl _any_ output. Some compilers might issue warnings which we want
dnl to catch.
-AC_DEFUN(AC_TRY_EVAL2,
+AC_DEFUN([AC_TRY_EVAL2],
[{ (eval echo configure:__oline__: \"[$]$1\") 1>&AC_FD_CC; dnl
(eval [$]$1) 2>&AC_FD_CC; _out=`eval [$]$1 2>&1` && test "x$_out" = x; }])
dnl Like AC_TRY_COMPILE but calls AC_TRY_EVAL2 instead of AC_TRY_EVAL
-AC_DEFUN(AC_TRY_COMPILE2,
+AC_DEFUN([AC_TRY_COMPILE2],
[cat > conftest.$ac_ext <<EOF
[#]line __oline__ "configure"
#include "confdefs.h"