1999-08-22 03:42:59 +00:00
|
|
|
--- gnome-config.in.orig Mon May 31 06:04:01 1999
|
|
|
|
+++ gnome-config.in Mon Jul 12 10:27:28 1999
|
|
|
|
@@ -19,7 +19,7 @@
|
|
|
|
pkglibdir=${libdir}/@PACKAGE@
|
|
|
|
pkgincludedir=${includedir}/@PACKAGE@
|
|
|
|
MODULE_VERSION=@PACKAGE@-@VERSION@
|
|
|
|
-module_dirs="$libdir:$GNOME_LIBCONFIG_PATH"
|
|
|
|
+module_dirs="$sysconfdir:$GNOME_LIBCONFIG_PATH"
|
|
|
|
|
|
|
|
usage()
|
|
|
|
{
|
|
|
|
@@ -46,18 +46,18 @@
|
1999-01-14 16:59:34 +00:00
|
|
|
|
|
|
|
Known values for LIBRARY are:
|
|
|
|
|
|
|
|
- glib (calls glib-config)
|
1999-08-22 03:42:59 +00:00
|
|
|
+ glib (calls GLIB_CONFIG)
|
1999-01-14 16:59:34 +00:00
|
|
|
idl (to be used with orbit-idl)
|
1998-09-06 06:34:19 +00:00
|
|
|
gnome
|
|
|
|
gnomeui
|
1998-09-30 13:51:46 +00:00
|
|
|
gnorba
|
1998-09-06 06:34:19 +00:00
|
|
|
- gtk (calls gtk-config)
|
1999-08-22 03:42:59 +00:00
|
|
|
+ gtk (calls GTK_CONFIG)
|
1998-09-06 06:34:19 +00:00
|
|
|
gtkxmhtml (only --libs)
|
|
|
|
zvt (only --libs)
|
|
|
|
|
1999-01-14 16:59:34 +00:00
|
|
|
If LIBRARY is none of these,
|
|
|
|
|
|
|
|
- ${libdir}/<LIBRARY>Conf.sh
|
1999-03-09 01:13:40 +00:00
|
|
|
+ ${sysconfdir}/<LIBRARY>Conf.sh
|
|
|
|
|
|
|
|
is looked in for the necessary information. Those currently installed
|
|
|
|
appear to be:
|
1999-08-22 03:42:59 +00:00
|
|
|
@@ -149,19 +149,19 @@
|
1999-01-14 16:59:34 +00:00
|
|
|
usage 1
|
|
|
|
;;
|
|
|
|
glib)
|
|
|
|
- the_libs="$the_libs `glib-config --libs`"
|
|
|
|
- the_flags="$the_flags `glib-config --cflags`"
|
1999-08-22 03:42:59 +00:00
|
|
|
+ the_libs="$the_libs `$GLIB_CONFIG --libs`"
|
|
|
|
+ the_flags="$the_flags `$GLIB_CONFIG --cflags`"
|
1998-09-06 06:34:19 +00:00
|
|
|
;;
|
1999-03-09 01:13:40 +00:00
|
|
|
gtk)
|
1998-09-06 06:34:19 +00:00
|
|
|
- the_libs="$the_libs `gtk-config --libs`"
|
|
|
|
- the_flags="$the_flags `gtk-config --cflags`"
|
1999-08-22 03:42:59 +00:00
|
|
|
+ the_libs="$the_libs `$GTK_CONFIG --libs`"
|
|
|
|
+ the_flags="$the_flags `$GTK_CONFIG --cflags`"
|
1998-09-06 06:34:19 +00:00
|
|
|
;;
|
|
|
|
gnome)
|
1999-05-30 04:02:08 +00:00
|
|
|
the_libs="$the_libs @GNOME_LIBDIR@ @GNOME_LIBS@"
|
1999-01-14 16:59:34 +00:00
|
|
|
the_flags="$the_flags @GNOME_INCLUDEDIR@ @GTK_CFLAGS@"
|
1998-11-19 15:06:59 +00:00
|
|
|
;;
|
|
|
|
gnomeui)
|
1999-01-14 16:59:34 +00:00
|
|
|
- the_libs="$the_libs @GNOME_LIBDIR@ @GNOMEUI_LIBS@"
|
1999-05-30 04:02:08 +00:00
|
|
|
+ the_libs="$the_libs @GNOME_LIBDIR@ -lXpm -ljpeg -lpng -lz -ltiff -lgif @GNOMEUI_LIBS@"
|
1999-01-14 16:59:34 +00:00
|
|
|
the_flags="$the_flags @GNOME_INCLUDEDIR@ @GTK_CFLAGS@"
|
1998-11-19 15:06:59 +00:00
|
|
|
;;
|
|
|
|
gtkxmhtml)
|