From a8b9877080fff47b1af61266211fdc60c76f8036 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Tue, 19 Oct 2021 15:42:08 +0200 Subject: [PATCH] =?UTF-8?q?Add=20=E2=80=98foreign=E2=80=99=20flag=20to=20a?= =?UTF-8?q?utomake=20in=20order=20to=20please=20autoreconf=20(Closes=20#20?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 458e949..e1751e6 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_INIT([libcaca],[0.99.beta20]) AC_PREREQ([2.71]) AC_CONFIG_AUX_DIR(.auto) AC_CANONICAL_TARGET -AM_INIT_AUTOMAKE([no-define tar-ustar silent-rules subdir-objects]) +AM_INIT_AUTOMAKE([foreign no-define tar-ustar silent-rules subdir-objects]) dnl AM_MAINTAINER_MODE AM_DEFAULT_VERBOSITY=0