summaryrefslogtreecommitdiffstats
path: root/contrib/bmake/configure
diff options
context:
space:
mode:
authorsjg <sjg@FreeBSD.org>2013-08-02 06:25:28 +0000
committersjg <sjg@FreeBSD.org>2013-08-02 06:25:28 +0000
commitff765cb371f120bb1d6e648a2418a7c9e3f223b2 (patch)
tree8ceaf694b47a0d2b1022393bf58a564bda1b20a2 /contrib/bmake/configure
parent1c55a6beb9a550795753418366eee2961aae82db (diff)
downloadFreeBSD-src-ff765cb371f120bb1d6e648a2418a7c9e3f223b2.zip
FreeBSD-src-ff765cb371f120bb1d6e648a2418a7c9e3f223b2.tar.gz
Merge bmake-20130730
Main feature of interest is .MAKE.JOB.PREFIX= to suppress --- job --- tokens.
Diffstat (limited to 'contrib/bmake/configure')
-rwxr-xr-xcontrib/bmake/configure25
1 files changed, 9 insertions, 16 deletions
diff --git a/contrib/bmake/configure b/contrib/bmake/configure
index a515b27..7accf1a 100755
--- a/contrib/bmake/configure
+++ b/contrib/bmake/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.64 for bmake 20130303.
+# Generated by GNU Autoconf 2.64 for bmake 20130706.
#
# Report bugs to <sjg@NetBSD.org>.
#
@@ -549,8 +549,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='bmake'
PACKAGE_TARNAME='bmake'
-PACKAGE_VERSION='20130303'
-PACKAGE_STRING='bmake 20130303'
+PACKAGE_VERSION='20130706'
+PACKAGE_STRING='bmake 20130706'
PACKAGE_BUGREPORT='sjg@NetBSD.org'
PACKAGE_URL=''
@@ -1220,7 +1220,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures bmake 20130303 to adapt to many kinds of systems.
+\`configure' configures bmake 20130706 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1281,7 +1281,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of bmake 20130303:";;
+ short | recursive ) echo "Configuration of bmake 20130706:";;
esac
cat <<\_ACEOF
@@ -1386,7 +1386,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-bmake configure 20130303
+bmake configure 20130706
generated by GNU Autoconf 2.64
Copyright (C) 2009 Free Software Foundation, Inc.
@@ -1907,7 +1907,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by bmake $as_me 20130303, which was
+It was created by bmake $as_me 20130706, which was
generated by GNU Autoconf 2.64. Invocation command line was
$ $0 $@
@@ -4245,13 +4245,6 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
-echo $ECHO_N "checking if sh will pass .MAKE. variables... $ECHO_C" >&6
-ok=`env .MAKE.LEVEL=1 /bin/sh -c env | grep LEVEL=`
-case "$ok" in
-"") echo no >&6; CPPFLAGS="${CPPFLAGS} -DNEED_MAKE_LEVEL_SAFE";;
-*) echo yes >&6;;
-esac
-
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
$as_echo_n "checking for ANSI C header files... " >&6; }
@@ -6374,7 +6367,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by bmake $as_me 20130303, which was
+This file was extended by bmake $as_me 20130706, which was
generated by GNU Autoconf 2.64. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -6434,7 +6427,7 @@ Report bugs to <sjg@NetBSD.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\
-bmake config.status 20130303
+bmake config.status 20130706
configured by $0, generated by GNU Autoconf 2.64,
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
OpenPOWER on IntegriCloud