diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2009-03-14 17:41:54 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2009-03-14 17:41:54 (GMT) |
| commit | c6c5140fb40cfcd19808fd5f11a47a0ed1b9b042 (patch) | |
| tree | e6c37690fd44b935402a1974f68fe66112fb66e4 | |
| parent | 97f3afc740e3782dd4dfb63fb60bdbc8740b7cd7 (diff) | |
| download | tcl-c6c5140fb40cfcd19808fd5f11a47a0ed1b9b042.zip tcl-c6c5140fb40cfcd19808fd5f11a47a0ed1b9b042.tar.gz tcl-c6c5140fb40cfcd19808fd5f11a47a0ed1b9b042.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;} |
