aboutsummaryrefslogtreecommitdiff
path: root/finance/kmymoney-kde4/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'finance/kmymoney-kde4/files/patch-configure')
-rw-r--r--finance/kmymoney-kde4/files/patch-configure47
1 files changed, 47 insertions, 0 deletions
diff --git a/finance/kmymoney-kde4/files/patch-configure b/finance/kmymoney-kde4/files/patch-configure
new file mode 100644
index 000000000000..eb8f73fda1ed
--- /dev/null
+++ b/finance/kmymoney-kde4/files/patch-configure
@@ -0,0 +1,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
+