$NetBSD: patch-ab,v 1.14 2016/09/16 09:42:25 wiz Exp $ --- configure.orig 2016-07-07 18:34:10.000000000 +0000 +++ configure @@ -2898,7 +2898,7 @@ case $host_os in *\ *) host_os=`echo "$h { $as_echo "$as_me:${as_lineno-$LINENO}: checking current Subversion revision number" >&5 $as_echo_n "checking current Subversion revision number... " >&6; } SVNREV=`svnversion -n . 2>/dev/null` -SVNREV=${SVNREV/:/_} +#SVNREV=${SVNREV/:/_} if { test "$SVNREV" = "" || test "$SVNREV" = "exported" ; } ; then SVNREV=`cat $srcdir/SVNREV` { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SVNREV" >&5 @@ -5218,7 +5218,7 @@ $as_echo "#define OS_GNU_LINUX 1" >>conf CONFIG_CXXOPTIMIZE="-O3 -fexpensive-optimizations" CONFIG_OS=LINUX ;; - i*86-*-freebsd* | x86_64-*-freebsd*) + i*86-*-freebsd* | x86_64-*-freebsd* | *-*-netbsd) { $as_echo "$as_me:${as_lineno-$LINENO}: result: final adjustments for an Intel or AMD GNU/BSD host" >&5 $as_echo "final adjustments for an Intel or AMD GNU/BSD host" >&6; } @@ -18545,8 +18545,6 @@ fi fi ;; - -Wl,*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Flag $LC_SCATTER_FLAGS_flag dropped for lib GUILE_TMP" >&5 -$as_echo "$as_me: WARNING: Flag $LC_SCATTER_FLAGS_flag dropped for lib GUILE_TMP" >&2;};; -*) as_CACHEVAR=`$as_echo "ax_cv_check_cxxflags__$LC_SCATTER_FLAGS_flag" | $as_tr_sh` { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C++ compiler accepts $LC_SCATTER_FLAGS_flag" >&5 @@ -20141,13 +20139,13 @@ $as_echo "#define GUILE_HEADER_18 1" >>c *) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Strange guile header name lib$GUILE_LIB.h" >&5 $as_echo "$as_me: WARNING: Strange guile header name lib$GUILE_LIB.h" >&2;} ;; esac - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gh_scm2newstr in -lGuile" >&5 -$as_echo_n "checking for gh_scm2newstr in -lGuile... " >&6; } + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gh_scm2newstr in -lguile" >&5 +$as_echo_n "checking for gh_scm2newstr in -lguile... " >&6; } if ${ac_cv_lib_Guile_gh_scm2newstr+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lGuile -lintl -liconv $LIBS" +LIBS="-lguile -lintl -liconv $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */