Deleted Added
full compact
configure (253883) configure (261212)
1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.64 for bmake 20130706.
3# Generated by GNU Autoconf 2.64 for bmake 20140101.
4#
5# Report bugs to <sjg@NetBSD.org>.
6#
7# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
9# Foundation, Inc.
10#
11# This configure script is free software; the Free Software Foundation

--- 532 unchanged lines hidden (view full) ---

544cross_compiling=no
545subdirs=
546MFLAGS=
547MAKEFLAGS=
548
549# Identity of this package.
550PACKAGE_NAME='bmake'
551PACKAGE_TARNAME='bmake'
4#
5# Report bugs to <sjg@NetBSD.org>.
6#
7# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
9# Foundation, Inc.
10#
11# This configure script is free software; the Free Software Foundation

--- 532 unchanged lines hidden (view full) ---

544cross_compiling=no
545subdirs=
546MFLAGS=
547MAKEFLAGS=
548
549# Identity of this package.
550PACKAGE_NAME='bmake'
551PACKAGE_TARNAME='bmake'
552PACKAGE_VERSION='20130706'
553PACKAGE_STRING='bmake 20130706'
552PACKAGE_VERSION='20140101'
553PACKAGE_STRING='bmake 20140101'
554PACKAGE_BUGREPORT='sjg@NetBSD.org'
555PACKAGE_URL=''
556
557# Factoring default headers for most tests.
558ac_includes_default="\
559#include <stdio.h>
560#ifdef HAVE_SYS_TYPES_H
561# include <sys/types.h>

--- 35 unchanged lines hidden (view full) ---

597GCC
598INSTALL
599default_sys_path
600mksrc
601machine_arch
602force_machine
603machine
604LIBOBJS
554PACKAGE_BUGREPORT='sjg@NetBSD.org'
555PACKAGE_URL=''
556
557# Factoring default headers for most tests.
558ac_includes_default="\
559#include <stdio.h>
560#ifdef HAVE_SYS_TYPES_H
561# include <sys/types.h>

--- 35 unchanged lines hidden (view full) ---

597GCC
598INSTALL
599default_sys_path
600mksrc
601machine_arch
602force_machine
603machine
604LIBOBJS
605bmake_path_max
605ac_exe_suffix
606INSTALL_DATA
607INSTALL_SCRIPT
608INSTALL_PROGRAM
609EGREP
610GREP
611CPP
612OBJEXT

--- 602 unchanged lines hidden (view full) ---

1215
1216#
1217# Report the --help message.
1218#
1219if test "$ac_init_help" = "long"; then
1220 # Omit some internal or obsolete options to make the list less imposing.
1221 # This message is too long to be a string in the A/UX 3.1 sh.
1222 cat <<_ACEOF
606ac_exe_suffix
607INSTALL_DATA
608INSTALL_SCRIPT
609INSTALL_PROGRAM
610EGREP
611GREP
612CPP
613OBJEXT

--- 602 unchanged lines hidden (view full) ---

