Update of /cvsroot/woc/woc
In directory usw-pr-cvs1:/tmp/cvs-serv28626
Modified Files:
configure.in
Log Message:
Use target dir as physicalRoot.
Index: configure.in
===================================================================
RCS file: /cvsroot/woc/woc/configure.in,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** configure.in 15 Aug 2002 13:33:40 -0000 1.10
--- configure.in 15 Aug 2002 13:35:51 -0000 1.11
***************
*** 26,30 ****
dnl set phys path of CVS
! PHYSPATH=`pwd`
AC_SUBST(PHYSPATH)
--- 26,30 ----
dnl set phys path of CVS
! PHYSPATH=${prefix}
AC_SUBST(PHYSPATH)
|