diff options
author | Akim Demaille <akim@epita.fr> | 2001-09-20 08:49:30 +0000 |
---|---|---|
committer | Eric Blake <ebb9@byu.net> | 2007-10-05 17:20:55 -0600 |
commit | 5ef2f5adbc24ca75f0464a7d78387f4fbdcfbd99 (patch) | |
tree | dc7576f67e4f441b5e2335516c2a1ced66d48aec /TODO | |
parent | c9cae3ef59101a1f92367783de73bbca3c590694 (diff) | |
download | m4-5ef2f5adbc24ca75f0464a7d78387f4fbdcfbd99.tar.gz |
* config/gmp.m4 (AM_WITH_GMP): Rename as...
(AC_LIB_GMP): this.
By default, use gmp.
Massive revamping.
* configure.in: Adjust.
Use Automake conditionals for USE_GMP.
Always compute sizeof (long long int).
This was a bug BTW, as `eval' (not `mpeval') depends on it:
before, it was used _only_ if mpeval was not activated.
* modules/Makefile.am (pkglibexec2dir, +pkglibexec2_LTLIBRARIES)
(mpeval_la_LIBADD): New macros.
* modules/mpeval.c: No longer be conditioned by WITH_GMP.
Indent.
* tests/Makefile.am ($(srcdir)/$(TESTSUITE)): Create package.m4.
* tests/atlocal.in, tests/builtins.at: Depend upon USE_GMP, not
WITH_GMP.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -69,12 +69,6 @@ for any of these ideas or if you have others to add. maintaining the string lengths, and avoiding strlen, strcpy, etc.). - + --with-gmp is surplus to requirements, mpeval should always be built -- - either with libgmp if it is available, or else without it. Whether - or not to use mpeval is then determined at runtime, if the user tries - to `load(`mpeval')'. - - * MODULE SPECIFIC ISSUES + Some way of linking a module statically is needed, for systems @@ -97,3 +91,8 @@ for any of these ideas or if you have others to add. + The perl module should only be built if a suitable perl interpreter is found on the build machine. + +* OTHER TOOLS + + + Automake 1.5 doesn't seem to like pkglibexec_LTLIBRARIES += + See modules/Makefile.am. |