aboutsummaryrefslogtreecommitdiff
path: root/finance/kmymoney-kde4/files/patch-configure
blob: eb8f73fda1ed19af9bb1459ba4276ea30e85788b (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
43
44
45
46
47
--- configure.orig	Fri Dec 30 14:52:51 2005
+++ configure	Tue Jan  3 19:44:57 2006
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! %%LOCALBASE%%/bin/bash
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.59.
 #
@@ -34022,7 +34022,7 @@
   have_new_ofx="no"
 fi
 
-    if test "$have_new_ofx" == "yes"; then
+    if test "$have_new_ofx" = "yes"; then
       ofx_importerplugin="ofximport"
       ofx_libs="-lofx"
     fi
@@ -34242,7 +34242,7 @@
   have_new_ofx="no"
 fi
 
-    if test "$have_new_ofx" == "yes"; then
+    if test "$have_new_ofx" = "yes"; then
 
 cat >>confdefs.h <<_ACEOF
 #define USE_OFX_DIRECTCONNECT "1"
@@ -34275,7 +34275,7 @@
   pushd $DIR > /dev/null
   CD=`pwd`
   popd > /dev/null
-  if test "$srcdir" == "." -o ${CD:0:${#CURDIR}} != $CURDIR; then
+  if test "$srcdir" = "." -o ${CD:0:${#CURDIR}} != $CURDIR; then
     HFILES=$(grep -v noinst_HEADERS $mfile | grep _HEADERS)
     for HFILE in $HFILES; do
       case $HFILE in
@@ -36104,11 +36104,6 @@
 
 { (exit 0); exit 0; }
 _ACEOF
-if test "x$with_fast_perl" = "xyes"; then    
-  perl -i.bak $ac_aux_dir/conf.change.pl $CONFIG_STATUS    \
-    || mv $CONFIG_STATUS.bak $CONFIG_STATUS    
-  rm -f $CONFIG_STATUS.bak
-fi    
 chmod +x $CONFIG_STATUS
 ac_clean_files=$ac_clean_files_save