bug#23099: typos automake.texi

2016-03-23 Thread Dilyan Palauzov
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

bug#21066: I use Automake 1.15

2015-07-15 Thread Dilyan Palauzov
I use Automake 1.15.

bug#21066: Proceeding Order in AM generated Makefile

2015-07-15 Thread Dilyan Palauzov
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

Automake and libtool

2008-01-12 Thread Dilyan Palauzov
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

TEXINFO_TEX and not-recursive Makefiles.am

2008-01-06 Thread Dilyan Palauzov
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