summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Collapse)AuthorFilesLines
2008-04-17Cleanup building the snapshot version number.Yann E. MORIN"1-8/+10
configure | 18 10 8 0 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-)
2008-02-17When installing SVN snapshots, include the branch and revision in the ↵Yann E. MORIN"1-0/+15
version number. In case some random snapshot is installed and used for production, then this will ease rewinding.
2008-01-16Bail out if /bin/bash does not exist, or if it is not bash>=3.0.Yann E. MORIN"1-1/+1
Force make to use /bin/bash as shell.
2007-09-16Simplify a bit more bash detection.Yann E. MORIN"1-2/+2
2007-09-14Improve (POSIX-wise) determination of bashh version.Yann E. MORIN"1-2/+2
2007-09-14Kill off bashisms in ./configure (thanks to Enrico Weigelt <weigelt@metux.de>).Yann E. MORIN"1-1/+2
2007-09-12Sanitise ./configure a little bit.Yann E. MORIN"1-23/+30
Add a check for bash 3.0 or above.
2007-08-15Fix printing the version string when configured with --local.Yann E. MORIN"1-1/+1
2007-07-22Re-instate the --local configure switch to not install and use the local ↵Yann E. MORIN"1-0/+11
crosstool-NG copy.
2007-07-03Kill "./configure --local", it does not work and it is dangerous if one ↵Yann E. MORIN"1-11/+0
tries to "make uninstall"!
2007-07-02Get rid of eclipse fiels once and for all.Yann E. MORIN"1-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.
2007-07-02Fix handling --prefix.Yann E. MORIN"1-1/+1
2007-07-01Fix running without installing.Yann E. MORIN"1-11/+26
Update README. Point help to the man page.
2007-07-01./configure gains a help entry.Yann E. MORIN"1-5/+37
2007-07-01Merge the build system to trunk: ct-ng is now installable:Yann E. MORIN"1-0/+91
- ./configure --prefix=/some/place - make - make install - export PATH="${PATH}:/some/place/bin" - ct-ng <action>