This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: how to develop new target-specific library - autoconf?


On Jun 22, 2001, "Gary Funck" <gary@Intrepid.Com> wrote:

> My question: in general, does a GCC developer need to manually invoke
> autoconf, when developing a new target-specific library?

Yep, at least for the first time.  If you use automake too, it will
put rules in the Makefiles to rebuild configure from configure.in
whenever it appears to be out-of-date.  But in general it's best to
run it yourself.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]