diff options
author | joye <joye> | 2015-05-28 20:07:53 (GMT) |
---|---|---|
committer | joye <joye> | 2015-05-28 20:07:53 (GMT) |
commit | ad7c9b4a218ce5a7dd49378173757cfda8a1a3ed (patch) | |
tree | 9e531fea25b28206828be34274c98470a2779e7a /configure | |
parent | 11e8c89ad093b06582b0f8bc6b19f5ec8b89218f (diff) | |
download | blt-ad7c9b4a218ce5a7dd49378173757cfda8a1a3ed.zip blt-ad7c9b4a218ce5a7dd49378173757cfda8a1a3ed.tar.gz blt-ad7c9b4a218ce5a7dd49378173757cfda8a1a3ed.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -9267,6 +9267,7 @@ $as_echo "#define USE_TCL_STUBS 1" >>confdefs.h $as_echo "#define USE_TK_STUBS 1" >>confdefs.h +SHLIB_LD_LIBS='${LIBS} -lstdc++' #-------------------------------------------------------------------- # This macro generates a line to use when building a library. It @@ -9450,7 +9451,7 @@ $as_echo "${WISH_PROG}" >&6; } # which require substituting th AC variables in. Include these here. #-------------------------------------------------------------------- -ac_config_files="$ac_config_files Makefile" +ac_config_files="$ac_config_files Makefile pkgIndex.tcl" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -10160,6 +10161,7 @@ for ac_config_target in $ac_config_targets do case $ac_config_target in "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; + "pkgIndex.tcl") CONFIG_FILES="$CONFIG_FILES pkgIndex.tcl" ;; *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; esac |