From f789ce654a1bed3a6438e9440cfdb0e02864cfa8 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Mon, 24 Jan 2005 07:43:07 +0000 Subject: [PATCH] * 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. --- ChangeLog | 8 ++++++++ m4/libtool.m4 | 5 +++++ 2 files changed, 13 insertions(+) diff --git a/ChangeLog b/ChangeLog index c5cddac22..e95fa1b4c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2005-01-24 Ralf Wildenhues + + * 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 * libltdl/Makefile.am: Add $(AM_LDFLAGS) to all per-target diff --git a/m4/libtool.m4 b/m4/libtool.m4 index 0c6d35422..6e166be1d 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -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 -- 2.47.2