m4macros/glib-2.0.m4 quote AC_DEFUN macro names so automake 1.8 won't

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.
This commit is contained in:
Manish Singh 2004-01-28 02:46:30 +00:00 committed by Manish Singh
parent 326c025205
commit 0c5dee77e1
8 changed files with 39 additions and 3 deletions

View 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> Wed Jan 28 01:39:21 2004 Matthias Clasen <maclas@gmx.de>
* glib/gstrfuncs.h: * glib/gstrfuncs.h:

View 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> Wed Jan 28 01:39:21 2004 Matthias Clasen <maclas@gmx.de>
* glib/gstrfuncs.h: * glib/gstrfuncs.h:

View 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> Wed Jan 28 01:39:21 2004 Matthias Clasen <maclas@gmx.de>
* glib/gstrfuncs.h: * glib/gstrfuncs.h:

View 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> Wed Jan 28 01:39:21 2004 Matthias Clasen <maclas@gmx.de>
* glib/gstrfuncs.h: * glib/gstrfuncs.h:

View 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> Wed Jan 28 01:39:21 2004 Matthias Clasen <maclas@gmx.de>
* glib/gstrfuncs.h: * glib/gstrfuncs.h:

View 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> Wed Jan 28 01:39:21 2004 Matthias Clasen <maclas@gmx.de>
* glib/gstrfuncs.h: * glib/gstrfuncs.h:

View 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 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 gthread is specified in MODULES, pass to pkg-config
dnl dnl
AC_DEFUN(AM_PATH_GLIB_2_0, AC_DEFUN([AM_PATH_GLIB_2_0],
[dnl [dnl
dnl Get the cflags and libraries from pkg-config dnl Get the cflags and libraries from pkg-config
dnl dnl

View File

@ -375,6 +375,6 @@ dnl
dnl Now the definitions that aclocal will find dnl Now the definitions that aclocal will find
dnl dnl
ifdef(glib_configure_in,[],[ ifdef(glib_configure_in,[],[
AC_DEFUN(AM_GLIB_GNU_GETTEXT,[GLIB_GNU_GETTEXT($@)]) AC_DEFUN([AM_GLIB_GNU_GETTEXT],[GLIB_GNU_GETTEXT($@)])
AC_DEFUN(AM_GLIB_DEFINE_LOCALEDIR,[GLIB_DEFINE_LOCALEDIR($@)]) AC_DEFUN([AM_GLIB_DEFINE_LOCALEDIR],[GLIB_DEFINE_LOCALEDIR($@)])
])dnl ])dnl