aboutsummaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup building the snapshot version number.Yann E. MORIN"2008-04-171-8/+10
| | | | | configure | 18 10 8 0 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-)
* When installing SVN snapshots, include the branch and revision in the ↵Yann E. MORIN"2008-02-171-0/+15
| | | | | | | version number. In case some random snapshot is installed and used for production, then this will ease rewinding.
* Bail out if /bin/bash does not exist, or if it is not bash>=3.0.Yann E. MORIN"2008-01-161-1/+1
| | | | Force make to use /bin/bash as shell.
* Simplify a bit more bash detection.Yann E. MORIN"2007-09-161-2/+2
|
* Improve (POSIX-wise) determination of bashh version.Yann E. MORIN"2007-09-141-2/+2
|
* Kill off bashisms in ./configure (thanks to Enrico Weigelt <weigelt@metux.de>).Yann E. MORIN"2007-09-141-1/+2
|
* Sanitise ./configure a little bit.Yann E. MORIN"2007-09-121-23/+30
| | | | Add a check for bash 3.0 or above.
* Fix printing the version string when configured with --local.Yann E. MORIN"2007-08-151-1/+1
|
* Re-instate the --local configure switch to not install and use the local ↵Yann E. MORIN"2007-07-221-0/+11
| | | | crosstool-NG copy.
* Kill "./configure --local", it does not work and it is dangerous if one ↵Yann E. MORIN"2007-07-031-11/+0
| | | | tries to "make uninstall"!
* Get rid of eclipse fiels once and for all.Yann E. MORIN"2007-07-021-2/+2
| | | | | | | | | Homogenise the references to crosstool-NG: - the project is named "crosstool-NG" - the front-end is named "ct-ng" - don't use shortcuts (such as "ct-ng" to stand for "crosstool-NG") Default action is to print help. Don't speak of make rules when dumping help, just speak of actions.
* Fix handling --prefix.Yann E. MORIN"2007-07-021-1/+1
|
* Fix running without installing.Yann E. MORIN"2007-07-011-11/+26
| | | | | Update README. Point help to the man page.
* ./configure gains a help entry.Yann E. MORIN"2007-07-011-5/+37
|
* Merge the build system to trunk: ct-ng is now installable:Yann E. MORIN"2007-07-011-0/+91
- ./configure --prefix=/some/place - make - make install - export PATH="${PATH}:/some/place/bin" - ct-ng <action>