Diff

Differences From Artifact [6f2999f5b1]:

To Artifact [d0e235eb57]:


70
71
72
73
74
75
76
77
78
79
80
81

82
83
84
85
86
87
88
70
71
72
73
74
75
76




77
78
79
80
81
82
83
84
85







-
-
-
-

+







		libfiles="`find "${libdir}" -name '*.a' | tr "\n" ' '`"

		ARCHS="${ARCHS} ${libfiles}"

		AC_MSG_RESULT([${libfiles}])

		if test "${libfiles}" != ""; then
			upperproj=`echo "${proj}" | dd conv=ucase 2>/dev/null`

			AC_DEFINE(KIT_INCLUDES_$upperproj)

			if test "${proj}" = "mk4tcl"; then
				AC_DEFINE(KIT_INCLUDES_MK4TCL, [1], [Specify this if you link against mkt4tcl])
				DC_DO_STATIC_LINK_LIBCXX
			fi
		fi
	done

	AC_SUBST(ARCHS)
])