From dd519cccb27693cd2bbf5b5a04e57f3a2e3415c8 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 12 Jul 2019 15:59:12 +0200 Subject: [PATCH] configure.ac: don't expect our release tarballs to conform to GNU standards --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a98bb35..393471c 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl configure.ac -- Process this file with autoconf to produce a configure scrip AC_INIT([petidomo],[m4_esyscmd(build-aux/git-version-gen .tarball-version)],[simons@cryp.to],[petidomo],[https://github.com/peti/petidomo]) AC_CONFIG_SRCDIR([petidomo.h]) AC_CONFIG_AUX_DIR([build-aux]) -AM_INIT_AUTOMAKE([1.11 -Wall gnu subdir-objects]) +AM_INIT_AUTOMAKE([1.11 -Wall foreign subdir-objects]) AC_CONFIG_MACRO_DIR([build-aux]) AC_COPYRIGHT([dnl