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[
JFTR: this bug has been fixed in the Automake-NG fork of Automake
(which assumes GNU make is used to execute its generated makefiles);
see commits v1.11-1838-gdc04691 "[ng] yacc, lex: fix subdir VPATH
builds" and v1.11-1839-ge5b964c "[ng] yacc, lex, compiling: better
use of '$<' (simplify and fix b
tags 10700 notabug
close 10700
thanks
On 02/03/2012 09:46 AM, Oleg Kokorin wrote:
> hello Stefano
> thanks for the quick reply.
>
> it seems like the problem really falls to the defective perl interpreter
> provided by Xilinx within it's cygwin build inside Xilinx ISE.
> that perl support only dos