cvs commit: hugs98 MkDefs.in aclocal.m4 configure.ac
hugs98/libraries aclocal.m4 configure.ac Makefile.in
hugs98/libraries/include MachDeps.h hugs98/src platform.h.in
Ross Paterson
ross at haskell.org
Thu Oct 21 05:37:10 EDT 2004
ross 2004/10/21 02:37:10 PDT
Modified files:
. aclocal.m4 configure.ac
libraries Makefile.in
libraries/include MachDeps.h
src platform.h.in
Added files:
. MkDefs.in
libraries aclocal.m4 configure.ac
Log:
Split configuration of the interpreter from that for the libraries:
configure.ac -> src/{config.h,options.h,platform.h}
libraries/configure.ac -> libraries/include/ghcconfig.h
(I didn't choose the name)
There's a bit of funny business (MkDefs.in) to get the install dirs
into libraries/Makefile, but the rest is mostly independent.
Revision Changes Path
1.14 +0 -471 hugs98/aclocal.m4
1.25 +12 -155 hugs98/configure.ac
1.3 +8 -28 hugs98/libraries/Makefile.in
1.2 +2 -2 hugs98/libraries/include/MachDeps.h
1.4 +3 -0 hugs98/src/platform.h.in
More information about the Cvs-hugs
mailing list