Bug 1275 - build problem due in configure.in
Summary: build problem due in configure.in
Status: RESOLVED FIXED
Alias: None
Product: shared-mime-info
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
Hardware: x86 (IA32) Linux (All)
: high major
Assignee: Jonathan Blandford
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-02 00:43 UTC by Matthew Gatto
Modified: 2004-09-09 15:24 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Matthew Gatto 2004-09-02 00:43:17 UTC
I had to apply the following change to configure.in to get the shared-mime-info
from CVS to build on FC2 or else I'd get a configure error about AC_SUBST not
having the right amount of arguments:

Index: configure.in
===================================================================
RCS file: /cvs/mime/shared-mime-info/configure.in,v
retrieving revision 1.31
diff -u -r1.31 configure.in
--- configure.in        1 Sep 2004 19:33:15 -0000       1.31
+++ configure.in        2 Sep 2004 07:39:56 -0000
@@ -23,8 +23,8 @@
 PKG_CHECK_MODULES(ALL, \
                  libxml-2.0 >= 2.4 \
                   glib-2.0 >= 2.0.0)
-AC_SUBST (ALL_CFLAGS)
-AC_SUBST (ALL_LIBS)
+AC_SUBST(ALL_CFLAGS)
+AC_SUBST(ALL_LIBS)
  
 dnl Use -Wall, etc if possible
 [
Comment 1 Christophe Fergeau 2004-09-10 08:24:36 UTC
Fixed in CVS


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.