diff options
author | Bruno Haible <bruno@clisp.org> | 2006-06-27 12:16:16 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:13:26 +0200 |
commit | 6dbc3c9e341e71b69469262f049cd86017c8fc46 (patch) | |
tree | 9dcc83e789672cfb10641bcdf3ac11d3ddf20fa4 /gettext-runtime/libasprintf | |
parent | 9e19513e5c04bdd85c488ea26794b6b6aed946ea (diff) | |
download | external_gettext-6dbc3c9e341e71b69469262f049cd86017c8fc46.zip external_gettext-6dbc3c9e341e71b69469262f049cd86017c8fc46.tar.gz external_gettext-6dbc3c9e341e71b69469262f049cd86017c8fc46.tar.bz2 |
Assume autoconf 2.60 or newer.
Diffstat (limited to 'gettext-runtime/libasprintf')
-rw-r--r-- | gettext-runtime/libasprintf/ChangeLog | 6 | ||||
-rw-r--r-- | gettext-runtime/libasprintf/Makefile.am | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/gettext-runtime/libasprintf/ChangeLog b/gettext-runtime/libasprintf/ChangeLog index ae0235f..45f5aa6 100644 --- a/gettext-runtime/libasprintf/ChangeLog +++ b/gettext-runtime/libasprintf/ChangeLog @@ -1,3 +1,9 @@ +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 diff --git a/gettext-runtime/libasprintf/Makefile.am b/gettext-runtime/libasprintf/Makefile.am index 409c04e..68db953 100644 --- a/gettext-runtime/libasprintf/Makefile.am +++ b/gettext-runtime/libasprintf/Makefile.am @@ -1,5 +1,5 @@ ## 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 @@ -87,12 +87,6 @@ clean-local: # 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 |