summaryrefslogtreecommitdiff
path: root/palm/kpilot/files/patch-aa
blob: 741a3985f1669bce46c3e041f1051c07c906fd2e (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
*** configure~	Sun Oct 26 01:04:56 1997
--- configure	Sat Nov  1 23:03:17 1997
***************
*** 913,917 ****
  
  
! test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
  
  
--- 913,917 ----
  
  
! test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL} -m 555'
  
  
***************
*** 2039,2043 ****
  do
    for ac_extension in a so sl; do
!     if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then
        ac_x_libraries=$ac_dir
        break 2
--- 2039,2043 ----
  do
    for ac_extension in a so sl; do
!     if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension*; then
        ac_x_libraries=$ac_dir
        break 2
***************
*** 2214,2218 ****
  for i in $qt_libdirs;
  do
!   for j in libqt.so libqt.so.1.30 libqt.so.1 libqt.a libqt.sl;
    do
      if test -r "$i/$j"; then
--- 2214,2218 ----
  for i in $qt_libdirs;
  do
!   for j in libqt.so libqt.so.1.30 libqt.so.1.31 libqt.so.1.32 libqt.so.1 libqt.a libqt.sl;
    do
      if test -r "$i/$j"; then