Deleted Added
full compact
configure (246223) configure (249033)
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 20121212.
3# Generated by GNU Autoconf 2.64 for bmake 20130303.
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='20121212'
553PACKAGE_STRING='bmake 20121212'
552PACKAGE_VERSION='20130303'
553PACKAGE_STRING='bmake 20130303'
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>

--- 653 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
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>

--- 653 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
1223\`configure' configures bmake 20121212 to adapt to many kinds of systems.
1223\`configure' configures bmake 20130303 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
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
1284 short | recursive ) echo "Configuration of bmake 20121212:";;
1284 short | recursive ) echo "Configuration of bmake 20130303:";;
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
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
1389bmake configure 20121212
1389bmake configure 20130303
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
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
1910It was created by bmake $as_me 20121212, which was
1910It was created by bmake $as_me 20130303, 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

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

6369_ASEOF
6370test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
6371
6372cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6373# Save the log message, to keep $0 and so on meaningful, and to
6374# report actual input values of CONFIG_FILES etc. instead of their
6375# values after options handling.
6376ac_log="
1911generated by GNU Autoconf 2.64. Invocation command line was
1912
1913 $ $0 $@
1914
1915_ACEOF
1916exec 5>>config.log
1917{
1918cat <<_ASUNAME

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

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

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

6429Configuration headers:
6430$config_headers
6431
6432Report bugs to <sjg@NetBSD.org>."
6433
6434_ACEOF
6435cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6436ac_cs_version="\\
6378generated by GNU Autoconf 2.64. Invocation command line was
6379
6380 CONFIG_FILES = $CONFIG_FILES
6381 CONFIG_HEADERS = $CONFIG_HEADERS
6382 CONFIG_LINKS = $CONFIG_LINKS
6383 CONFIG_COMMANDS = $CONFIG_COMMANDS
6384 $ $0 $@
6385

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

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

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

--- 695 unchanged lines hidden ---