When using ./autogen.sh or autoreconf -i (the prefered way going forward
apparently[0]) I get the following error:

    configure.ac:596: error: required file 'build-aux/ltmain.sh' not found

Removing the AUX_DIR lets ./configure complete successfully.

See also:
cloog 
https://groups.google.com/forum/?hl=en#!topic/cloog-development/28_M3Qk87-Q
check https://github.com/libcheck/check/pull/36
util-linux  http://marc.info/?l=util-linux-ng&m=146118708001749&w=2#1

0: https://www.gnu.org/software/automake/manual/html_node/Future-of-aclocal.html

Signed-off-by: Earnestly <zib...@gmail.com>
---
 configure.ac | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 3df4348..24c4fed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,6 @@ AC_PREREQ([2.64])
 AC_INIT([XZ Utils], m4_esyscmd([/bin/sh build-aux/version.sh]),
        [lasse.col...@tukaani.org], [xz], [http://tukaani.org/xz/])
 AC_CONFIG_SRCDIR([src/liblzma/common/common.h])
-AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADER([config.h])
 
-- 
2.8.0


Reply via email to