Index: xotcl/xotclConfig.sh =================================================================== diff -u -r9722a51911e1502444c173306c8c88f7f3888989 -r0fb94b7893b3423b536af13fa081e7190e0ec0a2 --- xotcl/xotclConfig.sh (.../xotclConfig.sh) (revision 9722a51911e1502444c173306c8c88f7f3888989) +++ xotcl/xotclConfig.sh (.../xotclConfig.sh) (revision 0fb94b7893b3423b536af13fa081e7190e0ec0a2) @@ -17,6 +17,16 @@ XOTCL_MINOR_VERSION='2' XOTCL_RELEASE_LEVEL='.1' +# String to pass to compiles to pick up includes during build +# (i.e., assuming nothing has been installed) +XOTCL_BUILD_INCLUDE_DIR='/home/neumann/xotcl-1.2.1/generic' +XOTCL_BUILD_INCLUDE_SPEC="-I${XOTCL_BUILD_INCLUDE_DIR}" + +# String to pass to compiles to pick up the XOTcl includes from their +# installed directory. +XOTCL_INCLUDE_DIR="/usr/include/xotcl1.2.1" +XOTCL_INCLUDE_SPEC="-I$XOTCL_INCLUDE_DIR" + # The name of the XOTcl library (may be either a .a file or a shared library): XOTCL_LIB_FILE=libxotcl1.2.1.so