From: Cyril Hrubis <chrubis@suse.cz>
To: ltp@lists.linux.it
Subject: [LTP] [COMMITTED][PATCH 1/1] cpuset: Detect missing fts.h
Date: Tue, 26 Mar 2019 10:07:07 +0100 [thread overview]
Message-ID: <20190326090707.GA17897@rei.lan> (raw)
In-Reply-To: <20190324233357.GA1804@x230>
Hi!
> > > diff --git a/configure.ac b/configure.ac
> > > index e002c248e..f05db9d2e 100644
> > > --- a/configure.ac
> > > +++ b/configure.ac
> > > @@ -235,6 +235,7 @@ LTP_DETECT_HOST_CPU
> > > LTP_CHECK_PERF_EVENT
> > > LTP_CHECK_SYNCFS
> > > LTP_CHECK_SYNC_FILE_RANGE
> > > +LTP_CHECK_FTS_H
>
> > Any reason why we couldn't simply put the fts.h at the end of the
> > AC_CHECK_HEADERS() list in configure.ac?
> Yes, without AC_SUBST the result is not visible to make (it's just in config.h).
> Or am I wrong? That was the reason, why I didn't take [1] this patch [2].
Ah, my bad, we need AC_SUBST() in this case, I guess that this couldn't
be done simpler then.
--
Cyril Hrubis
chrubis@suse.cz
prev parent reply other threads:[~2019-03-26 9:07 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-21 22:36 [LTP] [COMMITTED][PATCH 1/1] cpuset: Detect missing fts.h Petr Vorel
2019-03-22 11:36 ` Cyril Hrubis
2019-03-24 23:33 ` Petr Vorel
2019-03-26 9:07 ` Cyril Hrubis [this message]
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=20190326090707.GA17897@rei.lan \
--to=chrubis@suse.cz \
--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 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.