Overview
| Comment: | Added Tk/xlib to include search path | 
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive | 
| Timelines: | family | ancestors | descendants | both | trunk | 
| Files: | files | file ages | folders | 
| SHA1: | b5c571778ae7da174a24554beb554845 | 
| User & Date: | rkeene on 2010-09-26 04:41:20 | 
| Other Links: | manifest | tags | 
Context
| 2010-09-26 | ||
| 04:41 | Added support for specifying a STRIP environment variable check-in: d2e00f0f73 user: rkeene tags: trunk | |
| 04:41 | Added Tk/xlib to include search path check-in: b5c571778a user: rkeene tags: trunk | |
| 04:41 | Fixed to support calling AR with options check-in: 6548a534b1 user: rkeene tags: trunk | |
Changes
Modified kitsh/buildsrc/kitsh-0.0/aclocal.m4 from [0394137fa9] to [bc43649110].
| ︙ | |||
| 78 79 80 81 82 83 84 | 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 | - - + + | 
		tkconfigshdir="${with_tk}"
		tkconfigsh="${tkconfigshdir}/tkConfig.sh"
	fi
	if test -f "${tkconfigsh}"; then
		. "${tkconfigsh}"
 | 
| ︙ |