mirror of
https://git.freebsd.org/ports.git
synced 2025-07-09 21:39:17 -04:00
22 lines
653 B
Text
22 lines
653 B
Text
|
|
$FreeBSD$
|
|
|
|
--- configure.orig Thu Jul 26 02:30:28 2001
|
|
+++ configure Sun Aug 18 00:00:40 2002
|
|
@@ -5152,6 +5152,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'
|
|
@@ -5196,7 +5197,7 @@
|
|
fi
|
|
|
|
# Extract the first word of "rs", so it can be a program name with args.
|
|
-set dummy rs; ac_word=$2
|
|
+set dummy rscheme; ac_word=$2
|
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
|
echo "configure:5202: checking for $ac_word" >&5
|
|
if eval "test \"`echo '$''{'ac_cv_path_RSCHEME'+set}'`\" = set"; then
|