From: Javier Sancho Date: Wed, 20 Aug 2014 12:31:10 +0000 (+0200) Subject: Little fixes X-Git-Url: https://git.jsancho.org/?p=guile-assimp.git;a=commitdiff_plain;h=1dc327bbc4a576fdc5c160325d86b5b32754139b Little fixes --- diff --git a/configure.ac b/configure.ac index a84de55..d804de3 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ along with this program. If not, see . AC_CONFIG_SRCDIR(assimp.scm) AC_CONFIG_AUX_DIR([build-aux]) -AM_INIT_AUTOMAKE([color-tests -Wall -Wno-portability foreign]) +AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign]) AM_SILENT_RULES([yes]) GUILE_PKG([2.2 2.0])