Commit graph

29 commits

Author SHA1 Message Date
John Wiegley
22ac8165f4 Removed check for nl_langinfo from configure.ac. 2009-02-08 19:53:49 -04:00
John Wiegley
1c1f2c63de Don't give the user an error if libedit is not installed. 2009-02-04 20:12:23 -04:00
John Wiegley
73cf3b01fb Added structural support in main() for using a REPL. 2009-02-04 19:55:08 -04:00
John Wiegley
850d39ea22 Changed capitalization of GMP and MFPR in the configure output. 2009-02-03 17:45:56 -04:00
John Wiegley
3434650848 Removed the binary caching code, and the XML, QIF and Gnucash parsers. 2009-02-03 12:22:10 -04:00
John Wiegley
9c499f6db3 Updated configure.ac to check for MPFR 2.4.0 or higher. 2009-02-02 16:01:25 -04:00
John Wiegley
b027961b96 Removed unnecessary #ifdef block. pyinterp.h now guards itself. 2009-01-31 16:04:21 -04:00
John Wiegley
38fa1e17d7 Added a dependency on mpfr. 2009-01-30 16:20:41 -04:00
John Wiegley
f1257cbc3e Removed all dependency on gdtoa. 2009-01-30 16:19:31 -04:00
John Wiegley
3f07906e2f Made 'make fullcheck' work for all the new unit tests. 2009-01-25 01:49:42 -04:00
John Wiegley
a69649fb7f Switched over to using irrxml for parsing XML, rather than expat. 2009-01-24 04:49:58 -04:00
John Wiegley
f52e04c2ba Build with gdtoa by default again, for the sake of Python users who pass
floating point arguments into the Ledger code.
2009-01-23 19:34:47 -04:00
John Wiegley
60b178789f Several changes to autoconf and automake files:
- 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
2008-08-11 18:35:52 -04:00
John Wiegley
9628850bc0 Moved autoconf minimum version back to 2.61 (which is what comes with OS X). 2008-08-08 00:30:54 -04:00
John Wiegley
b555649589 Relaxed checking of Automake requirements, and removed any need for the
'myacprep' script.  Also support Python is now checked for by default when
building the development version (i.e., from version control).
2008-08-07 23:26:30 -04:00
John Wiegley
ac441fdd64 Removed the need for an external valgrind.sh script. Using autoconf instead. 2008-08-07 22:56:25 -04:00
John Wiegley
b010b2fc78 Several changes to acprep to help me prepare a universal binary on OS X for
distribution.
2008-08-07 05:23:04 -04:00
John Wiegley
f6f4a46cf5 Moved around most of the files so that source code is in src/, documentation
is in doc/, etc.
2008-08-05 18:05:49 -04:00
John Wiegley
fd540c28fc Removed check for libpcre from configure.ac, since Boost.Regex is being used. 2008-08-05 09:35:22 -04:00
John Wiegley
007f4ecb60 Changed the way that version info is included into a Ledger build. 2008-08-04 15:50:58 -04:00
John Wiegley
f0238fdd06 use libtool, for making shared libraries 2004-08-26 20:29:58 -04:00
John Wiegley
e12cc11760 added check for --enable-standalone, as mentioned in the README 2004-08-26 19:00:58 -04:00
John Wiegley
c6860970f2 removed all uses of std::vector; simplified some code 2004-08-24 20:01:51 -04:00
John Wiegley
2943af2761 misc maintenance changes 2004-08-24 19:23:32 -04:00
John Wiegley
c3b1de42de fixed a few minor bugs 2004-08-24 02:59:22 -04:00
John Wiegley
876f5b84ab a few fixes 2004-08-24 02:40:23 -04:00
John Wiegley
1fd37a432d cleanup; fully switched to autoconf -- use scripts/acprep 2004-08-24 02:11:32 -04:00
John Wiegley
73e2abd1b2 a little cleanup; reversed the meaning of -z and -p (to be more mnemonic) 2004-08-23 18:23:31 -04:00
John Wiegley
ec31074d2a move over to the autoconf system; Makefile.old is still there 2004-08-23 08:43:43 -04:00