aboutsummaryrefslogtreecommitdiffstats
path: root/palm/kpilot/files/patch-aa
blob: 7df1d590c4df8008c16e90f5b4052ae199bbe556 (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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
--- configure.orig	Sun Apr 26 20:31:19 1998
+++ configure	Thu Feb 10 23:00:42 2000
@@ -729,7 +729,7 @@
 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
 
 
-test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
+test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL} -m 555'
 
 
 PACKAGE=kpilot
@@ -1447,8 +1447,8 @@
 
 
 
-enable_static=no
-enable_shared=no
+#enable_static=no
+#enable_shared=no
 
 # Extract the first word of "ranlib", so it can be a program name with args.
 set dummy ranlib; ac_word=$2
@@ -1994,7 +1994,7 @@
     ; \
 do
   for ac_extension in a so sl; do
-    if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then
+    if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension*; then
       ac_x_libraries=$ac_dir
       break 2
     fi
@@ -2413,7 +2413,7 @@
 qt_libdir=NO
 for i in $qt_libdirs;
 do
-  for j in libqt.so libqt.so.1.30 libqt.so.1.31 libqt.so.1 libqt.a libqt.sl;
+  for j in libqt.so libqt.so.1.30 libqt.so.1.31 libqt.so.1.32 libqt.so.1.33 libqt.so.1 libqt.a libqt.sl;
   do
     if test -r "$i/$j"; then
       qt_libdir=$i
@@ -2602,7 +2602,8 @@
   ;;
   *)
   IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS="${IFS}:"
-  for ac_dir in $QTDIR/bin:$PATH:/usr/bin:/usr/X11R6/bin:/usr/lib/qt/bin:/usr/local/qt/bin$ac_dummy; do
+  FOO="$QTDIR/bin:$PATH:/usr/bin:/usr/X11R6/bin:/usr/lib/qt/bin:/usr/local/qt/bin$ac_dummy"
+  for ac_dir in $FOO; do
     test -z "$ac_dir" && ac_dir=.
     if test -f $ac_dir/$ac_word; then
       ac_cv_path_MOC="$ac_dir/$ac_word"
@@ -4046,12 +4047,17 @@
 trap 'rm -fr `echo "Makefile \
 	kpilot/Makefile \
 	kpilot/doc/Makefile \
+	kpilot/doc/de/Makefile \
+	kpilot/doc/en/Makefile \
+	kpilot/libpilot/Makefile \
 	conduits/Makefile \
 	conduits/vcalconduit/Makefile \
+	conduits/vcalconduit/versit/Makefile \
 	conduits/popmail/Makefile \
+	po/Makefile \
 	po/en/Makefile \
 	po/de/Makefile \
-	Makefile config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
+	config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
 EOF
 cat >> $CONFIG_STATUS <<EOF
 
@@ -4202,12 +4208,17 @@
 CONFIG_FILES=\${CONFIG_FILES-"Makefile \
 	kpilot/Makefile \
 	kpilot/doc/Makefile \
+	kpilot/doc/de/Makefile \
+	kpilot/doc/en/Makefile \
+	kpilot/libpilot/Makefile \
 	conduits/Makefile \
 	conduits/vcalconduit/Makefile \
+	conduits/vcalconduit/versit/Makefile \
 	conduits/popmail/Makefile \
+	po/Makefile \
 	po/en/Makefile \
 	po/de/Makefile \
-	Makefile"}
+	"}
 EOF
 cat >> $CONFIG_STATUS <<\EOF
 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then