[oe] [Bug 1451] libxres-1.0.1 configure fails (autoreconf)

bugzilla-daemon at tinman.treke.net bugzilla-daemon at tinman.treke.net
Wed Oct 4 11:55:20 UTC 2006


http://bugs.openembedded.org/show_bug.cgi?id=1451





------- Comment #1 from michael.illing at tietoenator.com  2006-10-04 04:55 -------
The following patch seems to fix the problem:

---------------------------------------------------------------

--- configure.ac        2006-10-04 14:17:05.000000000 +0200
+++ configure.ac.orig   2006-10-04 14:16:59.000000000 +0200
@@ -33,9 +33,9 @@
 dnl protocol, so XRes version l.n.m corresponds to protocol version l.n
 dnl
 AC_INIT(libXres, 1.0.1, [keithp at keithp.com], libXres)
-AC_CONFIG_AUX_DIR(.)
 AM_INIT_AUTOMAKE([dist-bzip2])
 AM_CONFIG_HEADER(config.h)
+AC_CONFIG_AUX_DIR(.)

 # Check for progs
 AC_PROG_CC


-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the Openembedded-devel mailing list