1216
1217#
1218# Report the --help message.
1219#
1220if test "$ac_init_help" = "long"; then
1221 # Omit some internal or obsolete options to make the list less imposing.
1222 # This message is too long to be a string in the A/UX 3.1 sh.
1223 cat <<_ACEOF
1223\`configure' configures bmake 20130706 to adapt to many kinds of systems.
1224\`configure' configures bmake 20140101 to adapt to many kinds of systems.
1224
1225Usage: $0 [OPTION]... [VAR=VALUE]...
1226
1227To assign environment variables (e.g., CC, CFLAGS...), specify them as
1228VAR=VALUE. See below for descriptions of some of the useful variables.
1229
1230Defaults for the options are specified in brackets.
1231

--- 44 unchanged lines hidden (view full) ---

1276_ACEOF
1277
1278 cat <<\_ACEOF
1279_ACEOF
1280fi
1281
1282if test -n "$ac_init_help"; then
1283 case $ac_init_help in
1225
1226Usage: $0 [OPTION]... [VAR=VALUE]...
1227
1228To assign environment variables (e.g., CC, CFLAGS...), specify them as
1229VAR=VALUE. See below for descriptions of some of the useful variables.
1230
1231Defaults for the options are specified in brackets.
1232

--- 44 unchanged lines hidden (view full) ---

1277_ACEOF
1278
1279 cat <<\_ACEOF
1280_ACEOF
1281fi
1282
1283if test -n "$ac_init_help"; then
1284 case $ac_init_help in
1284 short | recursive ) echo "Configuration of bmake 20130706:";;
1285 short | recursive ) echo "Configuration of bmake 20140101:";;
1285 esac
1286 cat <<\_ACEOF
1287
1288Optional Features:
1289 --disable-option-checking ignore unrecognized --enable/--with options
1290 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1291 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1292 --disable-pwd-override disable \$PWD overriding getcwd()

--- 88 unchanged lines hidden (view full) ---

1381 fi || ac_status=$?
1382 cd "$ac_pwd" || { ac_status=$?; break; }
1383 done
1384fi
1385
1386test -n "$ac_init_help" && exit $ac_status
1387if $ac_init_version; then
1388 cat <<\_ACEOF
1286 esac
1287 cat <<\_ACEOF
1288
1289Optional Features:
1290 --disable-option-checking ignore unrecognized --enable/--with options
1291 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1292 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1293 --disable-pwd-override disable \$PWD overriding getcwd()

--- 88 unchanged lines hidden (view full) ---

1382 fi || ac_status=$?
1383 cd "$ac_pwd" || { ac_status=$?; break; }
1384 done
1385fi
1386
1387test -n "$ac_init_help" && exit $ac_status
1388if $ac_init_version; then
1389 cat <<\_ACEOF
1389bmake configure 20130706
1390bmake configure 20140101
1390generated by GNU Autoconf 2.64
1391
1392Copyright (C) 2009 Free Software Foundation, Inc.
1393This configure script is free software; the Free Software Foundation
1394gives unlimited permission to copy, distribute and modify it.
1395_ACEOF
1396 exit
1397fi

--- 504 unchanged lines hidden (view full) ---

1902$as_echo "$ac_res" >&6; }
1903 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1904
1905} # ac_fn_c_check_member
1906cat >config.log <<_ACEOF
1907This file contains any messages produced by compilers while
1908running configure, to aid debugging if configure makes a mistake.
1909
1391generated by GNU Autoconf 2.64
1392
1393Copyright (C) 2009 Free Software Foundation, Inc.
1394This configure script is free software; the Free Software Foundation
1395gives unlimited permission to copy, distribute and modify it.
1396_ACEOF
1397 exit
1398fi

--- 504 unchanged lines hidden (view full) ---

1903$as_echo "$ac_res" >&6; }
1904 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1905
1906} # ac_fn_c_check_member
1907cat >config.log <<_ACEOF
1908This file contains any messages produced by compilers while
1909running configure, to aid debugging if configure makes a mistake.
1910
1910It was created by bmake $as_me 20130706, which was
1911It was created by bmake $as_me 20140101, which was
1911generated by GNU Autoconf 2.64. Invocation command line was
1912
1913 $ $0 $@
1914
1915_ACEOF
1916exec 5>>config.log
1917{
1918cat <<_ASUNAME

--- 2320 unchanged lines hidden (view full) ---

4239# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4240# It thinks the first close brace ends the variable substitution.
4241test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4242
4243test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4244
4245test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4246
1912generated by GNU Autoconf 2.64. Invocation command line was
1913
1914 $ $0 $@
1915
1916_ACEOF
1917exec 5>>config.log
1918{
1919cat <<_ASUNAME

--- 2320 unchanged lines hidden (view full) ---

4240# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4241# It thinks the first close brace ends the variable substitution.
4242test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4243
4244test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4245
4246test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4247
4248if test -x /usr/bin/getconf; then
4249 bmake_path_max=`getconf PATH_MAX / 2> /dev/null`
4250fi
4251bmake_path_max=${bmake_path_max:-1024}
4252if test $bmake_path_max -gt 1024; then
4253 # this is all we expect
4254 bmake_path_max=1024
4255fi
4256echo "Using: BMAKE_PATH_MAX=$bmake_path_max" >&6
4247
4257
4248
4249{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4250$as_echo_n "checking for ANSI C header files... " >&6; }
4251if test "${ac_cv_header_stdc+set}" = set; then :
4252 $as_echo_n "(cached) " >&6
4253else
4254 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4255/* end confdefs.h. */
4256#include <stdlib.h>

--- 307 unchanged lines hidden (view full) ---

4564 fcntl.h \
4565 paths.h \
4566 poll.h \
4567 ranlib.h \
4568 string.h \
4569 sys/mman.h \
4570 sys/select.h \
4571 sys/socket.h \
4258{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4259$as_echo_n "checking for ANSI C header files... " >&6; }
4260if test "${ac_cv_header_stdc+set}" = set; then :
4261 $as_echo_n "(cached) " >&6
4262else
4263 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4264/* end confdefs.h. */
4265#include <stdlib.h>

--- 307 unchanged lines hidden (view full) ---

4573 fcntl.h \
4574 paths.h \
4575 poll.h \
4576 ranlib.h \
4577 string.h \
4578 sys/mman.h \
4579 sys/select.h \
4580 sys/socket.h \
4581 sys/sysctl.h \
4572 sys/time.h \
4573 sys/uio.h \
4574 unistd.h \
4575 utime.h \
4576
4577do :
4578 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4579ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"

--- 850 unchanged lines hidden (view full) ---

5430 sigaction \
5431 sigvec \
5432 snprintf \
5433 strerror \
5434 strftime \
5435 strsep \
5436 strtod \
5437 strtol \
4582 sys/time.h \
4583 sys/uio.h \
4584 unistd.h \
4585 utime.h \
4586
4587do :
4588 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4589ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"

--- 850 unchanged lines hidden (view full) ---

5440 sigaction \
5441 sigvec \
5442 snprintf \
5443 strerror \
5444 strftime \
5445 strsep \
5446 strtod \
5447 strtol \
5448 sysctl \
5438 unsetenv \
5439 vsnprintf \
5440 wait3 \
5441 wait4 \
5442 waitpid \
5443 warn \
5444 warnx \
5445

--- 916 unchanged lines hidden (view full) ---

6362_ASEOF
6363test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
6364
6365cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6366# Save the log message, to keep $0 and so on meaningful, and to
6367# report actual input values of CONFIG_FILES etc. instead of their
6368# values after options handling.
6369ac_log="
5449 unsetenv \
5450 vsnprintf \
5451 wait3 \
5452 wait4 \
5453 waitpid \
5454 warn \
5455 warnx \
5456

--- 916 unchanged lines hidden (view full) ---

6373_ASEOF
6374test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
6375
6376cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6377# Save the log message, to keep $0 and so on meaningful, and to
6378# report actual input values of CONFIG_FILES etc. instead of their
6379# values after options handling.
6380ac_log="
6370This file was extended by bmake $as_me 20130706, which was
6381This file was extended by bmake $as_me 20140101, which was
6371generated by GNU Autoconf 2.64. Invocation command line was
6372
6373 CONFIG_FILES = $CONFIG_FILES
6374 CONFIG_HEADERS = $CONFIG_HEADERS
6375 CONFIG_LINKS = $CONFIG_LINKS
6376 CONFIG_COMMANDS = $CONFIG_COMMANDS
6377 $ $0 $@
6378

--- 43 unchanged lines hidden (view full) ---

6422Configuration headers:
6423$config_headers
6424
6425Report bugs to <sjg@NetBSD.org>."
6426
6427_ACEOF
6428cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6429ac_cs_version="\\
6382generated by GNU Autoconf 2.64. Invocation command line was
6383
6384 CONFIG_FILES = $CONFIG_FILES
6385 CONFIG_HEADERS = $CONFIG_HEADERS
6386 CONFIG_LINKS = $CONFIG_LINKS
6387 CONFIG_COMMANDS = $CONFIG_COMMANDS
6388 $ $0 $@
6389

--- 43 unchanged lines hidden (view full) ---

6433Configuration headers:
6434$config_headers
6435
6436Report bugs to <sjg@NetBSD.org>."
6437
6438_ACEOF
6439cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6440ac_cs_version="\\
6430bmake config.status 20130706
6441bmake config.status 20140101
6431configured by $0, generated by GNU Autoconf 2.64,
6432 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
6433
6434Copyright (C) 2009 Free Software Foundation, Inc.
6435This config.status script is free software; the Free Software Foundation
6436gives unlimited permission to copy, distribute and modify it."
6437
6438ac_pwd='$ac_pwd'

--- 695 unchanged lines hidden ---
6442configured by $0, generated by GNU Autoconf 2.64,
6443 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
6444
6445Copyright (C) 2009 Free Software Foundation, Inc.
6446This config.status script is free software; the Free Software Foundation
6447gives unlimited permission to copy, distribute and modify it."
6448
6449ac_pwd='$ac_pwd'

--- 695 unchanged lines hidden ---