summaryrefslogtreecommitdiffstats
path: root/math/gnumeric2/files/patch-configure
blob: 4feaedadedd28304e2e630d229b047d5c9f6e444 (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
--- configure.orig  Wed Nov 13 14:39:44 2002
+++ configure   Fri Nov 15 20:11:48 2002
@@ -8244,6 +8244,7 @@
 
 # This can be used to rebuild libtool when needed
 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
 
 # Always use our own libtool.
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -9562,7 +9563,8 @@
 int
 main ()
 {
-FILE *f = fdopen(1, "r")
+FILE *f;
+f = fdopen(1, "r")
   ;
   return 0;
 }
@@ -13997,7 +13999,7 @@
 }'
 fi
 
-DEFS=-DHAVE_CONFIG_H
+DEFS="$DEFS -DHAVE_CONFIG_H"
 
 ac_libobjs=
 ac_ltlibobjs=