Re: noinst_TEXINFOS

2009-04-30 Thread Stefan Bienert
Hi again! Why do I want this? For the code documentation. Conter question: What is the sense behind generalised code? :-P If nobody starts fixing this problem before I get the time, I will notify you again and try myself. But currently there is not a single chance of working on it for me. greeti

[patch] restore original spacing width for verbose mode

2009-04-30 Thread Jan Engelhardt
Output seems crushed, so restore the original behavior. --- automake.in |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: automake/automake.in === --- automake.orig/automake.in +++ automake/automake.in @@ -1199,7 +11

Dependencies for texinfo

2009-04-30 Thread John Darrington
The automake manual says: Sometimes an info file actually depends on more than one .texi file. For instance, in GNU Hello, hello.texi includes the file gpl.texi. You can tell Automake about these dependencies using the texi_TEXINFOS variable. Here is how GNU Hello does it: info_TEXINFOS

Setting output dir for support files

2009-04-30 Thread Robert J. Hansen
I've used Autotools in a few small projects before, but nothing which required auxiliary files to support the binaries. Typically, I've seen these auxiliary files stored in /usr/share/package-version/, and would like to do the same thing for my own package via Autotools. I'm able to get /usr/shar