GNOME Bugzilla – Bug 374506
build of libart_lgpl fails during configure on FC6
Last modified: 2006-12-01 13:57:38 UTC
Please describe the problem: While building Gnome 2.17 on FC6 I ran in to a problem where libart_lgpl failed to build. The problem seems to be related to how config.h is generated. By changing the configure.in file in the following way I was able to make the build succeed: Index: configure.in =================================================================== RCS file: /cvs/gnome/libart_lgpl/configure.in,v retrieving revision 1.37 diff -u -r1.37 configure.in --- configure.in 26 Oct 2005 08:18:06 -0000 1.37 +++ configure.in 12 Nov 2006 23:15:32 -0000 @@ -1,5 +1,5 @@ AC_INIT(art_misc.h) -AM_CONFIG_HEADER(config.h) +AC_CONFIG_HEADERS(config.h) LIBART_MAJOR_VERSION=2 LIBART_MINOR_VERSION=3 Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
The latest patch in bug 131478 fixes this. *** This bug has been marked as a duplicate of 131478 ***