Added missing quotes.

Wed Jun 10 20:54:37 1998  Owen Taylor  <otaylor@gtk.org>

	* gtk-config.in: Added missing quotes.
This commit is contained in:
Owen Taylor 1998-06-11 00:52:24 +00:00 committed by Owen Taylor
parent e2fdd9e54f
commit 7ffe514812
8 changed files with 30 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Wed Jun 10 20:54:37 1998 Owen Taylor <otaylor@gtk.org>
* gtk-config.in: Added missing quotes.
1998-06-10 Raja R Harinath <harinath@cs.umn.edu>
* acconfig.h (GTK_COMPILED_WITH_DEBUGGING): Renamed from

View File

@ -1,3 +1,7 @@
Wed Jun 10 20:54:37 1998 Owen Taylor <otaylor@gtk.org>
* gtk-config.in: Added missing quotes.
1998-06-10 Raja R Harinath <harinath@cs.umn.edu>
* acconfig.h (GTK_COMPILED_WITH_DEBUGGING): Renamed from

View File

@ -1,3 +1,7 @@
Wed Jun 10 20:54:37 1998 Owen Taylor <otaylor@gtk.org>
* gtk-config.in: Added missing quotes.
1998-06-10 Raja R Harinath <harinath@cs.umn.edu>
* acconfig.h (GTK_COMPILED_WITH_DEBUGGING): Renamed from

View File

@ -1,3 +1,7 @@
Wed Jun 10 20:54:37 1998 Owen Taylor <otaylor@gtk.org>
* gtk-config.in: Added missing quotes.
1998-06-10 Raja R Harinath <harinath@cs.umn.edu>
* acconfig.h (GTK_COMPILED_WITH_DEBUGGING): Renamed from

View File

@ -1,3 +1,7 @@
Wed Jun 10 20:54:37 1998 Owen Taylor <otaylor@gtk.org>
* gtk-config.in: Added missing quotes.
1998-06-10 Raja R Harinath <harinath@cs.umn.edu>
* acconfig.h (GTK_COMPILED_WITH_DEBUGGING): Renamed from

View File

@ -1,3 +1,7 @@
Wed Jun 10 20:54:37 1998 Owen Taylor <otaylor@gtk.org>
* gtk-config.in: Added missing quotes.
1998-06-10 Raja R Harinath <harinath@cs.umn.edu>
* acconfig.h (GTK_COMPILED_WITH_DEBUGGING): Renamed from

View File

@ -1,3 +1,7 @@
Wed Jun 10 20:54:37 1998 Owen Taylor <otaylor@gtk.org>
* gtk-config.in: Added missing quotes.
1998-06-10 Raja R Harinath <harinath@cs.umn.edu>
* acconfig.h (GTK_COMPILED_WITH_DEBUGGING): Renamed from

View File

@ -1,7 +1,7 @@
#!/bin/sh
glib_libs=@glib_libs@
glib_cflags=@glib_cflags@
glib_libs="@glib_libs@"
glib_cflags="@glib_cflags@"
prefix=@prefix@
exec_prefix=@exec_prefix@