Check-in [291050ca78]
Overview
Comment:Corrected typo
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1:291050ca787b0d7b35393ea30577cb4399357b92
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     40   	AC_MSG_RESULT([$tclconfigsh])
    41     41   ])
    42     42   
    43     43   AC_DEFUN(DC_DO_STATIC_LINK_LIBCXX, [
    44     44   	AC_MSG_CHECKING([for how to statically link to libstdc++])
    45     45   
    46     46   	STATICLIBCXX="-Wl,-Bstatic -lstdc++ -Wl,-Bdynamic"
    47         -	LIBS="${LDFLAGS} ${STATICLIBCXX}"
           47  +	LIBS="${LIBS} ${STATICLIBCXX}"
    48     48   
    49     49   	AC_SUBST(LIBS)
    50     50   
    51     51   	AC_MSG_RESULT([${STATICLIBCXX}])
    52     52   ])