From: Ralf Wildenhues Date: Mon, 24 Jan 2005 07:43:51 +0000 (+0000) Subject: * libtool.m4 (AC_LIBTOOL_CONFIG) [mingw, cygwin, pw32, os2]: X-Git-Tag: release-1-5-12~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ed86f258ba132ebf6cae652645993416d026c64;p=thirdparty%2Flibtool.git * libtool.m4 (AC_LIBTOOL_CONFIG) [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.in and affect above-mentioned systems, the others are added for symmetry. --- diff --git a/ChangeLog b/ChangeLog index f61b099b0..e8a2dfcbd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2005-01-24 Ralf Wildenhues + + * libtool.m4 (AC_LIBTOOL_CONFIG) [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.in + and affect above-mentioned systems, the others are added for + symmetry. + 2005-01-21 Ralf Wildenhues (tiny change) * libltdl.c (try_dlopen): Fix memleak. diff --git a/libtool.m4 b/libtool.m4 index 236e8dae9..1e6d44a3b 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -4038,6 +4038,12 @@ fast_install=$enable_fast_install # The host system. host_alias=$host_alias host=$host +host_os=$host_os + +# The build system. +build_alias=$build_alias +build=$build +build_os=$build_os # An echo program that does not interpret backslashes. echo=$lt_echo