Overview
Comment: | Corrected typo |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
291050ca787b0d7b35393ea30577cb43 |
User & Date: | rkeene on 2010-09-26 04:38:04 |
Other Links: | manifest | tags |
Context
2010-09-26
| ||
04:38 |
KitCreator 0.0.3.x
Updated to cleanup build info check-in: 8670f53dbc user: rkeene tags: trunk, 0.0.3 | |
04:38 | Corrected typo check-in: 291050ca78 user: rkeene tags: trunk | |
04:37 |
KitCreator 0.0.2.x
Removed generated files from repository Minor cleanup of configure activities in kitsh check-in: 727034b4dd user: rkeene tags: trunk, 0.0.2 | |
Changes
Modified kitsh/buildsrc/kitsh-0.0/aclocal.m4 from [33966eefcb] to [03a71efe74].
︙ | ︙ | |||
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}]) ]) |