]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 (AC_LIBTOOL_CONFIG) [mingw, cygwin, pw32, os2]:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 24 Jan 2005 07:43:51 +0000 (07:43 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 24 Jan 2005 07:43:51 +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.in
and affect above-mentioned systems, the others are added for
symmetry.

ChangeLog
libtool.m4

index f61b099b0cb04a6e23cc2a2387cefafb1137dde9..e8a2dfcbd55ff68a4bbfaafeced6960d93eed2ea 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-01-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * 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  <Ralf.Wildenhues@gmx.de>  (tiny change)
        
        * libltdl.c (try_dlopen): Fix memleak.
index 236e8dae974faa2b6b27597a5b7cfc324214d31a..1e6d44a3bbcee442f1679c8e82edd357648df7b9 100644 (file)
@@ -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