[Libsysio-commit] libsysio configure.in,1.5.2.1,1.5.2.2
Brought to you by:
lward
From: <rk...@us...> - 2003-04-29 19:08:45
|
Update of /cvsroot/libsysio/libsysio In directory sc8-pr-cvs1:/tmp/cvs-serv13351 Modified Files: Tag: cplant configure.in Log Message: configure tweaks Index: configure.in =================================================================== RCS file: /cvsroot/libsysio/libsysio/configure.in,v retrieving revision 1.5.2.1 retrieving revision 1.5.2.2 diff -C2 -d -r1.5.2.1 -r1.5.2.2 *** configure.in 28 Apr 2003 20:16:13 -0000 1.5.2.1 --- configure.in 29 Apr 2003 19:08:39 -0000 1.5.2.2 *************** *** 77,81 **** PORTALS_INCLUDE="-I${withval} -I${withval}/sys" YOD_DRIVER_INCLUDE="-I../../drivers/yod" - AC_CONFIG_FILES(drivers/yod/Makefile) if test x${with_stdfd_dev} != xyes; then with_stdfd_dev=yes --- 77,80 ---- *************** *** 85,89 **** AC_MSG_ERROR(include dir ${withval} not found for --with-cplant-yod) fi;; ! esac]) AM_CONDITIONAL(WITH_CPLANT_YOD, test x$with_cplant_yod != xno) AC_SUBST(PORTALS_INCLUDE) --- 84,89 ---- AC_MSG_ERROR(include dir ${withval} not found for --with-cplant-yod) fi;; ! esac], ! [with_cplant_yod=no]) AM_CONDITIONAL(WITH_CPLANT_YOD, test x$with_cplant_yod != xno) AC_SUBST(PORTALS_INCLUDE) *************** *** 336,339 **** --- 336,340 ---- drivers/native/Makefile drivers/incore/Makefile + drivers/yod/Makefile dev/Makefile dev/stdfd/Makefile |