Deleted Added
full compact
configure (236769) configure (237578)
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 20120606.
3# Generated by GNU Autoconf 2.64 for bmake 20120620.
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='20120606'
553PACKAGE_STRING='bmake 20120606'
552PACKAGE_VERSION='20120620'
553PACKAGE_STRING='bmake 20120620'
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 20120606 to adapt to many kinds of systems.
1223\`configure' configures bmake 20120620 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 20120606:";;
1284 short | recursive ) echo "Configuration of bmake 20120620:";;
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 20120606
1389bmake configure 20120620
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 20120606, which was
1910It was created by bmake $as_me 20120620, 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

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

2289 withval=$with_filemon; case "/${withval}" in
2290/no|*/filemon.h) filemon_h="${withval}";;
2291*/filemon*) filemon_h="${withval}/filemon.h";;
2292*) as_fn_error "bad value ${withval} given for filemon" "$LINENO" 5 ;;
2293esac
2294else
2295
2296OS=`uname -s`
1911generated by GNU Autoconf 2.64. Invocation command line was
1912
1913 $ $0 $@
1914
1915_ACEOF
1916exec 5>>config.log
1917{
1918cat <<_ASUNAME

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

2289 withval=$with_filemon; case "/${withval}" in
2290/no|*/filemon.h) filemon_h="${withval}";;
2291*/filemon*) filemon_h="${withval}/filemon.h";;
2292*) as_fn_error "bad value ${withval} given for filemon" "$LINENO" 5 ;;
2293esac
2294else
2295
2296OS=`uname -s`
2297for d in "$srcdir/filemon" "$srcdir/../filemon" "$srcdir/../../sys/dev/filemon"
2297for d in "/usr/include/dev/filemon" "$prefix/include/dev/filemon" "$srcdir/filemon" "$srcdir/../filemon" "$srcdir/../../sys/dev/filemon"
2298do
2299 for x in "/$OS" ""
2300 do
2301 filemon_h="$d$x/filemon.h"
2302 test -s "$filemon_h" && break
2303 done
2304 test -s "$filemon_h" && break
2305done

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

6364_ASEOF
6365test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
6366
6367cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
6368# Save the log message, to keep $0 and so on meaningful, and to
6369# report actual input values of CONFIG_FILES etc. instead of their
6370# values after options handling.
6371ac_log="
2298do
2299 for x in "/$OS" ""
2300 do
2301 filemon_h="$d$x/filemon.h"
2302 test -s "$filemon_h" && break
2303 done
2304 test -s "$filemon_h" && break
2305done

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

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

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

6424Configuration headers:
6425$config_headers
6426
6427Report bugs to <sjg@NetBSD.org>."
6428
6429_ACEOF
6430cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6431ac_cs_version="\\
6373generated by GNU Autoconf 2.64. Invocation command line was
6374
6375 CONFIG_FILES = $CONFIG_FILES
6376 CONFIG_HEADERS = $CONFIG_HEADERS
6377 CONFIG_LINKS = $CONFIG_LINKS
6378 CONFIG_COMMANDS = $CONFIG_COMMANDS
6379 $ $0 $@
6380

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

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

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

--- 694 unchanged lines hidden ---