build: enable running autoreconf on tarballs
commitbd257c69988a596cb0c9f061982acadbdb49dd7f
authorRyan Lortie <desrt@desrt.ca>
Thu, 24 Jan 2013 17:22:29 +0000 (24 12:22 -0500)
committerRyan Lortie <desrt@desrt.ca>
Mon, 11 Feb 2013 19:24:45 +0000 (11 14:24 -0500)
treefc9e747b6419bdb6ca3772abef3c1c565ed84768
parente0724e2f74b93970f5a4a2099c4444611b8f14e3
build: enable running autoreconf on tarballs

A couple of things were preventing autoreconf from working properly on
our tarball releases.  Fix those up:

 - the m4/ directory (with intltool and gtk-doc m4) was not being disted

 - our ./autogen.sh invoked automake with --foreign, suppressing
   warnings about missing ChangeLog, etc.  Move that flag into
   configure.ac so that they are still suppressed when using autoreconf.

https://bugzilla.gnome.org/show_bug.cgi?id=663961
Makefile.am
autogen.sh
configure.ac