Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | autogen: Make sure MAKEFLAGS is not set before running autoreconf | Benjamin Close | 2009-02-10 | 1 | -0/+2 |
| | | | | | | Without this the "w" flag may be set which causes the version to be incorrectly to be obtains in configure.ac causing configure to fail miserably | ||||
* | autoconf: Add autogen.sh from Xorg for easier setup from git | Dan Nicholson | 2008-03-10 | 1 | -0/+16 |
The defacto method to rebuild the autotools and run the generated configure is an autogen.sh script. It is much more discoverable than the custom `make configure' used here. The Makefile targets are still useful for creating tarballs, though. This autogen.sh is copied from Xorg. |