Remove autogenerated files from EXTRA_DIST.
Apparently they were once necessary, but autoconf now includes them automatically. Some of them are not used anymore, and this caused make dist to fail.
This commit is contained in:
parent
9a2b0f88a9
commit
3282375f4d
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ SUBDIRS = m4 lib src doc
|
|||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
EXTRA_DIST = config.rpath mkinstalldirs have.h system.h COPYING.README depcomp
|
||||
EXTRA_DIST = have.h system.h COPYING.README
|
||||
|
||||
ChangeLog:
|
||||
git log > ChangeLog
|
||||
|
|
Loading…
Reference in a new issue