Another fix for !1452
Description
- Missing serial number bump
-
$(top_srcdir)
is Makefile, not shell, syntax -
top_srcdir
not defined in configure.ac;srcdir
is sufficient -
gnuscripts/reproducible-date
was not included in distribution - Check that
configure_date
is non-zero, raise error otherwise
Closes #389 (closed)
API Changes and Justification
Backwards Compatible Changes
-
This change introduces no API changes -
This change adds new API calls
Backwards Incompatible Changes
-
This change modifies an existing API -
This change removes an existing API
Review Status
N/A
Merge request reports
Activity
enabled an automatic merge when the pipeline for eed1663e succeeds
Whilst this makes things better, it seems that it isn't a complete fix. During configure the following is displayed:
./configure: line 6767: ./gnuscripts/reproducible-date: No such file or directory
This is a clear improvement as before this change it was (#389 (closed)):
./configure: line 6742: top_srcdir: command not found ./configure: line 6742: /gnuscripts/reproducible-date: No such file or directory
I'll try and find time to have a dig around tomorrow.
enabled an automatic merge when the pipeline for eed1663e succeeds
added infra_general + 1 deleted label
gnuscripts/reproducible-date
was not included in the distribution; fixing that looks to have done the trickEdited by Karl Wettementioned in commit 5268e064
- A deleted user
added infra_autotools label and removed infra_general label