You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had to add tar, gzip both to the set of dependencies because tar needs options not available with the default tar.
The files in the aclocal-amflags-1.0 directory are not tagged. I expect this is because when the tarball is untar'ed, it is not tagging the files correctly.
As a temporary approach, we can tag the files when automake untars them. This appears to be part of: lib/am/distdir.am which has code to generate the distcheck target by untar'ing the files - so I added in: chtag -R -tcISO8859-1 $(distdir)/*
It is also in Makefile.in (the tarball has this file shipped - with the 'dev' line I don't think I would need to fix this because Makefile.am would generate the Makefile.in and it should get the proper code from lib/am/distdir.am
set up 'gnu make' and 'autoconf' manually, then:
The line:
causes problems.
The text was updated successfully, but these errors were encountered: