]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Better support for DOS/Windows platforms.
authorBruno Haible <bruno@clisp.org>
Wed, 7 Mar 2001 14:36:37 +0000 (14:36 +0000)
committerBruno Haible <bruno@clisp.org>
Wed, 7 Mar 2001 14:36:37 +0000 (14:36 +0000)
ChangeLog
configure.in
ltconfig

index 91f821a473f4bee07d21b8f5f47a4f85c99f1375..7be3772b9a0741c3b7571c9892520464552489ff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2001-03-03  Bruno Haible  <haible@clisp.cons.org>
+
+       * ltconfig:
+       sed -e 's/reload object files/produce relocatable object files/'.
+
+       Better support for DOS/Windows platforms.
+       * configure.in: Call AC_OBJEXT and AC_EXEEXT.
+
 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
 
        * configure.in: Call bh_C_SIGNED.
index c289627cb8e7a87b2459068e726fe9c6c0d8db8b..71e87856a9b2b720247541b5fc3d37c99582a9d8 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.13)
-AC_REVISION($Revision: 1.12 $)
+AC_REVISION($Revision: 1.13 $)
 AC_INIT(src/msgfmt.c)
 AM_INIT_AUTOMAKE(gettext, 0.10.36)
 AM_CONFIG_HEADER(config.h)
@@ -10,11 +10,22 @@ ALL_LINGUAS="da de el es fr ja ko nl nn no pl pt sl sv tr"
 
 dnl Checks for programs.
 AC_PROG_CC
-AM_PROG_LIBTOOL
-AC_ISC_POSIX
 AC_PROG_INSTALL
 AC_PROG_YACC
 
+dnl Check for host type.
+AC_CANONICAL_HOST
+
+dnl Checks for UNIX variants that set DEFS,
+AC_ISC_POSIX
+
+dnl Checks for compiler output filename suffixes.
+AC_OBJEXT
+AC_EXEEXT
+
+dnl Check for build configuration.
+AM_PROG_LIBTOOL
+
 AC_DEFINE(_GNU_SOURCE, 1, [Make sure we see all GNU extensions.])
 
 dnl Checks for libraries.
index c14d83c169756c5630e337e713b7a4762a4f0c97..bd3fc2087a9d37c53fcfec814fb052d721038a79 100755 (executable)
--- a/ltconfig
+++ b/ltconfig
@@ -1774,7 +1774,7 @@ echo "$ac_t$hardcode_action" 1>&6
 
 reload_flag=
 reload_cmds='$LD$reload_flag -o $output$reload_objs'
-echo $ac_n "checking for $LD option to reload object files... $ac_c" 1>&6
+echo $ac_n "checking for $LD option to produce relocatable object files... $ac_c" 1>&6
 # PORTME Some linkers may need a different reload flag.
 reload_flag='-r'
 echo "$ac_t$reload_flag" 1>&6