cvs commit: hugs98/src MkInstal.in hugs98/src/unix configure
Alastair Reid
reid@glass.cse.ogi.edu
Sun, 25 Aug 2002 10:09:28 -0700
reid 2002/08/25 10:09:28 PDT
Modified files:
src MkInstal.in
src/unix configure
Log:
The previous commit changed how hugs +G works.
It used to be that the generated file was compiled in the directory
the file came from. That is, we executed:
cd $(dirof ${file}) ; cc $(notdir ${file})
I couldn't get this to work on Win98 so I changed the design.
We no longer do the cc.
The result is that any files, includes, etc. specified on the cc line
are relative to the current working directory not the directory the
ffi file is found in.
This commit fixes MkInstall/in to assume this.
Coming soon: fix the testsuit to accomodate this change.
[I also reran autoconf which I don't have on my Win32 box.]
Revision Changes Path
1.20 +3 -3 hugs98/src/MkInstal.in
1.29 +166 -12 hugs98/src/unix/configure