quote AM_PATH_GIMP_2_O properly so automake 1.8 won't whine at us.

2004-01-21  Manish Singh  <yosh@gimp.org>

        * m4macros/gimp-2.0.m4: quote AM_PATH_GIMP_2_O properly so automake
        1.8 won't whine at us.
This commit is contained in:
Manish Singh 2004-01-22 04:27:15 +00:00 committed by Manish Singh
parent a8a6ecf9cf
commit d87468730b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-01-21 Manish Singh <yosh@gimp.org>
* m4macros/gimp-2.0.m4: quote AM_PATH_GIMP_2_O properly so automake
1.8 won't whine at us.
2004-01-21 Manish Singh <yosh@gimp.org>
* configure.in

View File

@ -5,7 +5,7 @@
dnl AM_PATH_GIMP_2_0([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
dnl Test for GIMP, and define GIMP_CFLAGS and GIMP_LIBS
dnl
AC_DEFUN(AM_PATH_GIMP_2_0,
AC_DEFUN([AM_PATH_GIMP_2_0],
[dnl
dnl Get the cflags and libraries from pkg-config
dnl