--- psiconv/trunk/ltconfig 2001/03/11 20:06:45 115 +++ psiconv/trunk/ltconfig 2001/06/17 18:44:28 116 @@ -1,5 +1,7 @@ #! /bin/sh +echo "$0 $@" + # ltconfig - Create a system-specific libtool. # Copyright (C) 1996-1999 Free Software Foundation, Inc. # Originally by Gordon Matzigkeit , 1996 @@ -25,6 +27,8 @@ # A lot of this script is taken from autoconf-2.10. +echo YEEEESSSS + # Check that we are running under the correct shell. SHELL=${CONFIG_SHELL-/bin/sh} echo=echo @@ -60,6 +64,7 @@ *) PATH_SEPARATOR=':' ;; esac fi +echo YEEEESSSS # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. @@ -372,7 +377,7 @@ if test "X${LC_ALL+set}" = Xset; then LC_ALL=C; export LC_ALL; fi if test "X${LANG+set}" = Xset; then LANG=C; export LANG; fi -if test -n "$cache_file" && test -r "$cache_file"; then +if test -n "$cache_file" && test -r "$cache_file" && test -f "$cache_file"; then echo "loading cache $cache_file within ltconfig" . $cache_file fi