Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Several changes to autoconf and automake files: | John Wiegley | 2008-08-11 | 1 | -131/+69 |
| | | | | | | | - Always build with Python support, if it's available - Better rule for building the TAGS file (optional) - Basic reorganization - Don't run the RegressionTests if no Python interpretor is found | ||||
* | Moved autoconf minimum version back to 2.61 (which is what comes with OS X). | John Wiegley | 2008-08-08 | 1 | -7/+15 |
| | |||||
* | Relaxed checking of Automake requirements, and removed any need for the | John Wiegley | 2008-08-07 | 1 | -1/+1 |
| | | | | | 'myacprep' script. Also support Python is now checked for by default when building the development version (i.e., from version control). | ||||
* | Removed the need for an external valgrind.sh script. Using autoconf instead. | John Wiegley | 2008-08-07 | 1 | -16/+11 |
| | |||||
* | Several changes to acprep to help me prepare a universal binary on OS X for | John Wiegley | 2008-08-07 | 1 | -1/+1 |
| | | | | distribution. | ||||
* | Moved around most of the files so that source code is in src/, documentation | John Wiegley | 2008-08-05 | 1 | -1/+1 |
| | | | | is in doc/, etc. | ||||
* | Removed check for libpcre from configure.ac, since Boost.Regex is being used. | John Wiegley | 2008-08-05 | 1 | -22/+0 |
| | |||||
* | Changed the way that version info is included into a Ledger build. | John Wiegley | 2008-08-04 | 1 | -0/+437 |
| | |||||
* | use libtool, for making shared libraries | John Wiegley | 2004-08-26 | 1 | -66/+0 |
| | |||||
* | added check for --enable-standalone, as mentioned in the README | John Wiegley | 2004-08-26 | 1 | -1/+10 |
| | |||||
* | removed all uses of std::vector; simplified some code | John Wiegley | 2004-08-24 | 1 | -1/+1 |
| | |||||
* | misc maintenance changes | John Wiegley | 2004-08-24 | 1 | -2/+2 |
| | |||||
* | fixed a few minor bugs | John Wiegley | 2004-08-24 | 1 | -1/+1 |
| | |||||
* | a few fixes | John Wiegley | 2004-08-24 | 1 | -1/+2 |
| | |||||
* | cleanup; fully switched to autoconf -- use scripts/acprep | John Wiegley | 2004-08-24 | 1 | -3/+20 |
| | |||||
* | a little cleanup; reversed the meaning of -z and -p (to be more mnemonic) | John Wiegley | 2004-08-23 | 1 | -2/+2 |
| | |||||
* | move over to the autoconf system; Makefile.old is still there | John Wiegley | 2004-08-23 | 1 | -0/+39 |