From 7e3dd750b1ffe2fb54d7d95642028ee84312b8d0 Mon Sep 17 00:00:00 2001 From: Timothy Sample Date: Fri, 17 May 2019 13:28:23 -0400 Subject: [PATCH] Remove 'foreign' Automake option. * configure.ac (AM_INIT_AUTOMAKE): Remove 'foreign' option. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index fe36ab6..6d6f018 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_INIT([Gash: Guile as Shell], [gash]) AC_CONFIG_SRCDIR([gash]) AC_CONFIG_AUX_DIR([build-aux]) -AM_INIT_AUTOMAKE([color-tests silent-rules -Wall -Werror foreign]) +AM_INIT_AUTOMAKE([color-tests silent-rules -Wall -Werror]) AM_SILENT_RULES([yes]) GUILE_PKG([2.2 2.0])