PATCH: Re: config.status: WARNING: Make.rules.in seems to ignore the --datarootdir setting

Marcus Meissner marcus at jet.franken.de
Sun May 28 11:15:28 CDT 2006


On Sat, May 27, 2006 at 04:38:44PM +0200, Gerald Pfeifer wrote:
> Starting last night, or the night before, I believe, my automated
> testers now issue the following warning on SUSE Linux 10.1/i386,
> and others:
> 
>    config.status: WARNING:  Make.rules.in seems to ignore the 
>    --datarootdir setting
> 
> Is this possibly related to the following?
> 
>    date: 2006-05-25 21:19:35 +0200;  author: julliard;  state: Exp;  lines: +4816 -3937
>    Alexandre Julliard <julliard at winehq.org>
>    configure: Regenerated with autoconf 2.59d.
> 
> And should we worry about it, or is there a way to disable it?

This should fix it. We should perhaps review $(datadir) uses.

Ciao, Marcus

Changelog:
	Silence new autoconf warning.

Index: Make.rules.in
===================================================================
RCS file: /home/wine/wine/Make.rules.in,v
retrieving revision 1.194
diff -u -r1.194 Make.rules.in
--- Make.rules.in	17 Feb 2006 11:00:39 -0000	1.194
+++ Make.rules.in	28 May 2006 16:14:52 -0000
@@ -99,6 +99,7 @@
 bindir          = @bindir@
 libdir          = @libdir@
 datadir         = @datadir@
+datarootdir     = @datarootdir@
 infodir         = @infodir@
 mandir          = @mandir@
 sysconfdir      = @sysconfdir@



More information about the wine-patches mailing list