From 07fbc325118eb3192ea3b34bbdb6c855c20ee1c7 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Fri, 21 May 2010 16:16:52 -0600 Subject: Add std-options check to 'make installcheck'. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 29dcfd2..ced49a6 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ dnl Initialization AC_PREREQ(2.65) AC_INIT(Dimension, 0.0.0, tavianator@gmail.com, dimension, [http://dmnsn.googlecode.com]) -AM_INIT_AUTOMAKE([parallel-tests color-tests]) +AM_INIT_AUTOMAKE([parallel-tests color-tests std-options]) AM_SILENT_RULES([yes]) dnl Use C99 mode with GNU extensions -- cgit v1.2.3