]> granicus.if.org Git - check/commitdiff
Remove AC_CONFIG_AUX_DIR
authorEarnestly <zibeon@gmail.com>
Tue, 19 Apr 2016 18:43:44 +0000 (19:43 +0100)
committerEarnestly <zibeon@gmail.com>
Tue, 19 Apr 2016 18:43:44 +0000 (19:43 +0100)
This is half an issue report and half a pull request.

The reason for this is that while autoreconf -fi works for most of the
needed scripts it doesn't copy ltmain.sh into build-aux which results
the following ./configure failure:

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

This patch, which is a similar one I've provided to cloog[0] which
allows ./configure to at least complete.

I'm not sure what you think since obviously the directory was used for
some reason, likely to reduce top-level directory clutter, but this at
least works for me.

0 https://groups.google.com/forum/?hl=en#!topic/cloog-development/28_M3Qk87-Q

Signed-off-by: Earnestly <zibeon@gmail.com>
configure.ac

index ea0b6276a71310a099eb5bde839a7c07287caeac..0e6d3f0193436738860eb33a1c11c1e3e2257a8a 100644 (file)
@@ -19,9 +19,6 @@ AC_CONFIG_MACRO_DIR([m4])
 # place where portability library functions are kept
 AC_CONFIG_LIBOBJ_DIR([lib])
 
-# place to put some extra build scripts installed
-AC_CONFIG_AUX_DIR([build-aux])
-
 # really severe build strictness
 AM_INIT_AUTOMAKE([-Wall gnits 1.11.2])
 # Change to using into-in-builddir in the future: