Bruno Haible wrote:
In gettext's autogen.sh, we use "automake --add-missing --copy" in order to fetch missing Automake infrastructure.
| |
But there is a pitfall: Once you have added the file to the git checkout of your package, it will *not* be upgraded when new automake releases are installed.
What about to add |--force-missing to above flags?
|
[SNIP]
Roumen