[PATCH] Use autocofigured package version if possible. Update the module version to the autoconfigured one.

Alan Coopersmith alan.coopersmith at sun.com
Tue Apr 24 18:12:22 PDT 2007


Daniel Stone wrote:
> On Wed, Apr 25, 2007 at 03:06:26AM +0200, Giuseppe Bilotta wrote:
>>  #ifdef HAVE_CONFIG_H
>>  #include "config.h"
>> +#else
>> +#define PACKAGE_VERSION_MAJOR 1
>> +#define PACKAGE_VERSION_MINOR 2
>> +#define PACKAGE_VERSION_PATCHLEVEL 0
>>  #endif
> 
> When could HAVE_CONFIG_H possibly be unset?

Now that we are no longer sharing source with the monolith, should
all the #ifdef HAVE_CONFIG_H's be removed and just always include
config.h now?

-- 
	-Alan Coopersmith-           alan.coopersmith at sun.com
	 Sun Microsystems, Inc. - X Window System Engineering




More information about the xorg mailing list