forked from Lainports/freebsd-ports
the upcoming bsd.port.mk patches tested on bento. - make USE_LIBTOOL knob actually working while I'm here.
30 lines
823 B
Text
30 lines
823 B
Text
|
|
$FreeBSD$
|
|
|
|
--- configure.orig Wed Aug 28 11:02:51 2002
|
|
+++ configure Sat Sep 14 11:42:16 2002
|
|
@@ -8592,13 +8592,6 @@
|
|
;;
|
|
esac
|
|
|
|
- if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
|
|
- then
|
|
- { { echo "$as_me:$LINENO: error: tag name \"$tagname\" already exists" >&5
|
|
-echo "$as_me: error: tag name \"$tagname\" already exists" >&2;}
|
|
- { (exit 1); exit 1; }; }
|
|
- fi
|
|
-
|
|
# Update the list of available tags.
|
|
if test -n "$tagname"; then
|
|
echo appending configuration tag \"$tagname\" to $ofile
|
|
@@ -16819,6 +16812,10 @@
|
|
|
|
# This can be used to rebuild libtool when needed
|
|
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
|
+save_CC="$CC"
|
|
+CC="$CXX"
|
|
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
|
|
+CC="$save_CC"
|
|
|
|
# Always use our own libtool.
|
|
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|