diff options
author | Manish Singh <yosh@gimp.org> | 2004-01-28 02:52:01 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 2004-01-28 02:52:01 +0000 |
commit | 575702f503f715047b66e7929a7381dae55d2fb2 (patch) | |
tree | 7c6c49440f0a6f8322a8f58ed7cdc987dd502f2e /m4macros | |
parent | 4263ea1502c6b258e5aa631d5fa73c6fcfc925de (diff) | |
download | gtk+-575702f503f715047b66e7929a7381dae55d2fb2.tar.gz |
quote AC_DEFUN macro names so automake 1.8 won't whine at us.
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.
Diffstat (limited to 'm4macros')
-rw-r--r-- | m4macros/gtk-2.0.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4macros/gtk-2.0.m4 b/m4macros/gtk-2.0.m4 index a0c53ac11f..36a1f9f760 100644 --- a/m4macros/gtk-2.0.m4 +++ b/m4macros/gtk-2.0.m4 @@ -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 |