]> Pileus Git - ~andy/gtk/commitdiff
quote AC_DEFUN macro names so automake 1.8 won't whine at us.
authorManish Singh <yosh@gimp.org>
Wed, 28 Jan 2004 02:52:01 +0000 (02:52 +0000)
committerManish Singh <yosh@src.gnome.org>
Wed, 28 Jan 2004 02:52:01 +0000 (02:52 +0000)
Tue Jan 27 18:45:47 2004  Manish Singh  <yosh@gimp.org>

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

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
m4macros/gtk-2.0.m4

index 9906b1ee96844c5ccc487633df835c4dc9b1505f..5fc6c7bc3883949a785ef508f4b38a832e75f1e8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Jan 27 18:45:47 2004  Manish Singh  <yosh@gimp.org>
+
+        * m4macros/gtk-2.0.m4: quote AC_DEFUN macro names so automake
+        1.8 won't whine at us.
+
 2004-01-28  Tor Lillqvist  <tml@iki.fi>
 
        * gdk/win32/gdkevents-win32.c (synthesize_leave_event,
index 9906b1ee96844c5ccc487633df835c4dc9b1505f..5fc6c7bc3883949a785ef508f4b38a832e75f1e8 100644 (file)
@@ -1,3 +1,8 @@
+Tue Jan 27 18:45:47 2004  Manish Singh  <yosh@gimp.org>
+
+        * m4macros/gtk-2.0.m4: quote AC_DEFUN macro names so automake
+        1.8 won't whine at us.
+
 2004-01-28  Tor Lillqvist  <tml@iki.fi>
 
        * gdk/win32/gdkevents-win32.c (synthesize_leave_event,
index 9906b1ee96844c5ccc487633df835c4dc9b1505f..5fc6c7bc3883949a785ef508f4b38a832e75f1e8 100644 (file)
@@ -1,3 +1,8 @@
+Tue Jan 27 18:45:47 2004  Manish Singh  <yosh@gimp.org>
+
+        * m4macros/gtk-2.0.m4: quote AC_DEFUN macro names so automake
+        1.8 won't whine at us.
+
 2004-01-28  Tor Lillqvist  <tml@iki.fi>
 
        * gdk/win32/gdkevents-win32.c (synthesize_leave_event,
index 9906b1ee96844c5ccc487633df835c4dc9b1505f..5fc6c7bc3883949a785ef508f4b38a832e75f1e8 100644 (file)
@@ -1,3 +1,8 @@
+Tue Jan 27 18:45:47 2004  Manish Singh  <yosh@gimp.org>
+
+        * m4macros/gtk-2.0.m4: quote AC_DEFUN macro names so automake
+        1.8 won't whine at us.
+
 2004-01-28  Tor Lillqvist  <tml@iki.fi>
 
        * gdk/win32/gdkevents-win32.c (synthesize_leave_event,
index 9906b1ee96844c5ccc487633df835c4dc9b1505f..5fc6c7bc3883949a785ef508f4b38a832e75f1e8 100644 (file)
@@ -1,3 +1,8 @@
+Tue Jan 27 18:45:47 2004  Manish Singh  <yosh@gimp.org>
+
+        * m4macros/gtk-2.0.m4: quote AC_DEFUN macro names so automake
+        1.8 won't whine at us.
+
 2004-01-28  Tor Lillqvist  <tml@iki.fi>
 
        * gdk/win32/gdkevents-win32.c (synthesize_leave_event,
index a0c53ac11ff140c003d32c23b789b1719fa0f128..36a1f9f760dd8a0066393797e92066be5550ce40 100644 (file)
@@ -5,7 +5,7 @@ dnl AM_PATH_GTK_2_0([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [,
 dnl Test for GTK+, and define GTK_CFLAGS and GTK_LIBS, if gthread is specified in MODULES, 
 dnl pass to pkg-config
 dnl
-AC_DEFUN(AM_PATH_GTK_2_0,
+AC_DEFUN([AM_PATH_GTK_2_0],
 [dnl 
 dnl Get the cflags and libraries from pkg-config
 dnl