automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Jeff Johnston
Subject: How to automatically get missing files when changing configure.ac?
Date: Thu, 16 Aug 2012 19:04:49 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120717 Thunderbird/14.0

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_AUTOMAKE) and the generated call to AUTOMAKE in the Makefile does not use an option variable that can be set.

Should this be used by default in the Makefile when maintainer mode is enabled?

-- Jeff J.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]