$FreeBSD$ --- configure.orig Thu Apr 25 19:15:48 2002 +++ configure Thu Apr 25 19:17:00 2002 @@ -5388,6 +5388,7 @@ # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" +$ac_aux_dir/ltconfig $LIBTOOL_DEPS # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' @@ -5633,8 +5634,8 @@ gnome_cv_gnorba_found=no if test x$gnome_cv_orbit_found = xyes; then - GNORBA_CFLAGS="`gnome-config --cflags gnorba gnomeui`" - GNORBA_LIBS="`gnome-config --libs gnorba gnomeui`" + GNORBA_CFLAGS="`$GNOME_CONFIG --cflags gnorba gnomeui`" + GNORBA_LIBS="`$GNOME_CONFIG --libs gnorba gnomeui`" if test -n "$GNORBA_LIBS"; then gnome_cv_gnorba_found=yes fi @@ -5654,8 +5655,8 @@ fi if test x$gnome_cv_orbit_found = xyes; then - GNORBA_CFLAGS="`gnome-config --cflags gnorba gnomeui`" - GNORBA_LIBS="`gnome-config --libs gnorba gnomeui`" + GNORBA_CFLAGS="`$GNOME_CONFIG --cflags gnorba gnomeui`" + GNORBA_LIBS="`$GNOME_CONFIG --libs gnorba gnomeui`" else @@ -9022,8 +9023,8 @@ fi GPILOT_LIBDIR='-L${libdir}' -GPILOT_LIBS="-lgpilotd -lgpilotdcm -lgpilotdconduit `$GNOME_CONFIG --libs gnome` `glib-config --libs glib gmodule`" -GPILOT_INCLUDEDIR="-I${includedir} `$GNOME_CONFIG --cflags gnome` `glib-config --cflags glib gmodule`" +GPILOT_LIBS="-lgpilotd -lgpilotdcm -lgpilotdconduit `$GNOME_CONFIG --libs gnome` `$GLIB_CONFIG --libs glib gmodule`" +GPILOT_INCLUDEDIR="-I${includedir} `$GNOME_CONFIG --cflags gnome` `$GLIB_CONFIG --cflags glib gmodule`"