This fix up a blunder in commit v1.11-665-gc5df21e of 2012-01-17, "multilib: deprecate, will be moved to contrib".
* contrib/Makefile.am (EXTRA_DIST): Add 'multilib/multi.m4'. --- contrib/Makefile.am | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/contrib/Makefile.am b/contrib/Makefile.am index b491923..820b547 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -17,4 +17,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -EXTRA_DIST = README +EXTRA_DIST = \ + multilib/multi.m4 \ + README -- 1.7.7.3