Re: configure script
Benjamin Smedberg <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.nspr |
|---|---|
| Message-ID | <[email protected]> |
Jon Leighton wrote: > Is there any documentation on how to generate NPSR's configure script > with autoconf? I'm trying to incorporate some modifications I've made > to configure.in. Thanks in advance for any help. You need autoconf 2.13. Autoconf 2.5x or 2.6x will not work. Then just run autoconf-2.13 ;-) --BDS