Differences From Artifact [33966eefcb]:
- File
kitsh/buildsrc/kitsh-0.0/aclocal.m4
— part of check-in
[727034b4dd]
at
2010-09-26 04:37:58
on branch trunk
— KitCreator 0.0.2.x
Removed generated files from repository
Minor cleanup of configure activities in kitsh (user: rkeene, size: 1252) [annotate] [blame] [check-ins using]
To Artifact [03a71efe74]:
- File kitsh/buildsrc/kitsh-0.0/aclocal.m4 — part of check-in [291050ca78] at 2010-09-26 04:38:04 on branch trunk — Corrected typo (user: rkeene, size: 1249) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
40 41 42 43 44 45 46 | AC_MSG_RESULT([$tclconfigsh]) ]) AC_DEFUN(DC_DO_STATIC_LINK_LIBCXX, [ AC_MSG_CHECKING([for how to statically link to libstdc++]) STATICLIBCXX="-Wl,-Bstatic -lstdc++ -Wl,-Bdynamic" | | | 40 41 42 43 44 45 46 47 48 49 50 51 52 | AC_MSG_RESULT([$tclconfigsh]) ]) AC_DEFUN(DC_DO_STATIC_LINK_LIBCXX, [ AC_MSG_CHECKING([for how to statically link to libstdc++]) STATICLIBCXX="-Wl,-Bstatic -lstdc++ -Wl,-Bdynamic" LIBS="${LIBS} ${STATICLIBCXX}" AC_SUBST(LIBS) AC_MSG_RESULT([${STATICLIBCXX}]) ]) |