[Alephmodular-devel] Some things about Autoconf
Status: Pre-Alpha
Brought to you by:
brefin
From: Alexander S. <ast...@it...> - 2003-01-04 19:58:29
|
Here's how I plan to do the autoconf/automake setup: * Keep everything in alephModular/builds/unix/. Have a script that copies them to alephModular/, then generates the configure scripts and etcetera. Autoconf has its own way to do this, but I don't know what it is. * The project.pbxproj won't be automatically generated, because you'd have to do a reverse-configure thingy to commit after it's edited. * Get rid of the MPW stuff or move it off somewhere else; it has name conflicts. * Build the individual sections of the code as separate static libraries, then link them together. If someone has a list of the AM modules, I'll use that; otherwise, I'll figure out a temporary one from A0. * The configure script won't be very useful, since this is Carbon-only at the moment; so it'll just detect Carbon and set up everything for that. |