bug#27773: [PATCH] Allow to override build date

2017-08-08 Thread Mathieu Lirzin
Hello, "Bernhard M. Wiedemann" writes: > and use gmtime to not be influenced by timezone settings > in order to make builds reproducible. > > While working on the reproducible builds effort, I found that > when building the automake package for openSUSE Linux, > there were slight differences bet

bug#27781: LIBOBJS should depend on LIBOBJDIR

2017-08-08 Thread Mathieu Lirzin
Hello, Michael Haubenwallner writes: > Hi, > > in flex-2.6.4, the $(LIBOBJDIR) does contain source files only, > eventually required via LDADD=$(LIBOBJ) in another directory. > > Now with --disable-dependency-tracking, an out of source build fails > because $top_builddir/$(LIBOBJDIR) is not crea

bug#28002: automake prog_error when appending to configure.ac a colon-separated list of input files

2017-08-08 Thread Hans-Bernhard Bröker
Am 08.08.2017 um 08:03 schrieb Ghulam, Sean (Nokia - FI/Espoo): > Prior to writing the report, I tried it with: > AC_CONFIG_FILES( > [Makefile] > [src/Makefile:append/append.mk] > ) On closer examination, the problem is that you've been reading only autoconf documenation to find out how to prep