Add some quotes around ***. (#130073, Uwe Zeisberger)

Tue Feb 24 17:35:59 2004  Owen Taylor  <otaylor@redhat.com>

        * m4macros/gtk-2.0.m4: Add some quotes around ***. (#130073,
        Uwe Zeisberger)
This commit is contained in:
Owen Taylor 2004-02-24 22:42:55 +00:00 committed by Owen Taylor
parent 1a48dcb14f
commit 89a877800a
6 changed files with 26 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Tue Feb 24 17:35:59 2004 Owen Taylor <otaylor@redhat.com>
* m4macros/gtk-2.0.m4: Add some quotes around ***. (#130073,
Uwe Zeisberger)
Tue Feb 24 14:45:03 2004 Owen Taylor <otaylor@redhat.com>
* === Released 2.3.3 ===

View File

@ -1,3 +1,8 @@
Tue Feb 24 17:35:59 2004 Owen Taylor <otaylor@redhat.com>
* m4macros/gtk-2.0.m4: Add some quotes around ***. (#130073,
Uwe Zeisberger)
Tue Feb 24 14:45:03 2004 Owen Taylor <otaylor@redhat.com>
* === Released 2.3.3 ===

View File

@ -1,3 +1,8 @@
Tue Feb 24 17:35:59 2004 Owen Taylor <otaylor@redhat.com>
* m4macros/gtk-2.0.m4: Add some quotes around ***. (#130073,
Uwe Zeisberger)
Tue Feb 24 14:45:03 2004 Owen Taylor <otaylor@redhat.com>
* === Released 2.3.3 ===

View File

@ -1,3 +1,8 @@
Tue Feb 24 17:35:59 2004 Owen Taylor <otaylor@redhat.com>
* m4macros/gtk-2.0.m4: Add some quotes around ***. (#130073,
Uwe Zeisberger)
Tue Feb 24 14:45:03 2004 Owen Taylor <otaylor@redhat.com>
* === Released 2.3.3 ===

View File

@ -1,3 +1,8 @@
Tue Feb 24 17:35:59 2004 Owen Taylor <otaylor@redhat.com>
* m4macros/gtk-2.0.m4: Add some quotes around ***. (#130073,
Uwe Zeisberger)
Tue Feb 24 14:45:03 2004 Owen Taylor <otaylor@redhat.com>
* === Released 2.3.3 ===

View File

@ -30,7 +30,7 @@ AC_ARG_ENABLE(gtktest, [ --disable-gtktest do not try to compile and run
if pkg-config --atleast-pkgconfig-version 0.7 ; then
:
else
echo *** pkg-config too old; version 0.7 or better required.
echo "*** pkg-config too old; version 0.7 or better required."
no_gtk=yes
PKG_CONFIG=no
fi