From: Paul Mundt <lethal@linux-sh.org>
To: kexec@lists.infradead.org
Subject: [PATCH] kexec: Handle datarootdir for newer autoconf versions.
Date: Tue, 28 Jul 2009 07:37:58 +0900 [thread overview]
Message-ID: <20090727223758.GA22668@linux-sh.org> (raw)
This fixes up the:
config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting
warning when producing the output Makefile.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
---
Makefile.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile.in b/Makefile.in
index 6b4c954..cb0faae 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -10,6 +10,7 @@ bindir = @bindir@
sbindir = @sbindir@
libexecdir = @libexecdir@
datadir = @datadir@
+datarootdir = @datarootdir@
sysconfdir = @sysconfdir@
sharedstatedir = @sharedstatedir@
localstatedir = @localstatedir@
_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec
next reply other threads:[~2009-07-27 22:38 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-27 22:37 Paul Mundt [this message]
2009-07-28 0:23 ` [PATCH] kexec: Handle datarootdir for newer autoconf versions Simon Horman
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=20090727223758.GA22668@linux-sh.org \
--to=lethal@linux-sh.org \
--cc=kexec@lists.infradead.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 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.