+2006-04-14 Bruno Haible <bruno@clisp.org>
+
+ * autogen.sh: Require autoconf-2.60.
+
2006-03-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) [ linux ]: Avoid warning when
# Convenience script for regenerating all aclocal.m4, config.h.in, Makefile.in,
# configure files with new versions of autoconf or automake.
#
-# This script requires autoconf-2.58..2.59 and automake-1.8.2..1.9 in the PATH.
+# This script requires autoconf-2.60 and automake-1.8.2..1.9 in the PATH.
# Copyright (C) 2003-2006 Free Software Foundation, Inc.
#
+2006-04-14 Bruno Haible <bruno@clisp.org>
+
+ Assume autoconf >= 2.60.
+ * configure.ac (docdir): If --docdir value was given, use that.
+ (mandir): Remove customization.
+
2006-05-15 Bruno Haible <bruno@clisp.org>
* configure.ac (DLL_VARIABLE): Define as empty on mingw, like on
AM_CONFIG_HEADER(config.h)
dnl Installation directories.
-AC_SUBST([docdir], ['${datadir}/doc/gettext'])
-dnl Prefer modern Filesystem Hierarchy Standard over antiquated GNU standards.
-test "$mandir" != '${prefix}/man' || mandir='${datadir}/man'
+test "$docdir" != '${datarootdir}/doc/${PACKAGE}' || docdir='${datarootdir}/doc/gettext'
dnl Checks for programs.
AC_PROG_CC
+2006-04-14 Bruno Haible <bruno@clisp.org>
+
+ Assume autoconf >= 2.60.
+ * Makefile.am (docdir, htmldir): Remove variables.
+
2006-04-17 Bruno Haible <bruno@clisp.org>
* Makefile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
## Makefile for the gettext-runtime/intl-csharp subdirectory of GNU gettext
-## Copyright (C) 2003, 2006 Free Software Foundation, Inc.
+## Copyright (C) 2003 Free Software Foundation, Inc.
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
docdir = @docdir@
htmldir = $(docdir)
+docdir = @docdir@
+htmldir = $(docdir)
+
CSHARPCOMP = $(SHELL) ../lib/csharpcomp.sh
CSHARPCOMPFLAGS = @CSHARPCOMPFLAGS@
+2006-04-14 Bruno Haible <bruno@clisp.org>
+
+ Assume autoconf >= 2.60.
+ * Makefile.am (docdir, htmldir): Remove variables.
+
2006-04-17 Bruno Haible <bruno@clisp.org>
* Makefile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
## Makefile for the gettext-runtime/intl-java subdirectory of GNU gettext
-## Copyright (C) 2001-2003 Free Software Foundation, Inc.
+## Copyright (C) 2001-2003, 2006 Free Software Foundation, Inc.
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
RM = rm -f
jardir = $(datadir)/gettext
-docdir = @docdir@
-htmldir = $(docdir)
JAR = @JAR@
JAVACOMP = $(SHELL) ../lib/javacomp.sh
+2006-04-14 Bruno Haible <bruno@clisp.org>
+
+ Assume autoconf >= 2.60.
+ * Makefile.am (docdir, dvidir, psdir, pdfdir, htmldir): Remove
+ variables.
+
2006-05-24 Bruno Haible <bruno@clisp.org>
* printf-args.c (printf_fetchargs): Turn NULL pointers for
## Makefile for the gettext-runtime/libasprintf subdirectory of GNU gettext
-## Copyright (C) 2002-2005 Free Software Foundation, Inc.
+## Copyright (C) 2002-2006 Free Software Foundation, Inc.
##
## This program is free software; you can redistribute it and/or modify it
## under the terms of the GNU Library General Public License as published
# Documentation.
-docdir = $(datadir)/doc/@PACKAGE@
-dvidir = $(docdir)
-psdir = $(docdir)
-pdfdir = $(docdir)
-htmldir = $(docdir)
-
MAKEINFO = env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= @MAKEINFO@
MAKEINFOFLAGS = --no-split
+2006-04-14 Bruno Haible <bruno@clisp.org>
+
+ Assume autoconf >= 2.60.
+ * Makefile.am (mandir, docdir, htmldir, localedir): Remove variables.
+
2006-04-17 Bruno Haible <bruno@clisp.org>
* Makefile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
## Makefile for the gettext-runtime/man subdirectory of GNU gettext
-## Copyright (C) 2001-2003 Free Software Foundation, Inc.
+## Copyright (C) 2001-2003, 2006 Free Software Foundation, Inc.
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## Process this file with automake to produce Makefile.in.
VERSION = @VERSION@
-mandir = @mandir@
-docdir = @docdir@
-htmldir = $(docdir)
-
-localedir = $(datadir)/locale
AUTOMAKE_OPTIONS = 1.2 gnits
EXTRA_DIST =
+2006-04-14 Bruno Haible <bruno@clisp.org>
+
+ Assume autoconf >= 2.60.
+ * Makefile.am (localedir): Remove variable.
+
2006-04-02 Bruno Haible <bruno@clisp.org>
* envsubst.c: Include propername.h.
bin_PROGRAMS = gettext ngettext envsubst
-localedir = $(datadir)/locale
-
AM_CPPFLAGS = \
-I. -I$(srcdir) \
-I.. \
+2006-04-14 Bruno Haible <bruno@clisp.org>
+
+ Assume autoconf >= 2.60.
+ * configure.ac (localedir): Remove variable.
+ (docdir): If --docdir value was given, use that.
+ (mandir): Remove customization.
+
2006-05-15 Bruno Haible <bruno@clisp.org>
* woe32dll/export.h: Renamed from cygwin/export.h.
AM_CONFIG_HEADER(config.h)
dnl Installation directories.
-AC_SUBST([localedir], ['${datadir}/locale'])
-AC_SUBST([docdir], ['${datadir}/doc/gettext'])
-dnl Prefer modern Filesystem Hierarchy Standard over antiquated GNU standards.
-test "$mandir" != '${prefix}/man' || mandir='${datadir}/man'
+test "$docdir" != '${datarootdir}/doc/${PACKAGE}' || docdir='${datarootdir}/doc/gettext'
dnl Checks for programs.
AC_PROG_CC
+2006-04-14 Bruno Haible <bruno@clisp.org>
+
+ Assume autoconf >= 2.60.
+ * Makefile.am (docdir, dvidir, psdir, pdfdir, htmldir): Remove
+ variables.
+
2006-06-18 Bruno Haible <bruno@clisp.org>
* gettext.texi (configure.in): Document where to put AC_GNU_SOURCE.
## Process this file with automake to produce Makefile.in.
-docdir = @docdir@
-dvidir = $(docdir)
-psdir = $(docdir)
-pdfdir = $(docdir)
-htmldir = $(docdir)
-
AUTOMAKE_OPTIONS = 1.2 gnits
EXTRA_DIST =
MOSTLYCLEANFILES =
+2006-04-14 Bruno Haible <bruno@clisp.org>
+
+ Assume autoconf >= 2.60.
+ * Makefile.am (docdir): Remove variable.
+ * po/Makefile.am (localedir): Remove variable.
+
2006-06-04 Bruno Haible <bruno@clisp.org>
* hello-c/{autoclean.sh,m4/Makefile.am}: Replace inttypes.m4 with
SUBDIRS = po
EXTRA_DIST =
-docdir = @docdir@
examplesdir = $(docdir)/examples
examples_DATA = installpaths
# message catalogs shall be used. It is usually empty.
EXTRA_LOCALE_CATEGORIES =
-localedir = $(datadir)/locale
-
MSGMERGE = msgmerge
MSGMERGE_UPDATE = @MSGMERGE@ --update
MSGINIT = msginit
+2006-04-14 Bruno Haible <bruno@clisp.org>
+
+ Assume autoconf >= 2.60.
+ * Makefile.am (docdir): Remove variable.
+
2006-06-21 Bruno Haible <bruno@clisp.org>
Avoid warnings from recent versions of mcs.
# Files installed for the examples.
-docdir = @docdir@
examplesbuildauxdir = $(docdir)/examples/build-aux
examplesbuildaux_DATA = \
javacomp.sh.in javaexec.sh.in \
+2006-04-14 Bruno Haible <bruno@clisp.org>
+
+ Assume autoconf >= 2.60.
+ * Makefile.am (docdir): Remove variable.
+
2006-06-17 Bruno Haible <bruno@clisp.org>
* setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
# Files installed for the examples.
-docdir = @docdir@
examplesbuildauxdir = $(docdir)/examples/build-aux
examplesbuildaux_DATA = \
gcj.m4 javacomp.m4 javaexec.m4 \
+2006-04-14 Bruno Haible <bruno@clisp.org>
+
+ Assume autoconf >= 2.60.
+ * Makefile.am (mandir, docdir, htmldir, localedir): Remove variables.
+
2006-04-17 Bruno Haible <bruno@clisp.org>
* Makefile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
## Makefile for the gettext-tools/man subdirectory of GNU gettext
-## Copyright (C) 2001-2003 Free Software Foundation, Inc.
+## Copyright (C) 2001-2003, 2006 Free Software Foundation, Inc.
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## Process this file with automake to produce Makefile.in.
VERSION = @VERSION@
-mandir = @mandir@
-docdir = @docdir@
-htmldir = $(docdir)
-
-localedir = $(datadir)/locale
AUTOMAKE_OPTIONS = 1.2 gnits
EXTRA_DIST =
+2006-04-14 Bruno Haible <bruno@clisp.org>
+
+ Assume autoconf >= 2.60.
+ * Makefile.am (localedir): Remove variable.
+
2006-06-21 Bruno Haible <bruno@clisp.org>
* x-sh.c (read_word): Recognize the Bash process substitution syntax.
EXTRA_DIST += FILES project-id ChangeLog.0
-localedir = $(datadir)/locale
aliaspath = $(localedir)
jardir = $(datadir)/gettext
pkgdatadir = $(datadir)/gettext
+2006-04-14 Bruno Haible <bruno@clisp.org>
+
+ Assume autoconf >= 2.60.
+ * Makefile.am (localedir): Remove variable.
+
2006-06-21 Bruno Haible <bruno@clisp.org>
* xgettext-sh-5: New file.
$(top_srcdir)/src/xgettext.c $(top_srcdir)/src/msgfmt.c
# Three auxiliary programs used by the tests.
-localedir = $(datadir)/locale
AM_CPPFLAGS = \
-I.. \
-I../lib -I$(top_srcdir)/lib \