Overview
Comment: | Added a GNU autoconf script for building the kitsh |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
04784f0fe8fdb85ade6c6817ccb87c62 |
User & Date: | rkeene on 2010-09-26 04:37:49 |
Other Links: | manifest | tags |
Context
2010-09-26
| ||
04:37 | Added support for creating proper kitsh environment check-in: 5996f7a35f user: rkeene tags: trunk | |
04:37 | Added a GNU autoconf script for building the kitsh check-in: 04784f0fe8 user: rkeene tags: trunk | |
04:37 |
Removed building shared verions of code
Added support for passing arguments to child "configure" scripts Added Solaris compile support check-in: 8d94c2989e user: rkeene tags: trunk | |
Changes
Modified kitsh/build.sh from [9c9a954427] to [20e80b20ba].
︙ | |||
23 24 25 26 27 28 29 | 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | - - - + + + | ( cp -r 'buildsrc' 'build' cd "${BUILDDIR}" || exit 1 # Compile all objects... |
︙ | |||
55 56 57 58 59 60 61 62 63 64 | 55 56 57 58 59 60 61 62 63 64 65 | + | ### Call installer cp kit runkit echo 'set argv [list kit starpack.vfs]' > setup.tcl echo 'source installvfs.tcl' >> setup.tcl echo | ./runkit fi exit 0 ) || exit 1 exit 0 |
Added kitsh/buildsrc/kitsh-0.0/Makefile.in version [9c5abd59ed].
|
Added kitsh/buildsrc/kitsh-0.0/aclocal.m4 version [fe1b839d01].
|
Added kitsh/buildsrc/kitsh-0.0/config.h.in version [a3db3152de].
|
Added kitsh/buildsrc/kitsh-0.0/configure.ac version [6a3c97057b].
|
Added kitsh/buildsrc/kitsh-0.0/install-sh version [82b003ed45].