]> git.pld-linux.org Git - packages/tcl.git/blame - tcl-ac25x.patch
- updated to 8.4.3
[packages/tcl.git] / tcl-ac25x.patch
CommitLineData
bd32470e
AF
1--- tcl8.4.3/unix/configure.in.wiget 2003-05-23 02:47:23.000000000 +0200
2+++ tcl8.4.3/unix/configure.in 2003-06-09 22:31:35.000000000 +0200
3@@ -196,7 +196,7 @@
48c6736a
JB
4 AC_MSG_RESULT(yes)
5 else
6 AC_MSG_RESULT([broken, using substitute])
7- LIBOBJS="$LIBOBJS strstr.o"
8+ AC_LIBOBJ([strstr])
9 fi
10
11 #--------------------------------------------------------------------
bd32470e 12@@ -221,7 +221,7 @@
48c6736a
JB
13 }], , tcl_ok=0, tcl_ok=0)
14 if test "$tcl_ok" = 0; then
15 test -n "$verbose" && echo " Adding strtoul.o."
16- LIBOBJS="$LIBOBJS strtoul.o"
17+ AC_LIBOBJ([strtoul])
18 fi
19
20 #--------------------------------------------------------------------
bd32470e 21@@ -245,7 +245,7 @@
48c6736a
JB
22 }], , tcl_ok=0, tcl_ok=0)
23 if test "$tcl_ok" = 0; then
24 test -n "$verbose" && echo " Adding strtod.o."
25- LIBOBJS="$LIBOBJS strtod.o"
26+ AC_LIBOBJ([strtod])
27 fi
28
29 #--------------------------------------------------------------------
bd32470e 30@@ -327,7 +327,7 @@
48c6736a
JB
31 AC_CHECK_LIB(inet, strncasecmp, tcl_ok=1, tcl_ok=0)
32 fi
33 if test "$tcl_ok" = 0; then
34- LIBOBJS="$LIBOBJS strncasecmp.o"
35+ AC_LIBOBJ([strncasecmp])
36 fi
37
38 #--------------------------------------------------------------------
bd32470e
AF
39--- tcl8.4.3/unix/tcl.m4.wiget 2003-05-23 02:47:23.000000000 +0200
40+++ tcl8.4.3/unix/tcl.m4 2003-06-09 22:32:06.000000000 +0200
41@@ -884,7 +884,7 @@
48c6736a
JB
42
43 # AIX v<=4.1 has some different flags than 4.2+
44 if test "$system" = "AIX-4.1" -o "`uname -v`" -lt "4" ; then
45- LIBOBJS="$LIBOBJS tclLoadAix.o"
46+ AC_LIBOBJ([tclLoadAix])
47 DL_LIBS="-lld"
48 fi
49
bd32470e
AF
50@@ -1131,7 +1131,7 @@
51 # is kind of overkill but it works.
52 # Disable inlining only when one of the
53 # files in compat/*.c is being linked in.
54- if test x"${LIBOBJS}" != x ; then
55+ if test x"${LIB@&t@OBJS}" != x ; then
56 EXTRA_CFLAGS="${EXTRA_CFLAGS} -fno-inline"
57 fi
48c6736a 58
bd32470e 59@@ -2243,7 +2243,7 @@
48c6736a
JB
60 AC_MSG_RESULT(ok)
61 else
62 AC_MSG_RESULT(buggy)
63- LIBOBJS="$LIBOBJS fixstrtod.o"
64+ AC_LIBOBJ([fixstrtod])
65 AC_DEFINE(strtod, fixstrtod)
66 fi
67 fi
This page took 0.035694 seconds and 4 git commands to generate.