summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Don't give the user an error if libedit is not installed.John Wiegley2009-02-041-2/+0
|
* Added structural support in main() for using a REPL.John Wiegley2009-02-041-0/+24
|
* Changed capitalization of GMP and MFPR in the configure output.John Wiegley2009-02-031-2/+2
|
* Removed the binary caching code, and the XML, QIF and Gnucash parsers.John Wiegley2009-02-031-22/+0
|
* Updated configure.ac to check for MPFR 2.4.0 or higher.John Wiegley2009-02-021-1/+3
|
* Removed unnecessary #ifdef block. pyinterp.h now guards itself.John Wiegley2009-01-311-14/+13
|
* Added a dependency on mpfr.John Wiegley2009-01-301-0/+19
|
* Removed all dependency on gdtoa.John Wiegley2009-01-301-14/+0
|
* Made 'make fullcheck' work for all the new unit tests.John Wiegley2009-01-251-3/+0
|
* Switched over to using irrxml for parsing XML, rather than expat.John Wiegley2009-01-241-55/+0
|
* Build with gdtoa by default again, for the sake of Python users who passJohn Wiegley2009-01-231-1/+18
| | | | floating point arguments into the Ledger code.
* Several changes to autoconf and automake files:John Wiegley2008-08-111-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 Wiegley2008-08-081-7/+15
|
* Relaxed checking of Automake requirements, and removed any need for theJohn Wiegley2008-08-071-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 Wiegley2008-08-071-16/+11
|
* Several changes to acprep to help me prepare a universal binary on OS X forJohn Wiegley2008-08-071-1/+1
| | | | distribution.
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-1/+1
| | | | is in doc/, etc.
* Removed check for libpcre from configure.ac, since Boost.Regex is being used.John Wiegley2008-08-051-22/+0
|
* Changed the way that version info is included into a Ledger build.John Wiegley2008-08-041-0/+437
|
* use libtool, for making shared librariesJohn Wiegley2004-08-261-66/+0
|
* added check for --enable-standalone, as mentioned in the READMEJohn Wiegley2004-08-261-1/+10
|
* removed all uses of std::vector; simplified some codeJohn Wiegley2004-08-241-1/+1
|
* misc maintenance changesJohn Wiegley2004-08-241-2/+2
|
* fixed a few minor bugsJohn Wiegley2004-08-241-1/+1
|
* a few fixesJohn Wiegley2004-08-241-1/+2
|
* cleanup; fully switched to autoconf -- use scripts/acprepJohn Wiegley2004-08-241-3/+20
|
* a little cleanup; reversed the meaning of -z and -p (to be more mnemonic)John Wiegley2004-08-231-2/+2
|
* move over to the autoconf system; Makefile.old is still thereJohn Wiegley2004-08-231-0/+39