]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* m4/libtool.m4 (_LT_SETUP) [mingw, cygwin, pw32, os2]:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 24 Jan 2005 07:43:07 +0000 (07:43 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 24 Jan 2005 07:43:07 +0000 (07:43 +0000)
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.

ChangeLog
m4/libtool.m4

index c5cddac22c5ab22f9c61f4ff45919c15993f239a..e95fa1b4c24bc88759690b5592a7b5f0b205d5e4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 0c6d35422ec2ed1035e634788fd1837c1b340c43..6e166be1d1af03040b0b063c8c842feb1acdf089 100644 (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