mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-15 23:36:59 +00:00
build-sys: require automake 1.12 to get working test-driver
With older automake versions one can end up after ./bootstrap with situation where test-driver script is missing, and subsequent compilation fails. Requiring automake 1.12 should usually help, but unfortunately the case Dennis reported is different. Something goes wrong with 1.13 and autoconf 2.69, in 32 bit RHEL system. That sort of system seems to require AM_PROG_CC_C_O, and even when that is added following error happens. It is yet unknown to me why this is the case. parallel-tests: error: required file 'build-aux/test-driver' not found Reference: http://git.savannah.gnu.org/cgit/automake.git/tree/NEWS?id=v1.12#n113 Reported-by: Dennis Ortsen <dortsen@gmail.com> Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
0f66becd57
commit
502daf8306
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ AC_CONFIG_AUX_DIR([build-aux])
|
|||
AM_INIT_AUTOMAKE([
|
||||
-Wall
|
||||
-Wextra-portability
|
||||
1.10
|
||||
1.12
|
||||
foreign
|
||||
dist-xz
|
||||
no-dist-gzip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue