]> git.pld-linux.org Git - packages/tcl.git/blame - tcl-ac25x.patch
- "Tcl" and "Tk" unifications (and few others)
[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 #--------------------------------------------------------------------
ce581dfc
JB
39--- tcl8.4.7/unix/tcl.m4.orig 2004-07-26 23:40:46.000000000 +0200
40+++ tcl8.4.7/unix/tcl.m4 2004-08-05 23:35:20.341554280 +0200
41@@ -904,7 +904,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
ce581dfc 50@@ -1162,7 +1162,7 @@
bd32470e
AF
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
ce581dfc 56 CFLAGS="$CFLAGS -fno-inline"
bd32470e 57 fi
48c6736a 58
ce581dfc 59@@ -2283,7 +2283,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.082742 seconds and 4 git commands to generate.