From f118c11876d6b6501d11763a839a20cf1a5cb1a7 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 27 Oct 2009 01:07:32 -0400 Subject: Use the parallel-tests automake option. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index bee13fb..e81c598 100644 --- a/configure.ac +++ b/configure.ac @@ -15,9 +15,9 @@ dnl dnl You should have received a copy of the GNU General Public License dnl along with this program. If not, see . -AC_PREREQ(2.63) +AC_PREREQ(2.64) AC_INIT(Dimension, 0.0.0, tavianator@gmail.com, dimension) -AM_INIT_AUTOMAKE(dimension, 0.0.0) +AM_INIT_AUTOMAKE([parallel-tests]) dnl Programs AC_PROG_CC -- cgit v1.2.3