On Wed, Jul 12, 2000 at 10:08:46AM +0200, Akim Demaille wrote:
: Well, this then?
: 
:     for f in $ac_file_in; do
:       case $f in
:       -) echo $tmp/stdin ;;
:       [[\\/$]]* | ?:[[\\/]]*) 
:          # Absolute
:          test -f "$f" || AC_MSG_ERROR([cannot find input file \\`$f'])
:          echo $f;;
:       *) # Relative
:          if test -f "$f"; then
:            # Build tree
:            echo $f
:          elif test -f "$ac_given_srcdir/$f"; then
:            # Source tree
:            echo $ac_given_srcdir/$f
:          else
:            # /dev/null tree
:            AC_MSG_ERROR([cannot find input file \\`$f'])
:          fi;;
:       esac
:     done`

I don't know what this counts for, but: OK :)

  Lars J

Reply via email to