From: Li Wang <liwang@redhat.com>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH] configure: complete the full path in configure.ac
Date: Thu, 26 Oct 2017 16:51:15 +0800 [thread overview]
Message-ID: <20171026085115.28595-1-liwang@redhat.com> (raw)
Fix a error in cross-compilation:
./config.status: line 1311: cd: include/lapi/syscalls: No such file or directory
./config.status: line 1311: ./regen.sh: No such file or directory
Signed-off-by: Li Wang <liwang@redhat.com>
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 2356531..39818cd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -139,7 +139,7 @@ fi
AC_CONFIG_SUBDIRS([utils/ffsb-6.0-rc2])
-AC_CONFIG_COMMANDS([syscalls.h], [cd include/lapi/syscalls; ./regen.sh])
+AC_CONFIG_COMMANDS([syscalls.h], [cd ${ac_top_srcdir}/include/lapi/syscalls; ./regen.sh])
# END testsuites knobs
LTP_CHECK_FORTIFY_SOURCE
--
2.9.3
next reply other threads:[~2017-10-26 8:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-26 8:51 Li Wang [this message]
2017-10-26 9:11 ` [LTP] [PATCH] configure: complete the full path in configure.ac Cyril Hrubis
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=20171026085115.28595-1-liwang@redhat.com \
--to=liwang@redhat.com \
--cc=ltp@lists.linux.it \
/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