]> git.ipfire.org Git - thirdparty/autoconf.git/commit
build: fix automake error due to missing ChangeLog
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 20 Jan 2012 17:03:37 +0000 (18:03 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 20 Jan 2012 17:03:37 +0000 (18:03 +0100)
commitff2060231a616834908e85f8a24ffab50172a6b4
treec940948a7e51f9d02e0c402723b77c4bedb6c6ab
parentf4be358c2b97736cda5a0d543fa3d34d3cde40bd
build: fix automake error due to missing ChangeLog

Apparently, Automake does not accept the '$(srcdir)/ChangeLog'
target in Makefile.am as a declaration that ChangeLog is
automatically generated (and thus does not need to exist at
automake time).  One has to use a *literal* 'ChangeLog' target.

Problem introduced in commit v2.68-118-g6ed5195 of 2012-01-17,
"maint: generate ChangeLog from git log".

* Makefile.ma ($(srcdir)/ChangeLog): Renamed ...
(ChangeLog): ... to this.
Makefile.am