1657b8c95d
PR: 25150 Submitted by: Ports Fury
27 lines
883 B
Plaintext
27 lines
883 B
Plaintext
--- configure.orig Thu Jan 25 09:42:03 2001
|
|
+++ configure Sat Feb 17 06:18:28 2001
|
|
@@ -2276,7 +2276,7 @@
|
|
deplibs_check_method="$deplibs_check_method" \
|
|
file_magic_cmd="$file_magic_cmd" \
|
|
${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig -o libtool $libtool_flags \
|
|
---build="$build" --add-tag=CXX $ac_aux_dir/ltcf-cxx.sh $host \
|
|
+--build="$build" $ac_aux_dir/ltmain.sh $host \
|
|
|| { echo "configure: error: libtool tag configuration failed" 1>&2; exit 1; }
|
|
CC="$lt_save_CC"
|
|
CFLAGS="$lt_save_CFLAGS"
|
|
@@ -2798,10 +2798,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"
|