summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
...
* More removal of C99 wide character I/O, and tightening upKaz Kylheku2009-11-171-1/+1
| | | | of standard conformance.
* Version 021 preparation.txr-021Kaz Kylheku2009-11-151-8/+8
| | | | Bumped version numbers, and cleaned up trailing whitespace from some files.
* configure (cc): Compute variable properly.Kaz Kylheku2009-11-141-1/+1
|
* Don't lie to the user; make install doesn't work withoutKaz Kylheku2009-11-041-2/+14
| | | | permissions to the installation directories.
* Got "make tests" working in separate build directory,Kaz Kylheku2009-11-041-4/+0
| | | | with .out files going to local tests/ tree.
* Got "make install" working.Kaz Kylheku2009-11-041-3/+24
|
* Got build to work in separate build directory.Kaz Kylheku2009-11-041-0/+4
|
* Build configuration via configure script, with cross compiling support.Kaz Kylheku2009-11-041-0/+443
(Tested by cross-compiling txr on an x86 GNU/Linux system to run on a MIPS-based GNU/Linux system).