* [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* Re: [PATCH] Remove AC_CONFIG_AUX_DIR
2016-04-20 21:17 [PATCH] Remove AC_CONFIG_AUX_DIR Earnestly
@ 2016-04-22 10:01 ` Karel Zak
0 siblings, 0 replies; 2+ messages in thread
From: Karel Zak @ 2016-04-22 10:01 UTC (permalink / raw)
To: Earnestly; +Cc: util-linux
On Wed, Apr 20, 2016 at 10:17:55PM +0100, Earnestly wrote:
> 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
I'm not able to reproduce this problem.
> This commit simply removes this AUX_DIR which lets the ./configure phase
> complete successfully.
And side-effects? Why we have config/ directory at all?
Frankly, I don't like the patch. AC_CONFIG_AUX_DIR([config]) means
that all the generated files/symlinks are stored in config/ rather
than in project root directory. I'd like to keep the top level
directory usable.
Karel
--
Karel Zak <kzak@redhat.com>
http://karelzak.blogspot.com
^ permalink raw reply [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.