* modules/ignore-value, modules/verify (Makefile.am):
Don't put ignore-value.h, or verify.h, into lib_SOURCES, as
that leads Automake to duplicate use of am__objects_... variables
in Makefile.in. See
<http://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00257.html>.
+2011-05-07 Paul Eggert <eggert@cs.ucla.edu>
+
+ ignore-value, verify: Omit include files from lib_SOURCES.
+ * modules/ignore-value, modules/verify (Makefile.am):
+ Don't put ignore-value.h, or verify.h, into lib_SOURCES, as
+ that leads Automake to duplicate use of am__objects_... variables
+ in Makefile.in. See
+ <http://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00257.html>.
+
2011-05-07 Bruno Haible <bruno@clisp.org>
fclose: Simplify autoconf macro.
AC_REQUIRE([AC_C_INLINE])
Makefile.am:
-lib_SOURCES += ignore-value.h
Include:
"ignore-value.h"
configure.ac:
Makefile.am:
-lib_SOURCES += verify.h
Include:
"verify.h"