[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
error using EXTRA_DIST
From: |
Giambattista Bloisi |
Subject: |
error using EXTRA_DIST |
Date: |
Sat, 8 Sep 2001 17:06:40 -0400 |
Hi,
I have found a little error in automake using EXTRA_DIST variable,
using GNU
automake 1.4 on linux Mandrake 8.0.
When I run 'make dist' I got an error when the following line is evaluated (I
think it's generated by automake because it is located into Makefile and
Makefile.in):
cp -pr $$/$$file $(distdir)/$$file; \
If I change it to:
cp -pr $$d/$$file $(distdir)/$$file; \
all go right.
I'm not sure if this is an automake bug (I'm using libtool and others
autotools, of course), but I hope that this segnalation may help other users
to avoid my same problem.
Best regards,
Giambattista Bloisi
- error using EXTRA_DIST,
Giambattista Bloisi <=