summaryrefslogtreecommitdiff
path: root/math/gnumeric/files/patch-aa
blob: 1c57a9bcda2de6fcef2fd4ca1a4dd73644701a38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
--- configure.orig	Wed Feb 24 03:49:18 1999
+++ configure	Wed Feb 24 18:46:00 1999
@@ -3309,7 +3309,7 @@
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   ac_save_LIBS="$LIBS"
-LIBS="-lxml `gnome-config --libs xml` $LIBS"
+LIBS="`xml-config --libs` $LIBS"
 cat > conftest.$ac_ext <<EOF
 #line 3315 "configure"
 #include "confdefs.h"
@@ -3340,7 +3340,7 @@
   
 		
 		
-		GNOME_XML_LIB=`gnome-config --libs xml`
+		GNOME_XML_LIB=`xml-config --libs`
 	
 else
   echo "$ac_t""no" 1>&6
@@ -5557,15 +5557,15 @@
 fi
 
         
-	USE_INCLUDED_LIBINTL=yes
+#	USE_INCLUDED_LIBINTL=yes
         CATOBJEXT=.gmo
         INSTOBJEXT=.mo
         DATADIRNAME=share
-	INTLDEPS='$(top_builddir)/intl/libintl.a'
-	INTLLIBS=$INTLDEPS
-	LIBS=`echo $LIBS | sed -e 's/-lintl//'`
-        nls_cv_header_intl=intl/libintl.h
-        nls_cv_header_libgt=intl/libgettext.h
+#	INTLDEPS='$(top_builddir)/intl/libintl.a'
+#	INTLLIBS=$INTLDEPS
+#	LIBS=`echo $LIBS | sed -e 's/-lintl//'`
+#        nls_cv_header_intl=intl/libintl.h
+#        nls_cv_header_libgt=intl/libgettext.h
       fi
 
             if test "$XGETTEXT" != ":"; then