1998-12-28 20:58:04 +00:00
|
|
|
--- orbit-config.in.orig Tue Dec 29 04:35:37 1998
|
|
|
|
+++ orbit-config.in Tue Dec 29 04:35:58 1998
|
|
|
|
@@ -27,8 +27,8 @@
|
|
|
|
|
|
|
|
Known values for TARGET are:
|
|
|
|
|
|
|
|
- client (calls glib-config)
|
|
|
|
- server (calls glib-config)
|
1999-10-14 11:16:50 +00:00
|
|
|
+ client (calls @GLIB_CONFIG@)
|
|
|
|
+ server (calls @GLIB_CONFIG@)
|
1998-12-28 20:58:04 +00:00
|
|
|
EOF
|
|
|
|
|
|
|
|
exit $1
|
|
|
|
@@ -86,8 +86,8 @@
|
|
|
|
;;
|
|
|
|
|
|
|
|
client|server)
|
|
|
|
- the_libs="$the_libs -L@libdir@ -lORBit -lIIOP -lORBitutil `glib-config --libs` @LIBS@ -lm"
|
|
|
|
- the_flags="$the_flags `glib-config --cflags` -I@includedir@"
|
1999-10-14 11:16:50 +00:00
|
|
|
+ the_libs="$the_libs -L@libdir@ -lORBit -lIIOP -lORBitutil `@GLIB_CONFIG@ --libs` @LIBS@ -lm"
|
|
|
|
+ the_flags="$the_flags `@GLIB_CONFIG@ --cflags` -I@includedir@"
|
1998-12-28 20:58:04 +00:00
|
|
|
;;
|
|
|
|
|
|
|
|
--use-service=*)
|
1999-10-14 11:16:50 +00:00
|
|
|
--- libIDL/libIDL-config.in.orig Fri Apr 16 09:52:20 1999
|
|
|
|
+++ libIDL/libIDL-config.in Wed Oct 13 20:49:40 1999
|
|
|
|
@@ -74,10 +74,10 @@
|
|
|
|
echo $exec_prefix
|
|
|
|
fi
|
|
|
|
if test "$echo_cflags" = "yes"; then
|
|
|
|
- all_flags="$all_flags $includes $cflags `glib-config --cflags`"
|
|
|
|
+ all_flags="$all_flags $includes $cflags `@GLIB_CONFIG@ --cflags`"
|
|
|
|
fi
|
|
|
|
if test "$echo_libs" = "yes"; then
|
|
|
|
- all_flags="$all_flags -L@libdir@ -lIDL `glib-config --libs`"
|
|
|
|
+ all_flags="$all_flags -L@libdir@ -lIDL `@GLIB_CONFIG@ --libs`"
|
|
|
|
fi
|
|
|
|
|
|
|
|
# Straight out any possible duplicates, but be careful to
|