$NetBSD: patch-ac,v 1.3 1999/10/22 23:35:37 tron Exp $ --- configure.orig Tue Sep 28 18:11:49 1999 +++ configure Sat Oct 23 00:50:21 1999 @@ -1570,6 +1570,7 @@ fi +if false; then # Check for any special flags to pass to ltconfig. # # the following will cause an existing older ltconfig to fail, so @@ -1871,6 +1872,7 @@ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' +fi # Redirect the config.log output again, so that the ltconfig log is not # clobbered by the next message. @@ -5164,10 +5166,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" @@ -5388,10 +5390,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.