How to automatically get missing files when changing configure.ac?

2012-08-16 Thread Jeff Johnston
If a configure.ac file is edited and the following added: LT_INIT AC_PROG_LIBTOOL The make can fail when it tries to do an automake and ltmain.sh is missing. How does one set up automake to use the --add-missing parameter automatically? It's not recognized as an option to use with AM_INIT_AU

Re: Could the --add-missing option be supported in AM_INIT_AUTOMAKE?

2012-08-17 Thread Jeff Johnston
On 08/17/2012 07:03 AM, Stefano Lattarini wrote: Severity: wishlist [CC:ing bug-automake so that I won't forget about this issue] On 08/17/2012 01:04 AM, Jeff Johnston wrote: If a configure.ac file is edited and the following added: LT_INIT AC_PROG_LIBTOOL I think you shouldn'