autoconf/lib
Akim Demaille a14a5e7ca5 Move the Autoconf independent shell macros into the file
`shell.m4' and the name space `AS_*'.

* acgeneral.m4 (AC_SHELL_IFELSE, _AC_SHELL_TMPDIR, AC_SHELL_UNSET)
(AC_SHELL_MKDIR_P, AC_SHELL_DIRNAME): Rename and move to...
* shell.m4 (AS_IFELSE, AS_TMPDIR, AS_UNSET, AS_MKDIR_P)
(AS_DIRNAME): here, a new file.
Adjust all dependencies.

* tests/base.m4 (m4_wrap): Eve out into...
* tests/shell.m4: here, new file.
* tests/base.m4 (AC_SHELL_MKDIR_P)
(AC_SHELL_DIRNAME & AC_SHELL_DIRNAME_SED): Eve out into...
* tests/m4sugar.m4 (AS_MKDIR_P, AS_DIRNAME & AS_DIRNAME_SED):
here, new file.
Adjust the test suite.
2000-10-25 17:51:10 +00:00
..
autoconf Move the Autoconf independent shell macros into the file 2000-10-25 17:51:10 +00:00
autoscan * acfunctions.m4 (_AC_LIBOBJ_STRTOD, AC_FUNC_STRTOD, 2000-08-01 11:16:33 +00:00
autotest * tests/atgeneral.m4 (AT_INIT): Avoid foo="bar", foo=bar is 2000-10-18 12:42:20 +00:00
m4sugar * m4sugar.m4: (m4_tolower, m4_toupper): New macros. 2000-10-24 17:25:18 +00:00