Hello,
please update in doc/automake.texi, line 9132:
It's important to note that ... the AM_TESTS_ENVIRONMENT and
TESTS_ENVIRONMENT variables cannot BE USE to define a custom test runner;
to
It's important to note that ... the AM_TESTS_ENVIRONMENT and
TESTS_ENVIRONMENT variables cannot be
I use Automake 1.15.
Hello,
please read
http://lists.gnu.org/archive/html/bug-make/2015-07/msg00054.html
http://lists.gnu.org/archive/html/bug-make/2015-07/msg00055.html
and tell me, if this is make or Automake problem.
If it is Automake problem, were you aware of it and do you have an idea
how to solve it?
T
Hello,
Libtool always creates .libs - directory, and uses it for temporary
files, but Automake generates makefiles, that on make clean, clean .libs
only if there were libraries compiled within that directory. So `make
clean` does not clean all directories created by libtool at compile-ti
Hello,
My Automake 1.10 documentation states:
By default, Automake requires the file `texinfo.tex' to appear in the
same directory as the Texinfo source (this can be changed using the
`TEXINFO_TEX' variable, see below)
I wanted to try having one central Makefile.am, in accordance to
"Recurs