From 0aa8ce1f1509416e72f5a752ac6cf547476c51c4 Mon Sep 17 00:00:00 2001 From: Martin Johansson Date: Tue, 29 Mar 2011 21:12:42 +0200 Subject: [PATCH] Lowered req autotools version to 2.63. Added 'foreign' switch to avoid adding standard GNU files. --- Makefile.am | 1 + configure.ac | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index faf338b..8aafc54 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,4 +26,5 @@ # LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +AUTOMAKE_OPTIONS=foreign SUBDIRS = src diff --git a/configure.ac b/configure.ac index 75a12d2..3712f2e 100644 --- a/configure.ac +++ b/configure.ac @@ -28,7 +28,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # Process this file with autoconf to produce a configure script. -AC_PREREQ([2.67]) +AC_PREREQ([2.63]) AC_INIT([umurmur], [0.2.6], [http://code.google.com/p/umurmur/issues/entry], [umurmur], [http://code.google.com/p/umurmur]) AC_CONFIG_SRCDIR([src/client.h]) AC_CONFIG_HEADERS([config.h]) -- 2.30.2