Likewise in cloog[0] and check[1], using autoreconf -i (or autogen.sh) results in ./configure failing with: configure.ac:137: error: required file 'config/ltmain.sh' not found This commit simply removes this AUX_DIR which lets the ./configure phase complete successfully. 0: https://groups.google.com/forum/?hl=en#!topic/cloog-development/28_M3Qk87-Q 1: https://github.com/libcheck/check/pull/36 Signed-off-by: Earnestly <zibeon@xxxxxxxxx> --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5a00403..9325691 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,6 @@ AC_INIT([util-linux], AC_PREREQ([2.60]) -AC_CONFIG_AUX_DIR([config]) AC_CONFIG_MACRO_DIR([m4]) dnl AC_USE_SYSTEM_EXTENSIONS must be called before any macros that run dnl the compiler (like AC_PROG_LIBTOOL) to avoid autoconf errors. -- 2.8.0 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html