Differences From Artifact [a823c6235c]:
- File
kitsh/buildsrc/kitsh-0.0/configure.ac
— part of check-in
[b5b42e2343]
at
2011-05-20 06:31:32
on branch merge-kitdll-kitsh-common
— Fixed bug with determining which build is selected
Fixed unexplained bug with determining the target OS information
Updated to supply the VFS before building (in support of future C-VFS) (user: rkeene, size: 4488) [annotate] [blame] [check-ins using]
To Artifact [c9dbeb54a1]:
- File kitsh/buildsrc/kitsh-0.0/configure.ac — part of check-in [7d18befb92] at 2011-05-21 15:09:07 on branch merge-kitdll-kitsh-common — More work towards integrating KitDLL and KitSH -- C-VFS tested working within KitSH (user: rkeene, size: 4504) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
165 166 167 168 169 170 171 | fi dnl Put correct Makefile template in place rm -f Makefile.in cp Makefile.${TARGET}.in Makefile.in dnl Produce output | | | 165 166 167 168 169 170 171 172 | fi dnl Put correct Makefile template in place rm -f Makefile.in cp Makefile.${TARGET}.in Makefile.in dnl Produce output AC_OUTPUT(Makefile Makefile.common) |