21 lines
697 B
Text
21 lines
697 B
Text
$NetBSD: patch-ab,v 1.2 1999/11/27 21:46:38 rh Exp $
|
|
|
|
--- glib/configure.orig Mon Sep 21 04:41:11 1998
|
|
+++ glib/configure Sat Nov 27 22:40:41 1999
|
|
@@ -1212,6 +1212,7 @@
|
|
echo "$ac_t""no" 1>&6
|
|
fi
|
|
|
|
+if false; then
|
|
# Always use our own libtool.
|
|
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
|
|
|
@@ -1257,7 +1258,7 @@
|
|
${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig \
|
|
$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \
|
|
|| { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
|
|
-
|
|
+fi
|
|
|
|
echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
|
|
echo "configure:1264: checking whether to enable maintainer-specific portions of Makefiles" >&5
|