]> git.ipfire.org Git - thirdparty/libtool.git/commit
* configure.in: Due to a bug in autoconf-2.13 implementation of
authorGary V. Vaughan <gary@gnu.org>
Tue, 22 Feb 2000 23:35:52 +0000 (23:35 +0000)
committerGary V. Vaughan <gary@gnu.org>
Tue, 22 Feb 2000 23:35:52 +0000 (23:35 +0000)
commit43befcdf5a6b237f6782fc76015ce5e239516050
tree83dee95e0bf1c456523cb4352cef48b356fbb2b3
parent65e997bb2c982b18581860b12b124c658361fd3b
* configure.in: Due to a bug in autoconf-2.13 implementation of
AC_SUBST, `AC_SUBST(FILE)' can never work.  Use MAGIC as the
holder of the command to run in file_magic_cmd instead.
* ltconfig.in: s/FILE/MAGIC/g.
* libtool.m4 (AC_PROG_LIBTOOL): set MAGIC in the environment when
calling ltconfig.
(AC_PATH_MAGIC):  renamed from AC_PATH_FILE.
(AC_PATH_TOOL_PREFIX):  s/FILE/MAGIC/g.  Also set file_magic_cmd
to '${MAGIC}' so that make can grok it.
* Makefile.am (libtool):
(clibtool): ditto.
ChangeLog
Makefile.am
configure.in
libtool.m4
ltconfig.in