diff options
author | Akim Demaille <akim@epita.fr> | 2002-04-04 13:25:45 +0000 |
---|---|---|
committer | Akim Demaille <akim@epita.fr> | 2002-04-04 13:25:45 +0000 |
commit | 19e8fd19155538139aae0e3f6b774e644f5c9a2c (patch) | |
tree | 110fed61d476a94c19581e9a9412b5a948243a75 | |
parent | b7c024b1726cba814a055ffc961d4cfbb0ce5a17 (diff) | |
download | autoconf-19e8fd19155538139aae0e3f6b774e644f5c9a2c.tar.gz |
Update.
-rw-r--r-- | TODO | 35 | ||||
-rw-r--r-- | man/autoreconf.1 | 4 |
2 files changed, 14 insertions, 25 deletions
@@ -9,14 +9,23 @@ these suggestions... their presence here doesn't imply my endorsement. * Soon +** AC_PROG_INSTALL +This test should be extended to check that install supports the GNU +Install syntax: install FILES... DIR. This will relieve everybody +form having to use mkinstalldirs to create the directories, as install +does it itself. install-sh is already handling this case. This also +makes it simple not to create the directories where nothing will be +installed because of configuration options, which is next to +impossible using the current setting. + +In other words: everything is ready (install-sh and Automake), we just +need a good reimplementation of AC_PROG_INSTALL. + ** --target & AC_ARG_PROGRAM Shouldn't *any* `program' be installed as `$target_alias-program' even if AC_ARG_PROGRAM is not called? That would be much more predictable. Ian? -** RedHat's Autoconf page -should be removed. - ** AC_CHECK_TOOL... Write a test that checks that it honors the values set by the user. @@ -57,9 +66,6 @@ which requires to have two different sources: AC_LANG_CALL and AC_LANG_FUNC_LINK_TRY (which names seem to be inappropriate). Wouldn't one be enough? -** Autotest -Document it. - ** Document AC_COMPILE_IFELSE, AC_LANG_PROGRAM etc. And make AC_TRY_COMPILE etc. obsolete. @@ -194,23 +200,6 @@ the doc easier to update when people add/change macros. The name ------------------------------------------------------------------------------ -* Automake - -** missing.m4 -The test for a recent missing doesn't hide the error messages from the -old missing. - -** AU_DEFUN -The section for old macros is not completely up to date. For -instance, there is still AM_PROG_LIBTOOL. Anyway, since autoupdate -takes care of them, it is no longer the role of Automake to handle -this. Most should be removed. - -** Macros now swallowed by Autoconf. -error.m4, obstack.m4, ptrdiff.m4, strtod.m4, termios.m4, winsz.m4. - ------------------------------------------------------------------------------- - * m4 ** I18n diff --git a/man/autoreconf.1 b/man/autoreconf.1 index d6cd6758..f208e218 100644 --- a/man/autoreconf.1 +++ b/man/autoreconf.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.26. -.TH AUTORECONF "1" "March 2002" "autoreconf 2.53a" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.27. +.TH AUTORECONF "1" "April 2002" "autoreconf 2.53a" "User Commands" .SH NAME autoreconf \- Update generated configuration files .SH SYNOPSIS |