Differences From Artifact [651eab0d38]:
- File kitsh/buildsrc/kitsh-0.0/configure.ac — part of check-in [0432734c0a] at 2012-06-30 15:34:20 on branch trunk — Updated to statically link against libgcc when building a shared object (KitDLL) (user: rkeene, size: 5212) [annotate] [blame] [check-ins using]
To Artifact [f213e421dc]:
- File kitsh/buildsrc/kitsh-0.0/configure.ac — part of check-in [e8e77fe250] at 2012-07-14 23:29:59 on branch trunk — Added an LDFLAGS_ADD environment variable to add options to the end of the linking command line (user: rkeene, size: 5234) [annotate] [blame] [check-ins using]
︙ | |||
188 189 190 191 192 193 194 195 196 197 198 199 200 201 | 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 | + | dnl Add appropriate dependencies EXTRA_KIT_DEPS="cvfs.tcl.h" EXTRA_VFS_OBJS="${EXTRA_VFS_OBJS} cvfs_data_tcl.o" ] ) AC_SUBST(EXTRA_KIT_DEPS) AC_SUBST(LDFLAGS_ADD) 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) |