2
0
mirror of git://git.savannah.gnu.org/libtool.git synced 2024-12-27 07:09:26 +08:00

* m4/libtool.m4 (_LT_SETUP) [mingw, cygwin, pw32, os2]:

Add _LT_DECLs for host_os, build_alias, build and build_os.
host_os and build were used in a few occasions in ltmain.m4sh
and affect above-mentioned systems, the others are added for
symmetry and in order to be able to detect cross-compiling.
This commit is contained in:
Ralf Wildenhues 2005-01-24 07:42:31 +00:00
parent c94de6d8cb
commit 458f76a0b9
2 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,11 @@
2005-01-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* m4/libtool.m4 (_LT_SETUP) [mingw, cygwin, pw32, os2]:
Add _LT_DECLs for host_os, build_alias, build and build_os.
host_os and build were used in a few occasions in ltmain.m4sh
and affect above-mentioned systems, the others are added for
symmetry and in order to be able to detect cross-compiling.
2005-01-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* libltdl/Makefile.am: Add $(AM_LDFLAGS) to all per-target

5
m4/libtool.m4 vendored
View File

@ -97,6 +97,11 @@ m4_defun([_LT_SETUP],
AC_REQUIRE([AC_CANONICAL_BUILD])dnl
_LT_DECL([], [host_alias], [0], [The host system])dnl
_LT_DECL([], [host], [0])dnl
_LT_DECL([], [host_os], [0])dnl
dnl
_LT_DECL([], [build_alias], [0], [The build system])dnl
_LT_DECL([], [build], [0])dnl
_LT_DECL([], [build_os], [0])dnl
dnl
AC_REQUIRE([AC_PROG_CC])dnl
AC_REQUIRE([LT_PATH_LD])dnl