File ORBit-m4_quote_fix.dif of Package orbit
--- ORBit.m4
+++ ORBit.m4
@@ -1,7 +1,7 @@
dnl AM_PATH_ORBIT([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]])
dnl Test for ORBit, and define ORBIT_CFLAGS and ORBIT_LIBS
dnl
-AC_DEFUN(AM_PATH_ORBIT,
+AC_DEFUN([AM_PATH_ORBIT],
[dnl
dnl Get the cflags and libraries from the orbit-config script
dnl
--- configure.in
+++ configure.in
@@ -273,7 +273,7 @@
# type alignment test #
#######################
-AC_DEFUN(AC_CHECK_ALIGNOF,
+AC_DEFUN([AC_CHECK_ALIGNOF],
[changequote(<<, >>)dnl
dnl The name to #define.
define(<<AC_TYPE_NAME>>, translit(alignof_$1, [a-z *], [A-Z_P]))dnl
--- libIDL/acinclude.m4
+++ libIDL/acinclude.m4
@@ -1,5 +1,5 @@
dnl Autoconf extension macros for libIDL
-AC_DEFUN(AC_CPP_ACCEPT_IDL,
+AC_DEFUN([AC_CPP_ACCEPT_IDL],
[AC_CACHE_CHECK([if C preprocessor likes IDL],
ac_cv_cpp_accept_idl,
[AC_TRY_CPP([
@@ -14,7 +14,7 @@
ac_cv_cpp_accept_idl=yes,
ac_cv_cpp_accept_idl=no)])])
-AC_DEFUN(AC_CPP_PIPE_STDIN,
+AC_DEFUN([AC_CPP_PIPE_STDIN],
[AC_CACHE_CHECK([if C preprocessor can read from stdin],
ac_cv_cpp_pipe_stdin,
[AC_REQUIRE_CPP
@@ -27,7 +27,7 @@
AC_DEFINE(HAVE_CPP_PIPE_STDIN)
fi])
-AC_DEFUN(AC_UPDATE_IF_CHANGED,
+AC_DEFUN([AC_UPDATE_IF_CHANGED],
[if test -f "$2"; then
if cmp -s "$1" "$2" 2>/dev/null; then
echo "$1 is unchanged"
@@ -38,7 +38,7 @@
fi
fi])
-AC_DEFUN(AC_CPP_NOSTDINC,
+AC_DEFUN([AC_CPP_NOSTDINC],
[AC_CACHE_CHECK([how to ignore standard include path],
ac_cv_cpp_nostdinc,
[saved_CPPFLAGS="$CPPFLAGS"
--- libIDL/libIDL.m4.in
+++ libIDL/libIDL.m4.in
@@ -3,7 +3,7 @@
dnl AM_PATH_LIBIDL([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]])
dnl Test for LIBIDL, and define LIBIDL_CFLAGS and LIBIDL_LIBS
dnl
-AC_DEFUN(AM_PATH_LIBIDL,
+AC_DEFUN([AM_PATH_LIBIDL],
[dnl
dnl Get the cflags and libraries from the libIDL-config script
dnl