diff options
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 35 |
1 files changed, 25 insertions, 10 deletions
diff --git a/configure b/configure index 9bbdb8d2b36b..2b64187bdd36 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.72 for bmake 20251111. +# Generated by GNU Autoconf 2.72 for bmake 20260406. # # Report bugs to <sjg@NetBSD.org>. # @@ -603,8 +603,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='bmake' PACKAGE_TARNAME='bmake' -PACKAGE_VERSION='20251111' -PACKAGE_STRING='bmake 20251111' +PACKAGE_VERSION='20260406' +PACKAGE_STRING='bmake 20260406' PACKAGE_BUGREPORT='sjg@NetBSD.org' PACKAGE_URL='' @@ -648,6 +648,7 @@ lua filemon_h use_filemon use_meta +save_dollars diff_u diff GCC @@ -720,6 +721,7 @@ with_defshell with_makefile with_meta with_filemon +with_save_dollars with_bmake_strftime with_lua with_machine @@ -1288,7 +1290,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 20251111 to adapt to many kinds of systems. +'configure' configures bmake 20260406 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1350,7 +1352,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of bmake 20251111:";; + short | recursive ) echo "Configuration of bmake 20260406:";; esac cat <<\_ACEOF @@ -1372,7 +1374,8 @@ Optional Packages: --without-makefile disable use of generated makefile --without-meta disable use of meta-mode --with-filemon={no,dev,ktrace,path/filemon.h} indicate filemon method for meta-mode. Path to filemon.h implies dev - --with-bmake-strftime force use of bmake strftime + --with-save-dollars={yes,no} control default for .MAKE.SAVE_DOLLARS - default is "no" + --with-bmake-strftime force use of bmake strftime --without-lua do not use check-expect.lua --with-machine=MACHINE explicitly set MACHINE --with-force-machine=MACHINE set FORCE_MACHINE @@ -1461,7 +1464,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -bmake configure 20251111 +bmake configure 20260406 generated by GNU Autoconf 2.72 Copyright (C) 2023 Free Software Foundation, Inc. @@ -1984,7 +1987,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 20251111, which was +It was created by bmake $as_me 20260406, which was generated by GNU Autoconf 2.72. Invocation command line was $ $0$ac_configure_args_raw @@ -2900,6 +2903,17 @@ esac esac fi +save_dollars=no + +# Check whether --with-save_dollars was given. +if test ${with_save_dollars+y} +then : + withval=$with_save_dollars; case "${withval}" in +yes|no) MAKE_SAVE_DOLLARS_DEFAULT=${withval} ;; +*) as_fn_error $? "bad value ${withval} given for save_dollars" "$LINENO" 5 ;; +esac +fi + # Check whether --with-bmake_strftime was given. if test ${with_bmake_strftime+y} @@ -7312,6 +7326,7 @@ esac + bm_outfiles="Makefile.config unit-tests/Makefile.config make-bootstrap.sh" if test $use_makefile = yes; then bm_outfiles="makefile $bm_outfiles" @@ -7833,7 +7848,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 20251111, which was +This file was extended by bmake $as_me 20260406, which was generated by GNU Autoconf 2.72. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -7897,7 +7912,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ -bmake config.status 20251111 +bmake config.status 20260406 configured by $0, generated by GNU Autoconf 2.72, with options \\"\$ac_cs_config\\" |
