+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
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