summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2009-08-06 23:20:15 +0100
committerReuben Thomas <rrt@sc3d.org>2009-08-06 23:20:15 +0100
commit7810ffdc642be282bb9a8722fb639b82b9dcb28b (patch)
treed9ed225967b8477664b4cc141a46f17f0a89abaf /m4
parentc714ad22ce460d1bf68c4795c97eb6c76548091c (diff)
downloadautoconf-archive-7810ffdc642be282bb9a8722fb639b82b9dcb28b.tar.gz
Fix some ax_ to AX_.
Diffstat (limited to 'm4')
-rw-r--r--m4/ax_xercesc.m424
1 files changed, 12 insertions, 12 deletions
diff --git a/m4/ax_xercesc.m4 b/m4/ax_xercesc.m4
index 6bb4231..83664f0 100644
--- a/m4/ax_xercesc.m4
+++ b/m4/ax_xercesc.m4
@@ -4,7 +4,7 @@
#
# SYNOPSIS
#
-# ax_XERCESC
+# AX_XERCESC
#
# DESCRIPTION
#
@@ -41,14 +41,14 @@
# modified version of the Autoconf Macro, you may extend this special
# exception to the GPL to apply to your modified version as well.
-AC_DEFUN([ax_XERCESC],
+AC_DEFUN([AX_XERCESC],
[
dnl Prerequisites of AC_LIB_LINKFLAGS_BODY.
AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
AC_REQUIRE([AC_LIB_RPATH])
AC_LANG_PUSH(C++)
- ax_XERCESC_BODY()
+ AX_XERCESC_BODY()
ac_save_CPPFLAGS="$CPPFLAGS"
AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCXERCES_C])
@@ -61,7 +61,7 @@ AC_DEFUN([ax_XERCESC],
#ifdef XERCES_CPP_NAMESPACE_USE
XERCES_CPP_NAMESPACE_USE
#endif
- ], [
+ ], [
try
{
XMLPlatformUtils::Initialize();
@@ -71,7 +71,7 @@ catch (...)
// ...
}
XMLPlatformUtils::Terminate();
- ], [ac_cv_libxerces_c=yes], [ac_cv_libxerces_c=no])
+ ], [ac_cv_libxerces_c=yes], [ac_cv_libxerces_c=no])
LIBS="$ac_save_LIBS"
])
if test "$ac_cv_libxerces_c" = yes; then
@@ -93,7 +93,7 @@ XMLPlatformUtils::Terminate();
AC_SUBST(LTLIBXERCES_C)
])
-AC_DEFUN([ax_XERCESC_BODY],
+AC_DEFUN([AX_XERCESC_BODY],
[
dnl By default, look in $includedir and $libdir.
use_additional=yes
@@ -194,12 +194,12 @@ AC_DEFUN([ax_XERCESC_BODY],
if test -n "$shlibext"; then
found_dir="$dir"
found_so="$dir/lib$name.$shlibext*"
- for i in $found_so; do
- if test -f $i && test -x $i; then
- found_so="$i"
- break
- fi
- done
+ for i in $found_so; do
+ if test -f $i && test -x $i; then
+ found_so="$i"
+ break
+ fi
+ done
if test -f "$dir/lib$name.la"; then
found_la="$dir/lib$name.la"