Remove 'foreign' Automake option.

* configure.ac (AM_INIT_AUTOMAKE): Remove 'foreign' option.
This commit is contained in:
Timothy Sample 2019-05-17 13:28:23 -04:00
parent c2d647a04f
commit 7e3dd750b1
1 changed files with 1 additions and 1 deletions

View File

@ -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])