summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>2001-09-20 08:49:30 +0000
committerEric Blake <ebb9@byu.net>2007-10-05 17:20:55 -0600
commit5ef2f5adbc24ca75f0464a7d78387f4fbdcfbd99 (patch)
treedc7576f67e4f441b5e2335516c2a1ced66d48aec /TODO
parentc9cae3ef59101a1f92367783de73bbca3c590694 (diff)
downloadm4-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--TODO11
1 files changed, 5 insertions, 6 deletions
diff --git a/TODO b/TODO
index 68d1f0e0..e9149d4c 100644
--- a/TODO
+++ b/TODO
@@ -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.