]> git.ipfire.org Git - thirdparty/libtool.git/commit
* configure.ac (M4SH): AC_SUBST m4sh expander.
authorGary V. Vaughan <gary@gnu.org>
Thu, 23 Sep 2004 01:16:41 +0000 (01:16 +0000)
committerGary V. Vaughan <gary@gnu.org>
Thu, 23 Sep 2004 01:16:41 +0000 (01:16 +0000)
commitbfce27f5247e5cc3ccaf9e580c17cf87e3715a3b
tree11fc5bd7ecf636d4f66dff3e80c16c09f55d75f6
parenta453acdc324c9d56935ba927e0f35ee00b47059a
* configure.ac (M4SH): AC_SUBST m4sh expander.
* config/general.m4sh, config/getopt.m4sh: New files with factored
out functionality from...
* config/ltmain.in, libtoolize.in: ...here.  m4_include the shared
code, and call AS_SHELL_SANITIZE.  Also quote all `[' and `]' to
survive m4 run.
(func_serial): No need to double up m4sh quotes after a `#'.
(func_check_macros): Escape `dnl' to stop m4sh interpreting it as
a macro.
* tests/defs.in: New file expanded into tests/defs by autom4te.
* m4/libtool.m4 (_LT_DECL_EGREP): Also require fgrep for the tests
that use it.
* Makefile.am ($(top_srcdir)/config/ltmain.sh): Now built with
M4SH.
(libtoolize): Ditto.
* bootstrap: Set M4SH for call to make.
* HACKING: No need to sync to AS_SHELL_SANITIZE by hand any more.
ChangeLog
HACKING
Makefile.am
bootstrap
config/general.m4sh [new file with mode: 0644]
config/getopt.m4sh [new file with mode: 0644]
config/ltmain.in
configure.ac
libtoolize.in
m4/libtool.m4
tests/defs.in [moved from tests/defs with 63% similarity]