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
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'