+2010-11-07 Bruno Haible <bruno@clisp.org>
+
+ Rename autosprintf.h.in to autosprintf.in.h.
+ * autosprintf.in.h: New file, renamed from autosprintf.h.in.
+ * Makefile.am (autosprintf.h, EXTRA_DIST): Update.
+
2010-10-14 Bruno Haible <bruno@clisp.org>
vasnprintf: Don't set errno to 0.
## Makefile for the gettext-runtime/libasprintf subdirectory of GNU gettext
-## Copyright (C) 2002-2007, 2009 Free Software Foundation, Inc.
+## Copyright (C) 2002-2007, 2009-2010 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
include_HEADERS = autosprintf.h
all-local $(libasprintf_la_OBJECTS): autosprintf.h
-autosprintf.h: autosprintf.h.in
- cp $(srcdir)/autosprintf.h.in autosprintf.h
+autosprintf.h: autosprintf.in.h
+ cp $(srcdir)/autosprintf.in.h autosprintf.h
MOSTLYCLEANFILES += autosprintf.h
-EXTRA_DIST += autosprintf.h.in
+EXTRA_DIST += autosprintf.in.h
dist-hook:
rm -f $(distdir)/autosprintf.h