mirror of
git://git.sv.gnu.org/autoconf
synced 2025-02-05 11:10:57 +08:00
* doc/autoconf.texi (Programming in M4sh): Comment out the documentation of AS_BASENAME, for now. (Shell Substitutions): Do not use AS_DIRNAME in an example. (Limitations of Builtins) <basename>: Do not refer to AS_BASENAME. * bin/autoconf.as (me): Don't use AS_BASENAME. (dir): Remove the unused variable. * lib/m4sugar/m4sh.m4 (_AS_DETECT_REQUIRED): Renamed from AS_DETECT_REQUIRED. All uses changed. (_AS_DETECT_SUGGESTED): Renamed from AS_DETECT_SUGGESTED. All uses changed. (_AS_DETECT_BETTER_SHELL): Put ;; at the end of a case. (AS_BASENAME): Use "basename --" to protect against leading "-". (_AS_BASENAME_EXPR): Renamed from AS_BASENAME_EXPR. All uses changed. (_AS_BASENAME_SED): Renamed from AS_BASENAME_SED. All uses changed. (_AS_BASENAME_PREPARE): Reject implementations that cannot handle "--". (_AS_DIRNAME_PREPARE): Likewise. (_AS_DIRNAME_EXPR): Renamed from AS_DIRNAME_EXPR. All uses changed. (_AS_DIRNAME_SED): Renamed from AS_DIRNAME_SED. All uses changed. (AS_DIRNAME): Use "dirname --". |
||
---|---|---|
.. | ||
.cvsignore | ||
autoconf.texi | ||
fdl.texi | ||
install.texi | ||
make-stds.texi | ||
Makefile.am | ||
Makefile.in | ||
standards.texi |