All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kexec: Handle datarootdir for newer autoconf versions.
@ 2009-07-27 22:37 Paul Mundt
  2009-07-28  0:23 ` Simon Horman
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Mundt @ 2009-07-27 22:37 UTC (permalink / raw)
  To: kexec

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] kexec: Handle datarootdir for newer autoconf versions.
  2009-07-27 22:37 [PATCH] kexec: Handle datarootdir for newer autoconf versions Paul Mundt
@ 2009-07-28  0:23 ` Simon Horman
  0 siblings, 0 replies; 2+ messages in thread
From: Simon Horman @ 2009-07-28  0:23 UTC (permalink / raw)
  To: Paul Mundt; +Cc: kexec

On Tue, Jul 28, 2009 at 07:37:58AM +0900, Paul Mundt wrote:
> This fixes up the:
> 
> config.status: WARNING:  'Makefile.in' seems to ignore the --datarootdir setting
> 
> warning when producing the output Makefile.

Thanks, applied.

_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-07-28  0:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-27 22:37 [PATCH] kexec: Handle datarootdir for newer autoconf versions Paul Mundt
2009-07-28  0:23 ` Simon Horman

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.