All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Remove AC_CONFIG_AUX_DIR
@ 2016-04-20 21:17 Earnestly
  2016-04-22 10:01 ` Karel Zak
  0 siblings, 1 reply; 2+ messages in thread
From: Earnestly @ 2016-04-20 21:17 UTC (permalink / raw)
  To: util-linux

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@gmail.com>
---
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-04-22 10:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-20 21:17 [PATCH] Remove AC_CONFIG_AUX_DIR Earnestly
2016-04-22 10:01 ` Karel Zak

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.