<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in configure</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>307596b164e7879f0f70ca6ed89c9d6968e3afcd - tools/make: regen</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tools/make/configure#307596b164e7879f0f70ca6ed89c9d6968e3afcd</link>
        <description>tools/make: regen

            List of files:
            /netbsd-src/tools/make/configure</description>
        <pubDate>Thu, 20 Jul 2023 15:20:00 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>810a68fb1a7f3dc6e9e2617010a44adc9617d9c0 - regen</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tools/make/configure#810a68fb1a7f3dc6e9e2617010a44adc9617d9c0</link>
        <description>regen

            List of files:
            /netbsd-src/tools/make/configure</description>
        <pubDate>Sun, 14 Oct 2007 20:27:22 +0000</pubDate>
        <dc:creator>apb &lt;apb@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>71ba9763cb84da3fa03adcb7055b93f32401ff04 - Configure the bootstrap make in such a way that it can use a shell other</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tools/make/configure#71ba9763cb84da3fa03adcb7055b93f32401ff04</link>
        <description>Configure the bootstrap make in such a way that it can use a shell otherthan &quot;sh&quot; 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&apos;s basename).* Use shell builtin string manipulation instead of sed to extract  the directory name and basename from $BSHELL.OK sjg, christos

            List of files:
            /netbsd-src/tools/make/configure</description>
        <pubDate>Mon, 09 Oct 2006 20:51:05 +0000</pubDate>
        <dc:creator>apb &lt;apb@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>22a0ae42984a5b5c1dd4d53d64f131a91a45d681 - netbsd.org-&gt;NetBSD.org</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tools/make/configure#22a0ae42984a5b5c1dd4d53d64f131a91a45d681</link>
        <description>netbsd.org-&gt;NetBSD.org

            List of files:
            /netbsd-src/tools/make/configure</description>
        <pubDate>Sat, 26 Jul 2003 20:17:31 +0000</pubDate>
        <dc:creator>salo &lt;salo@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>840b4a3a1c65e22815de54313b94f81d1febd7b4 - Check for &lt;poll.h&gt;.  If it is not found, -DUSE_SELECT=1.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tools/make/configure#840b4a3a1c65e22815de54313b94f81d1febd7b4</link>
        <description>Check for &lt;poll.h&gt;.  If it is not found, -DUSE_SELECT=1.

            List of files:
            /netbsd-src/tools/make/configure</description>
        <pubDate>Fri, 04 Oct 2002 22:21:57 +0000</pubDate>
        <dc:creator>thorpej &lt;thorpej@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0080fde9da6aaa63b61114781ca431988a5b3375 - Define _PATH_BSHELL to the first &quot;sh&quot; on the PATH when bootstrapping</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tools/make/configure#0080fde9da6aaa63b61114781ca431988a5b3375</link>
        <description>Define _PATH_BSHELL to the first &quot;sh&quot; on the PATH when bootstrappingnbmake.  This should remove our dependency on a nobbled /bin/sh onSolaris.

            List of files:
            /netbsd-src/tools/make/configure</description>
        <pubDate>Sat, 27 Apr 2002 16:36:30 +0000</pubDate>
        <dc:creator>bjh21 &lt;bjh21@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d68e9d36add65821cefc07a45bfb58cf3e2fb5b1 - Check for the location of sh on the path, and use that to construct the</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tools/make/configure#d68e9d36add65821cefc07a45bfb58cf3e2fb5b1</link>
        <description>Check for the location of sh on the path, and use that to construct thevalue for _PATH_DEFSHELLDIR.  In theory, _PATH_DEFSHELLDIR will also beused to find csh, but &quot;.SHELL csh&quot; shouldn&apos;t be used anywhere in our sourcetree, and this make shouldn&apos;t be used for other things.This should cause nbmake to use the right shell for most purposes whencross-compiling from Solaris.

            List of files:
            /netbsd-src/tools/make/configure</description>
        <pubDate>Wed, 24 Apr 2002 21:20:08 +0000</pubDate>
        <dc:creator>bjh21 &lt;bjh21@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3dc61f3b981022631463520ae26266c7f83d33bb - Make util.c replacement functions use autoconf conditionals to probe</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tools/make/configure#3dc61f3b981022631463520ae26266c7f83d33bb</link>
        <description>Make util.c replacement functions use autoconf conditionals to probewhat is Really available in the host OS.

            List of files:
            /netbsd-src/tools/make/configure</description>
        <pubDate>Fri, 25 Jan 2002 17:51:31 +0000</pubDate>
        <dc:creator>tv &lt;tv@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a08f30a6ee1d81cefb951e845a26575dcb8facdd - Break out make(1) bootstrap config into an autoconf-based mechanism that</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/tools/make/configure#a08f30a6ee1d81cefb951e845a26575dcb8facdd</link>
        <description>Break out make(1) bootstrap config into an autoconf-based mechanism thatgenerates a shell script.  Check for existence of POSIX regex, and makesure an appropriate library is pulled in for it as needed.

            List of files:
            /netbsd-src/tools/make/configure</description>
        <pubDate>Tue, 15 Jan 2002 19:15:47 +0000</pubDate>
        <dc:creator>tv &lt;tv@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
