From bac707787b724251fb6ad184f013bbb9c0628ad5 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 1 Oct 2010 17:29:20 -0400 Subject: [PATCH] Distribute autogen.sh This makes it easier for OS vendors to always invoke autogen.sh for building, regardless of building from legacy tarballs or git snapshots. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 8e3a2f1283..24cde5e492 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,6 +9,7 @@ AUTOMAKE_OPTIONS = 1.7 ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST += \ + autogen.sh \ HACKING \ makecopyright \ NEWS.pre-1-0 \