bug#10695: my_man_MANS does not work

2012-02-03 Thread Samuel Thibault
Stefano Lattarini, le Thu 02 Feb 2012 21:11:23 +0100, a écrit : > > $ autoreconf -vfi && ./configure && make install > > ... > > make[1]: Nothing to be done for `install-exec-am'. > > make[1]: Nothing to be done for `install-data-am'. > > > Yep, long-standing (and annoying) issue. See also: >

bug#10695: my_man_MANS does not work

2012-02-03 Thread Samuel Thibault
Hello, I am trying the following: € cat configure.ac AC_INIT([FOO],1.0.0) AM_INIT_AUTOMAKE([1.11 foreign]) AC_OUTPUT([Makefile]) € cat Makefile.am my_mandir = $(docdir) my_man_MANS = foo.1 But the foo.1 manpage does not get installed: € autoreconf -vfi && ./configure && make install ... make[

make -s & libtool

2009-05-13 Thread Samuel Thibault
Hello, I usually use make -s to better see warnings. However, libtool echoes the commands... Automake's autogenerated Makefile.in should check for the presence of -s in MAKEFLAGS, and in that case pass --silent to libtool. Samuel (please Cc me)