diff options
author | das <das> | 2009-01-03 14:20:33 (GMT) |
---|---|---|
committer | das <das> | 2009-01-03 14:20:33 (GMT) |
commit | d4de25b3a8c31f09130f9fc79ed56175d82b3a45 (patch) | |
tree | 7f1476119bb787d7aeb86adee507d55f64227f10 /unix | |
parent | e411e719be9a7b0fa0c2590af76634ba2a3c1651 (diff) | |
download | tcl-d4de25b3a8c31f09130f9fc79ed56175d82b3a45.zip tcl-d4de25b3a8c31f09130f9fc79ed56175d82b3a45.tar.gz tcl-d4de25b3a8c31f09130f9fc79ed56175d82b3a45.tar.bz2 |
autoconf-2.59
Diffstat (limited to 'unix')
-rwxr-xr-x | unix/configure | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/unix/configure b/unix/configure index 22435cc..bc8d07e 100755 --- a/unix/configure +++ b/unix/configure @@ -1344,11 +1344,6 @@ VERSION=${TCL_VERSION} PKG_CFG_ARGS="$ac_configure_args ${PKG_CFG_ARGS}" -# Ensure environment of sub-configure is the same as ours -#for v in CC CPP CFLAGS CPPFLAGS LDFLAGS; do -# eval 'test -n "$'$v'" && PKG_CFG_ARGS="$v=\"$'$v'\" $PKG_CFG_ARGS"' -#done - if test -r "$cache_file" -a -f "$cache_file"; then case $cache_file in [\\/]* | ?:[\\/]* ) pkg_cache_file=$cache_file ;; |