summaryrefslogtreecommitdiff
path: root/misc/kdeutils/patches/patch-aa
blob: 7c5da082d7d52cb8973746e9f721465b17f96ab6 (plain)
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 Nov 23 01:07:57 1997
--- configure	Fri Nov 28 00:46:14 1997
***************
*** 722,726 ****
  
  
! test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
  
  
--- 722,726 ----
  
  
! test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL} -m 555'
  
  
***************
*** 1664,1668 ****
  
  # Always use our own libtool.
! LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  
  
--- 1664,1668 ----
  
  # Always use our own libtool.
! LIBTOOL='$(top_builddir)/libtool'
  
  
***************
*** 2049,2053 ****
  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
--- 2049,2053 ----
  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