[OpenAFS-devel] building for multiple platforms

Harald Barth haba@pdc.kth.se
Mon, 14 Apr 2003 17:36:13 +0200 (CEST)


How did you get that to work? From the distributed configure script:

SRCDIR_PARENT=`pwd`

This will be my obj dir.

if test ! -r src/config/Makefile.${AFS_SYSNAME}.in ; then
  { echo "configure: error: no source file src/config/Makefile.${AFS_SYSNAME}.in" 1>&2; exit 1; }
fi

This will be relative my obj dir and definitely exit 1.

Harald.