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