Remove unnecessary AM option parallel-tests

This commit is contained in:
Hugo Villeneuve 2014-04-07 00:10:00 -04:00
parent 3ca737ea38
commit 2f8c619857

View File

@ -12,8 +12,7 @@ dnl To get rid of message:
dnl linking libraries using a non-POSIX archiver requires 'AM_PROG_AR'...
dnl -Wall:
dnl Ask automake to turn on all warnings (not a gcc flag)
AM_INIT_AUTOMAKE([no-define gnits dist-bzip2
color-tests parallel-tests
AM_INIT_AUTOMAKE([no-define gnits dist-bzip2 color-tests
-Wall -Wno-extra-portability])
AM_SILENT_RULES([yes])
AM_CONFIG_HEADER(config.h:config-h.in)