From 1862c6e57a308a05889c80c048dbc58bdc378dcb Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 5 Jul 2022 07:51:46 +0200 Subject: Add support for reproducible builds. Suggested by Richard Purdie in . * autogen.sh: Import also lib/filename.h. * Makefile.in (IMPORTED_FILES): Add lib/filename.h. * src/options.cc: Include filename.h. (Options::print_options): Print only the base name of the program name. * tests/*.exp: Update. --- lib/.gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib') diff --git a/lib/.gitignore b/lib/.gitignore index a432aaf..bf930a7 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -1,3 +1,6 @@ +# Files brought in by gnulib-tool: +/filename.h + # Files generated by the autotools: /configure -- cgit v1.2.1