From: Earnestly <zibeon@googlemail.com>
To: util-linux@vger.kernel.org
Subject: [PATCH] Remove AC_CONFIG_AUX_DIR
Date: Wed, 20 Apr 2016 22:17:55 +0100 [thread overview]
Message-ID: <20160420211755.GD17469@teapot> (raw)
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
next reply other threads:[~2016-04-20 21:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-20 21:17 Earnestly [this message]
2016-04-22 10:01 ` [PATCH] Remove AC_CONFIG_AUX_DIR Karel Zak
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160420211755.GD17469@teapot \
--to=zibeon@googlemail.com \
--cc=util-linux@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox