From 5e9f6125246cec57771bcdeefed03153d41c23fd Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 30 Jul 2003 01:43:28 +0000 Subject: [PATCH] 1498. [port] bsdos: 5.x support. --- CHANGES | 2 ++ bin/tests/system/ifconfig.sh | 6 +++--- configure | 18 ++++++++++-------- configure.in | 8 +++++--- lib/bind/configure | 8 +++----- lib/bind/configure.in | 6 ++---- lib/bind/libtool.m4 | 2 +- libtool.m4 | 2 +- 8 files changed, 27 insertions(+), 25 deletions(-) diff --git a/CHANGES b/CHANGES index 2bd2b6c45b..de32cc2503 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +1498. [port] bsdos: 5.x support. + 1497. [placeholder] 1496. [port] test for pthread_attr_setstacksize(). diff --git a/bin/tests/system/ifconfig.sh b/bin/tests/system/ifconfig.sh index ab656fd929..b405e6dea1 100644 --- a/bin/tests/system/ifconfig.sh +++ b/bin/tests/system/ifconfig.sh @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: ifconfig.sh,v 1.41 2002/11/12 23:42:37 explorer Exp $ +# $Id: ifconfig.sh,v 1.42 2003/07/30 01:38:47 marka Exp $ # # Set up interface aliases for bind9 system tests. @@ -85,7 +85,7 @@ case "$1" in *-unknown-netbsd*) ifconfig lo0 10.53.0.$ns alias netmask 255.255.255.0 ;; - *-pc-bsdi[3-4].*) + *-*-bsdi[3-5].*) ifconfig lo0 add 10.53.0.$ns netmask 255.255.255.0 ;; *-dec-osf[4-5].*) @@ -145,7 +145,7 @@ case "$1" in *-unknown-netbsd*) ifconfig lo0 10.53.0.$ns delete ;; - *-pc-bsdi[3-4].*) + *-*-bsdi[3-5].*) ifconfig lo0 remove 10.53.0.$ns ;; *-dec-osf[4-5].*) diff --git a/configure b/configure index 7dcc8d16b3..8aa05be10e 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.346 . +# From configure.in Revision: 1.347 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.53. # @@ -4845,9 +4845,11 @@ case $host in use_threads=false ;; *-freebsd*) use_threads=false ;; -*-bsdi*) - # Thread signals do not appear to work reliably on BSDI. +*-bsdi234*) + # Thread signals do not work reliably on some versions of BSD/OS. use_threads=false ;; +*-bsdi5*) + use_threads=true ;; *-linux*) # Threads are disabled on Linux by default because most # Linux kernels produce unusable core dumps from multithreaded @@ -7697,7 +7699,7 @@ test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes case $host in *-*-irix6*) # Find out which ABI we are using. - echo '#line 7700 "configure"' > conftest.$ac_ext + echo '#line 7702 "configure"' > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? @@ -8247,7 +8249,7 @@ chmod -w . save_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -o out/conftest2.$ac_objext" compiler_c_o=no -if { (eval echo configure:8250: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then +if { (eval echo configure:8252: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings if test -s out/conftest.err; then @@ -9262,7 +9264,7 @@ beos*) shlibpath_var=LIBRARY_PATH ;; -bsdi4*) +bsdi45*) version_type=linux need_version=no library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so' @@ -10114,7 +10116,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext < conftest.$ac_ext <