diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-03-14 17:41:54 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-03-14 17:41:54 (GMT) |
commit | 1a3d859ba4af2849601d1793b65e3cb5b3141e15 (patch) | |
tree | e6c37690fd44b935402a1974f68fe66112fb66e4 | |
parent | cf3c59ff7d954075f319cb28eb6e6d72c2d455d3 (diff) | |
download | tcl-1a3d859ba4af2849601d1793b65e3cb5b3141e15.zip tcl-1a3d859ba4af2849601d1793b65e3cb5b3141e15.tar.gz tcl-1a3d859ba4af2849601d1793b65e3cb5b3141e15.tar.bz2 |
regen
-rwxr-xr-x | unix/configure | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure index 3b7b926..94735cf 100755 --- a/unix/configure +++ b/unix/configure @@ -18941,7 +18941,7 @@ TCL_SHARED_BUILD=${SHARED_BUILD} - ac_config_files="$ac_config_files Makefile:../unix/Makefile.in dltest/Makefile:../unix/dltest/Makefile.in tclConfig.sh:../unix/tclConfig.sh.in" + ac_config_files="$ac_config_files Makefile:../unix/Makefile.in dltest/Makefile:../unix/dltest/Makefile.in tclConfig.sh:../unix/tclConfig.sh.in tcl.pc:../unix/tcl.pc.in" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -19495,6 +19495,7 @@ do "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile:../unix/Makefile.in" ;; "dltest/Makefile" ) CONFIG_FILES="$CONFIG_FILES dltest/Makefile:../unix/dltest/Makefile.in" ;; "tclConfig.sh" ) CONFIG_FILES="$CONFIG_FILES tclConfig.sh:../unix/tclConfig.sh.in" ;; + "tcl.pc" ) CONFIG_FILES="$CONFIG_FILES tcl.pc:../unix/tcl.pc.in" ;; "Tcl.framework" ) CONFIG_COMMANDS="$CONFIG_COMMANDS Tcl.framework" ;; *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} |