blob: c6ace9918e19aba752f18fa7b7784063e52bc481 (
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
|
--- configure.orig Wed May 15 09:53:26 2002
+++ configure Tue Sep 17 18:46:34 2002
@@ -5316,6 +5316,7 @@
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -6497,7 +6498,7 @@
else
PISOCK_CFLAGS="-I$withval/include"
incdir="$withval/include"
- PISOCK_LIBS="-L$withval/lib -lpisock"
+ PISOCK_LIBS="-L$withval/lib -lpisync -lpisock"
echo $ac_n "checking "for existance of $withval/lib/libpisock.so"""... $ac_c" 1>&6
echo "configure:6503: checking "for existance of $withval/lib/libpisock.so"" >&5
if test -r $withval/lib/libpisock.so; then
@@ -6610,7 +6611,7 @@
piversion_include="$prefix/include/pi-version.h"
if test x$PISOCK_LIBDIR = x; then
incdir="$prefix/include"
- PISOCK_LIBS="-L$prefix/lib -lpisock"
+ PISOCK_LIBS="-L$prefix/lib -lpisync -lpisock"
fi
else
echo "$ac_t""no" 1>&6
@@ -6661,7 +6662,7 @@
fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
echo "$ac_t""yes" 1>&6
- PISOCK_LIBS=-lpisock
+ PISOCK_LIBS=-lpisync -lpisock
else
echo "$ac_t""no" 1>&6
{ echo "configure: error: "Unable to find libpisock. Try ftp://ryeham.ee.ryerson.ca/pub/PalmOS/."" 1>&2; exit 1; }
@@ -8031,7 +8032,7 @@
cat conftest.$ac_ext >&5
rm -rf conftest*
CATOBJEXT=.mo
- DATADIRNAME=lib
+ DATADIRNAME=share
fi
rm -f conftest*
INSTOBJEXT=.mo
@@ -8201,7 +8202,7 @@
# USE_INCLUDED_LIBINTL=yes
# CATOBJEXT=.cat
# INSTOBJEXT=.cat
-# DATADIRNAME=lib
+# DATADIRNAME=share
# INTLDEPS='$(top_builddir)/intl/libintl.a'
# INTLLIBS=$INTLDEPS
# LIBS=`echo $LIBS | sed -e 's/-lintl//'`
|