]> git.pld-linux.org Git - packages/bonobo-conf.git/commitdiff
- quote aclocal funcion names in [] for autoconf 2.5x.
authorkloczek <kloczek@pld-linux.org>
Thu, 2 Aug 2001 12:36:56 +0000 (12:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bonobo-conf-ac_fixes.patch -> 1.1

bonobo-conf-ac_fixes.patch [new file with mode: 0644]

diff --git a/bonobo-conf-ac_fixes.patch b/bonobo-conf-ac_fixes.patch
new file mode 100644 (file)
index 0000000..81beabe
--- /dev/null
@@ -0,0 +1,20 @@
+--- bonobo-conf-0.9/acinclude.m4~      Thu Dec 21 07:48:45 2000
++++ bonobo-conf-0.9/acinclude.m4       Thu Aug  2 11:44:52 2001
+@@ -68,7 +68,7 @@
+ ])
+ dnl See whether we need a declaration for a function.
+ dnl GCC_NEED_DECLARATION(FUNCTION [, EXTRA-HEADER-FILES])
+-AC_DEFUN(GCC_NEED_DECLARATION,
++AC_DEFUN([GCC_NEED_DECLARATION],
+ [AC_MSG_CHECKING([whether $1 must be declared])
+ AC_CACHE_VAL(gcc_cv_decl_needed_$1,
+ [AC_TRY_COMPILE([
+@@ -101,7 +101,7 @@
+ dnl Check multiple functions to see whether each needs a declaration.
+ dnl GCC_NEED_DECLARATIONS(FUNCTION... [, EXTRA-HEADER-FILES])
+-AC_DEFUN(GCC_NEED_DECLARATIONS,
++AC_DEFUN([GCC_NEED_DECLARATIONS],
+ [for ac_func in $1
+ do
+ GCC_NEED_DECLARATION($ac_func, $2)
This page took 0.580445 seconds and 4 git commands to generate.