m4macros/glib-2.0.m4 quote AC_DEFUN macro names so automake 1.8 won't
authorManish Singh <yosh@gimp.org>
Wed, 28 Jan 2004 02:46:30 +0000 (02:46 +0000)
committerManish Singh <yosh@src.gnome.org>
Wed, 28 Jan 2004 02:46:30 +0000 (02:46 +0000)
Tue Jan 27 18:45:47 2004  Manish Singh  <yosh@gimp.org>

        * m4macros/glib-2.0.m4
        * m4macros/glib-gettext.m4: quote AC_DEFUN macro names so automake
        1.8 won't whine at us.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
m4macros/glib-2.0.m4
m4macros/glib-gettext.m4

index 6a0c8e8..5ddd22e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Tue Jan 27 18:45:47 2004  Manish Singh  <yosh@gimp.org>
+
+       * m4macros/glib-2.0.m4
+       * m4macros/glib-gettext.m4: quote AC_DEFUN macro names so automake
+       1.8 won't whine at us.
+
 Wed Jan 28 01:39:21 2004  Matthias Clasen  <maclas@gmx.de>
 
        * glib/gstrfuncs.h: 
index 6a0c8e8..5ddd22e 100644 (file)
@@ -1,3 +1,9 @@
+Tue Jan 27 18:45:47 2004  Manish Singh  <yosh@gimp.org>
+
+       * m4macros/glib-2.0.m4
+       * m4macros/glib-gettext.m4: quote AC_DEFUN macro names so automake
+       1.8 won't whine at us.
+
 Wed Jan 28 01:39:21 2004  Matthias Clasen  <maclas@gmx.de>
 
        * glib/gstrfuncs.h: 
index 6a0c8e8..5ddd22e 100644 (file)
@@ -1,3 +1,9 @@
+Tue Jan 27 18:45:47 2004  Manish Singh  <yosh@gimp.org>
+
+       * m4macros/glib-2.0.m4
+       * m4macros/glib-gettext.m4: quote AC_DEFUN macro names so automake
+       1.8 won't whine at us.
+
 Wed Jan 28 01:39:21 2004  Matthias Clasen  <maclas@gmx.de>
 
        * glib/gstrfuncs.h: 
index 6a0c8e8..5ddd22e 100644 (file)
@@ -1,3 +1,9 @@
+Tue Jan 27 18:45:47 2004  Manish Singh  <yosh@gimp.org>
+
+       * m4macros/glib-2.0.m4
+       * m4macros/glib-gettext.m4: quote AC_DEFUN macro names so automake
+       1.8 won't whine at us.
+
 Wed Jan 28 01:39:21 2004  Matthias Clasen  <maclas@gmx.de>
 
        * glib/gstrfuncs.h: 
index 6a0c8e8..5ddd22e 100644 (file)
@@ -1,3 +1,9 @@
+Tue Jan 27 18:45:47 2004  Manish Singh  <yosh@gimp.org>
+
+       * m4macros/glib-2.0.m4
+       * m4macros/glib-gettext.m4: quote AC_DEFUN macro names so automake
+       1.8 won't whine at us.
+
 Wed Jan 28 01:39:21 2004  Matthias Clasen  <maclas@gmx.de>
 
        * glib/gstrfuncs.h: 
index 6a0c8e8..5ddd22e 100644 (file)
@@ -1,3 +1,9 @@
+Tue Jan 27 18:45:47 2004  Manish Singh  <yosh@gimp.org>
+
+       * m4macros/glib-2.0.m4
+       * m4macros/glib-gettext.m4: quote AC_DEFUN macro names so automake
+       1.8 won't whine at us.
+
 Wed Jan 28 01:39:21 2004  Matthias Clasen  <maclas@gmx.de>
 
        * glib/gstrfuncs.h: 
index 28ccef4..13a3ce6 100644 (file)
@@ -5,7 +5,7 @@ dnl AM_PATH_GLIB_2_0([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [
 dnl Test for GLIB, and define GLIB_CFLAGS and GLIB_LIBS, if gmodule, gobject or 
 dnl gthread is specified in MODULES, pass to pkg-config
 dnl
-AC_DEFUN(AM_PATH_GLIB_2_0,
+AC_DEFUN([AM_PATH_GLIB_2_0],
 [dnl 
 dnl Get the cflags and libraries from pkg-config
 dnl
index 1857360..5a4ef28 100644 (file)
@@ -375,6 +375,6 @@ dnl
 dnl Now the definitions that aclocal will find
 dnl
 ifdef(glib_configure_in,[],[
-AC_DEFUN(AM_GLIB_GNU_GETTEXT,[GLIB_GNU_GETTEXT($@)])
-AC_DEFUN(AM_GLIB_DEFINE_LOCALEDIR,[GLIB_DEFINE_LOCALEDIR($@)])
+AC_DEFUN([AM_GLIB_GNU_GETTEXT],[GLIB_GNU_GETTEXT($@)])
+AC_DEFUN([AM_GLIB_DEFINE_LOCALEDIR],[GLIB_DEFINE_LOCALEDIR($@)])
 ])dnl