62 lines
1.9 KiB
Text
62 lines
1.9 KiB
Text
$NetBSD: patch-aa,v 1.7 1999/11/15 18:47:56 rh Exp $
|
|
|
|
--- configure.orig Thu Oct 7 04:32:56 1999
|
|
+++ configure Mon Nov 15 19:18:04 1999
|
|
@@ -2077,7 +2077,9 @@
|
|
fi
|
|
|
|
# Always use our own libtool.
|
|
+if false; then
|
|
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
|
+fi
|
|
|
|
# Check for any special flags to pass to ltconfig.
|
|
libtool_flags=
|
|
@@ -5587,7 +5589,7 @@
|
|
|
|
# AM_GNOME_GETTEXT above substs $DATADIRNAME
|
|
# this is the directory where the *.{mo,gmo} files are installed
|
|
-gnomelocaledir='${prefix}/${DATADIRNAME}/locale'
|
|
+gnomelocaledir='${prefix}/share/locale'
|
|
|
|
|
|
echo $ac_n "checking for main in -lm""... $ac_c" 1>&6
|
|
@@ -10370,7 +10372,7 @@
|
|
GTKXMHTML_LIBS="-lgtkxmhtml $LIBGTKXMHTML_LIBS"
|
|
ZVT_LIBS="-lzvt $UTIL_LIBS $GTK_LIBS"
|
|
|
|
-GNOME_LIBDIR='-L${libdir}'
|
|
+GNOME_LIBDIR='-L${libdir} -Wl,-R${libdir}'
|
|
GNOME_INCLUDEDIR='-I${includedir} -DNEED_GNOMESUPPORT_H -I${pkglibdir}/include'
|
|
GNOME_IDLDIR='-I${datadir}/idl'
|
|
|
|
@@ -10967,10 +10969,10 @@
|
|
top_srcdir="$ac_dots$ac_given_srcdir" ;;
|
|
esac
|
|
|
|
- case "$ac_given_INSTALL" in
|
|
- [/$]*) INSTALL="$ac_given_INSTALL" ;;
|
|
- *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
|
|
- esac
|
|
+# case "$ac_given_INSTALL" in
|
|
+# [/$]*) INSTALL="$ac_given_INSTALL" ;;
|
|
+# *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
|
|
+# esac
|
|
|
|
echo creating "$ac_file"
|
|
rm -f "$ac_file"
|
|
@@ -11240,10 +11242,10 @@
|
|
*) # Relative path.
|
|
ac_sub_cache_file="$ac_dots$cache_file" ;;
|
|
esac
|
|
- case "$ac_given_INSTALL" in
|
|
- [/$]*) INSTALL="$ac_given_INSTALL" ;;
|
|
- *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
|
|
- esac
|
|
+# case "$ac_given_INSTALL" in
|
|
+# [/$]*) INSTALL="$ac_given_INSTALL" ;;
|
|
+# *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
|
|
+# esac
|
|
|
|
echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
|
|
# The eval makes quoting arguments work.
|