OpenGrok
Cross Reference: configure.ac
xref
: /
src
/
tools
/
make
/
configure.ac
Home
|
History
|
Annotate
|
Download
|
only in
make
History log of
/src/tools/make/configure.ac
Revision
Date
Author
Comments
1.11
20-Jul-2023
lukem
tools/make: build with -Wno-deprecated-declarations
Use NB_CHECK_CC_FLAG() from ../tools/compat to determine
if the compiler supports -Wno-deprecated-declarations.
Avoids sooking about vfork() on macOS.
1.10
20-Jul-2023
lukem
tools/make/configure.ac: style tweaks
Consistently use () in zero argument macro calls.
Display results at end.
1.9
14-Oct-2007
apb
Adapt to the changed way of telling make which shell to use.
1.8
14-Oct-2007
apb
* Add Makefile.regen to regenerate configure from configure.ac;
* Add comments in configure.ac to explain how to regenerate configure.
1.7
09-Oct-2006
apb
branches: 1.7.8;
Configure the bootstrap make in such a way that it can use a shell other
than "sh" for executing commands. Useful in a cross-build environment.
* Do not define _PATH_BSHELL, because it is no longer used by make.
* In addition to _PATH_DEFSHELLDIR (the directory in which the default
shell can be found), define _BASENAME_DEFSHELL (the shell's basename).
* Use shell builtin string manipulation instead of sed to extract
the directory name and basename from $BSHELL.
OK sjg, christos
1.6
26-Jul-2003
salo
netbsd.org->NetBSD.org
1.5
04-Oct-2002
thorpej
Check for <poll.h>. If it is not found, -DUSE_SELECT=1.
1.4
27-Apr-2002
bjh21
Define _PATH_BSHELL to the first "sh" on the PATH when bootstrapping
nbmake. This should remove our dependency on a nobbled /bin/sh on
Solaris.
1.3
24-Apr-2002
bjh21
Check for the location of sh on the path, and use that to construct the
value for _PATH_DEFSHELLDIR. In theory, _PATH_DEFSHELLDIR will also be
used to find csh, but ".SHELL csh" shouldn't be used anywhere in our source
tree, and this make shouldn't be used for other things.
This should cause nbmake to use the right shell for most purposes when
cross-compiling from Solaris.
1.2
25-Jan-2002
tv
Make util.c replacement functions use autoconf conditionals to probe
what is Really available in the host OS.
1.1
15-Jan-2002
tv
Break out make(1) bootstrap config into an autoconf-based mechanism that
generates a shell script. Check for existence of POSIX regex, and make
sure an appropriate library is pulled in for it as needed.
1.7.8.1
06-Nov-2007
matt
sync with HEAD
Indexes created Wed Oct 22 13:09:56 GMT 2025