
ross 2003/01/02 09:35:23 PST Modified files: src Makefile.in MkInstal.in src/unix configure.in convert_libraries test_libraries tests Readme config.in testScript Log: Make hugs runnable in-place prior to installation. e.g. in hugs98 one can now say HUGSDIR=hugsdir src/hugs The hugsdir directory is built containing include, libraries and oldlib. It is copied by make install, and removed by make clean. The test scripts now use this in-place version, so they may be run prior to installation. Revision Changes Path 1.31 +61 -3 hugs98/src/Makefile.in 1.29 +2 -24 hugs98/src/MkInstal.in 1.53 +3 -3 hugs98/src/unix/configure.in 1.46 +7 -7 hugs98/src/unix/convert_libraries 1.5 +22 -14 hugs98/src/unix/test_libraries 1.13 +4 -8 hugs98/tests/Readme 1.3 +0 -3 hugs98/tests/config.in 1.41 +5 -0 hugs98/tests/testScript