+2017-03-14 Paul Eggert <eggert@cs.ucla.edu>
+
+ snippets: move unadjusted snippet sources to lib
+ Problem reported by Michal Privoznik in:
+ http://lists.gnu.org/archive/html/bug-gnulib/2017-03/msg00039.html
+ * lib/_Noreturn.h: Rename from build-aux/snippet/_Noreturn.h.
+ * lib/arg-nonnull.h: Rename from build-aux/snippet/arg-nonnull.h.
+ * lib/c++defs.h: Rename from build-aux/snippet/c++defs.h.
+ * lib/unused-parameter.h: Rename from
+ build-aux/snippet/unused-parameter.h.
+ * lib/warn-on-use.h: Rename from build-aux/snippet/warn-on-use.h.
+ * modules/snippet/_Noreturn (Files:, _NORETURN_H):
+ * modules/snippet/arg-nonnull (Files:, ARG_NONNULL_H):
+ * modules/snippet/c++defs (Files:, CXXDEFS_H):
+ * modules/snippet/unused-parameter (Files:, UNUSED_PARAMETER_H):
+ * modules/snippet/warn-on-use (Files: WARN_ON_USE_H):
+ Adjust to file renamings.
+
2017-03-14 Mathieu Lirzin <mthl@gnu.org>
gnulib-tool: don't automatically distribute files from top/
all
Files:
-build-aux/snippet/_Noreturn.h
+lib/_Noreturn.h
Depends-on:
# gnulib Makefile snippets, it must be present in all makefiles that
# need it. This is ensured by the applicability 'all' defined above.
-_NORETURN_H=$(top_srcdir)/build-aux/snippet/_Noreturn.h
+_NORETURN_H=$(srcdir)/_Noreturn.h
Include:
all
Files:
-build-aux/snippet/arg-nonnull.h
+lib/arg-nonnull.h
Depends-on:
# gnulib Makefile snippets, it must be present in all makefiles that
# need it. This is ensured by the applicability 'all' defined above.
-ARG_NONNULL_H=$(top_srcdir)/build-aux/snippet/arg-nonnull.h
+ARG_NONNULL_H=$(srcdir)/arg-nonnull.h
Include:
all
Files:
-build-aux/snippet/c++defs.h
+lib/c++defs.h
Depends-on:
# gnulib Makefile snippets, it must be present in all makefiles that
# need it. This is ensured by the applicability 'all' defined above.
-CXXDEFS_H=$(top_srcdir)/build-aux/snippet/c++defs.h
+CXXDEFS_H=$(srcdir)/c++defs.h
Include:
all
Files:
-build-aux/snippet/unused-parameter.h
+lib/unused-parameter.h
Depends-on:
# gnulib Makefile snippets, it must be present in all makefiles that
# need it. This is ensured by the applicability 'all' defined above.
-UNUSED_PARAMETER_H=$(top_srcdir)/build-aux/snippet/unused-parameter.h
+UNUSED_PARAMETER_H=$(srcdir)/unused-parameter.h
Include:
all
Files:
-build-aux/snippet/warn-on-use.h
+lib/warn-on-use.h
m4/warn-on-use.m4
Depends-on:
# gnulib Makefile snippets, it must be present in all makefiles that
# need it. This is ensured by the applicability 'all' defined above.
-WARN_ON_USE_H=$(top_srcdir)/build-aux/snippet/warn-on-use.h
+WARN_ON_USE_H=$(srcdir)/warn-on-use.h
Include: