summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1999-04-11 20:10:14 +0000
committerTom Tromey <tromey@redhat.com>1999-04-11 20:10:14 +0000
commit173174311be166bcbd34eb6ae3ff86a62d83c44e (patch)
tree4f12a133689945bc883181fedb20f81ef1e51284 /TODO
parenteb72aeea1bbd729e7b6102214acadda3e22adabd (diff)
downloadautomake-173174311be166bcbd34eb6ae3ff86a62d83c44e.tar.gz
* automake.in: Only register `asm' once.
(lang_asm_finish): Put assembly suffixes on @suffixes. * libtool.am (.s.lo): Removed. (.S.lo): Likewise. * automake.in (lang_asm_finish): Handle libtool. * libtool.am (.c.o): Always pass -c to libtool. * automake.in (lang_yacc_rewrite): Handle sources in subdirs. (lang_yaccxx_rewrite): Likewise. (lang_lex_rewrite): Likewise. (lang_lexxx_rewrite): Likewise.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 39bab4e90..9686c39ca 100644
--- a/TODO
+++ b/TODO
@@ -7,6 +7,8 @@
try to find a losing compiler and see if it really works.
(actually: hack config.cache and do it)
+* Test nodist_SOURCES with lex, yacc, etc.
+
* Run automake before libtool. It will report an error but
still won't put the file into the disty. This is wrong.
From Mark H Wilkinson <mhw@kremvax.demon.co.uk>