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:
>
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[
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)