On 2017-01-02 03:37, c...@roberthairgrove.com wrote:
Now I am having problems with "make dist" ... here are the errors from
make:
The "make dist" problem has been temporarily solved by adding a
dist-hook target to Makefile.am like this:
(in the top-level Makefile.am):
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src
dist-hook:
cp -f $(top_srcdir)/include/*.hpp $(top_distdir)/include
However, it is a bit of a hack ... I would rather that automake/libtool
did it without the hook.
_______________________________________________
https://lists.gnu.org/mailman/listinfo/libtool