Documenting tools necessary for GCC [draft]
Bruce Korb
bkorb@veritas.com
Thu May 29 21:55:00 GMT 2003
> We could say this, but there wouldn't be much point. We use autoconf,
> and autoconf doesn't make use of any "twentieth century shell" features
> such as functions.
I do believe that functions are now okay for the 21st century auto*.
'bout time.
------------------------------------------------------
autogen version 5.5.4
guile version 1.4.1
Necessary to:
regenerate fixinc/fixincl.x from
fixinc/inclhack.def and fixinc/*.tpl
run the fixinc/ directory make check
regenerate the top level Makefile.am's from
Makefile.tpl and Makefile.def
------------------------------------------------------
(you could probably get away with earlier versions than
5.5.4, but the Makefile.tpl could contain some of the feature
creep since fixincl.tpl was written...Makefile.tpl is also
under active development.)
At some point, Guile 1.6 will be required because they are
in the process of disposing of the gh_* interface. AutoGen
currently uses that.
And, no, AutoGen is not part of Guile, nor does AutoGen
ship with Guile. You gotta get both.
------------------------------------------------------
More information about the Gcc
mailing list