diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-07-15 01:07:42 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-07-15 01:07:42 +0000 |
commit | cc87344c1fa786707aea46a2979919d954ab517e (patch) | |
tree | 04540b946e776d9e5716277aa4d164170a6b367f /gtk-config-2.0.in | |
parent | 72fe20c1325145b850d8b776c98c3c56346cc95c (diff) | |
download | gtk+-cc87344c1fa786707aea46a2979919d954ab517e.tar.gz |
Really release 1.3.1GTK_1_3_1
Fri Jul 14 20:30:25 2000 Owen Taylor <otaylor@redhat.com>
* Really release 1.3.1
* gtk-config-2.0.in gtk-2.0.m4: Fix up to correspond to new
include structure.
Diffstat (limited to 'gtk-config-2.0.in')
-rw-r--r-- | gtk-config-2.0.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk-config-2.0.in b/gtk-config-2.0.in index 84c4e3cca5..07e3a2dff9 100644 --- a/gtk-config-2.0.in +++ b/gtk-config-2.0.in @@ -13,7 +13,7 @@ exec_prefix_set=no usage() { cat <<EOF -Usage: gtk2-config [OPTIONS] [LIBRARIES] +Usage: gtk-config-2.0 [OPTIONS] [LIBRARIES] Options: [--prefix[=DIR]] [--exec-prefix[=DIR]] @@ -96,8 +96,8 @@ if test "$lib_gthread" = "yes"; then fi if test "$echo_cflags" = "yes"; then - includes=-I@includedir@/gtk2 - echo -I@libdir@/gtk2/include $includes $glib_cflags @PANGO_CFLAGS@ @more_cflags@ + includes=-I@includedir@/gtk-2.0 + echo -I@libdir@/gtk-2.0/include $includes $glib_cflags @PANGO_CFLAGS@ @more_cflags@ fi if test "$echo_libs" = "yes"; then |