Overview
| Comment: | Removed extraneous code |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
5c79fa68702a5870d184d1daf54a394a |
| User & Date: | rkeene on 2011-09-09 14:35:40.000 |
| Other Links: | manifest | tags |
Context
|
2011-09-09
| ||
| 14:53 | Fixed bug in installation Updated to install pkgIndex.tcl check-in: d0146d1870 user: rkeene tags: trunk | |
| 14:35 | Removed extraneous code check-in: 5c79fa6870 user: rkeene tags: trunk | |
| 14:32 | Clean up build-related source check-in: 424c69792c user: rkeene tags: trunk | |
Changes
Modified build/autogen.sh
from [855de803e9]
to [01ca528618].
1 2 | #! /bin/bash | < < < < < < | 1 2 3 4 5 6 7 | #! /bin/bash cat aclocal/*.m4 > aclocal.m4 || exit 1 autoconf || exit 1 rm -rf autom4te.cache/ exit 0 |