]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Move the Autoconf independent shell macros into the file
authorAkim Demaille <akim@epita.fr>
Wed, 25 Oct 2000 17:51:10 +0000 (17:51 +0000)
committerAkim Demaille <akim@epita.fr>
Wed, 25 Oct 2000 17:51:10 +0000 (17:51 +0000)
commita14a5e7ca516cee29c1bf96d7527d055dfb66f4e
tree6b6d1d695f6706c023f6afcc8ccd1ab0ce81673d
parent35853557ac10564edbefb06695449c698cc352f9
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.
18 files changed:
ChangeLog
Makefile.am
Makefile.in
acfunctions.m4
acgeneral.m4
acspecific.m4
autoconf.m4
lib/autoconf/autoconf.m4
lib/autoconf/functions.m4
lib/autoconf/general.m4
lib/autoconf/specific.m4
shell.m4 [new file with mode: 0644]
tests/Makefile.am
tests/Makefile.in
tests/base.m4
tests/m4sugar.m4 [new file with mode: 0644]
tests/shell.m4 [new file with mode: 0644]
tests/suite.m4