<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luarocks/configure, branch v2.4.0</title>
<subtitle>A mirror of https://github.com/luarocks/luarocks.git
</subtitle>
<id>https://git.lua4.win/luarocks/atom?h=v2.4.0</id>
<link rel='self' href='https://git.lua4.win/luarocks/atom?h=v2.4.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/'/>
<updated>2016-02-29T21:48:37+00:00</updated>
<entry>
<title>Test that 'unzip' is present in the $PATH.</title>
<updated>2016-02-29T21:48:37+00:00</updated>
<author>
<name>Hisham</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2016-02-29T21:48:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=84b1b88895f091c3a6c90dc921038c9294e43e36'/>
<id>urn:sha1:84b1b88895f091c3a6c90dc921038c9294e43e36</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix find_program() in configure</title>
<updated>2015-12-06T18:57:32+00:00</updated>
<author>
<name>mpeterv</name>
<email>mpeterval@gmail.com</email>
</author>
<published>2015-12-06T18:53:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=515db853f6631e92b5950bcedf392db2d35e919a'/>
<id>urn:sha1:515db853f6631e92b5950bcedf392db2d35e919a</id>
<content type='text'>
which returns path to the program, not to the directory containing it.
That causes errors when configuring without --with-lua.
The fix is to apply 'dirname' if 'command -v' was a success.
</content>
</entry>
<entry>
<title>Use `command -v` for obtaining executable path.</title>
<updated>2015-11-08T03:02:08+00:00</updated>
<author>
<name>Ruslan Kiianchuk</name>
<email>ruslan.kiianchuk@gmail.com</email>
</author>
<published>2015-11-08T03:02:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=62017cc5a39a0298a3227ebb6182fd83f28b5e22'/>
<id>urn:sha1:62017cc5a39a0298a3227ebb6182fd83f28b5e22</id>
<content type='text'>
Seems like `command -v` is defined by POSIX and therefore should be compatible with all POSIX OSes.</content>
</entry>
<entry>
<title>Fix `find_program` function to be less fragile</title>
<updated>2015-11-07T22:28:26+00:00</updated>
<author>
<name>Ruslan Kiianchuk</name>
<email>ruslan.kiianchuk@gmail.com</email>
</author>
<published>2015-11-07T22:28:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=6f70ad579fef9eef027991dae6b1d4fc62510588'/>
<id>urn:sha1:6f70ad579fef9eef027991dae6b1d4fc62510588</id>
<content type='text'>
Look for executable path using system utility `which` instead of fragile regular expressions. See $447 for details. Also see discussion in [neovim](https://github.com/neovim/neovim/issues/3620#issuecomment-154757577) issues.</content>
</entry>
<entry>
<title>Fix documentation of --lua-version</title>
<updated>2015-09-17T19:46:25+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2015-09-17T19:46:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=0d2053ea208a5326240331bf44eab52976076c32'/>
<id>urn:sha1:0d2053ea208a5326240331bf44eab52976076c32</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add extra smartness to configure to check that the user-given flag seems correct.</title>
<updated>2015-03-18T21:00:27+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2015-03-18T21:00:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=be3c52ddccabda19b5619117ece6317cc19aa9d5'/>
<id>urn:sha1:be3c52ddccabda19b5619117ece6317cc19aa9d5</id>
<content type='text'>
Closes #293.
</content>
</entry>
<entry>
<title>Try the one we have as `lua` first!</title>
<updated>2015-03-18T01:39:58+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2015-03-18T01:39:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=6e21673d5e879a5b24ec24cd22a5a0e66eefeb71'/>
<id>urn:sha1:6e21673d5e879a5b24ec24cd22a5a0e66eefeb71</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support both --lua-version and --with-lua-version.</title>
<updated>2015-02-19T21:15:16+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2015-02-19T21:15:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=2013547b87811bd67ae663962c08c79b81795cfc'/>
<id>urn:sha1:2013547b87811bd67ae663962c08c79b81795cfc</id>
<content type='text'>
Error messages were even already using it by accident!
</content>
</entry>
<entry>
<title>Fix search of lua interpreter. Closes #301.</title>
<updated>2015-01-12T23:22:19+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2015-01-12T23:22:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=cd993151d24c771c835ee5e1f750905753971d22'/>
<id>urn:sha1:cd993151d24c771c835ee5e1f750905753971d22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add check for Fedora systems. Closes #289.</title>
<updated>2014-11-10T13:12:07+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2014-11-10T13:12:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=7a7c1245f89fc5c7fa4b6f4fe6b1dd7b5722a7e7'/>
<id>urn:sha1:7a7c1245f89fc5c7fa4b6f4fe6b1dd7b5722a7e7</id>
<content type='text'>
</content>
</entry>
</feed>
