Re: buildconf
David Hakim <dhakim-Gkm/TONP9n1Wk0Htik3J/[email protected]> Sat, 8 Feb 2003 16:04:59 -0500
| Newsgroups | gmane.comp.lang.moto.devel |
|---|---|
| Message-ID | <[email protected]> |
Yes, there is a target for this. You can 'make autoconf' at the top level. This will re-generate all the configure scripts. To test new configure scripts after changing configure.in files or aclocal.m4 be sure to 'make distclean' at the top level as well to remove the configure.cache files from the source tree. -Dave On Saturday, February 8, 2003, at 11:26 AM, Stefano Corsi wrote: > Dave, > > I see that ready to use "configure" scripts are in the tarball instead > of > configure.in alone. Is there a possibility to generate brand new > configure > scripts for all the source tree, when I modify aclocal.m4? A sort of > recursive buildconf script... > > Stefano >