diff options
author | Neels Hofmeyr <nhofmeyr@sysmocom.de> | 2016-09-30 23:45:28 +0200 |
---|---|---|
committer | Neels Hofmeyr <nhofmeyr@sysmocom.de> | 2016-10-01 00:58:53 +0200 |
commit | cbdfa65dbed69fc19ba195d2aa8ead76f1434c5c (patch) | |
tree | 9432c8b79753e0fb8f2917a820ec53c80c0b06c8 /TODO-RELEASE | |
parent | 2bb65be159dfdabf664fec569b343320301701b0 (diff) |
build: be robust against install-sh files above the root dir
Explicitly set AC_CONFIG_AUX_DIR.
To reproduce the error avoided by this patch:
rm install-sh # in case it was already generated.
touch ../install-sh # yes, outside this source tree
autoreconf -fi
This will produce an error like
...
configure.ac:16: error: required file '../ltmain.sh' not found
configure.ac:5: installing '../missing'
src/Makefile.am: installing '../depcomp'
autoreconf: automake failed with exit status: 1
See also automake (vim `which automake`) and look for 'sub locate_aux_dir'.
Change-Id: If2afbe62e9ceeac8052c7b882ff92a548f3af0bf
Diffstat (limited to 'TODO-RELEASE')
0 files changed, 0 insertions, 0 deletions