summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2010-05-21 16:16:52 -0600
committerTavian Barnes <tavianator@gmail.com>2010-05-21 16:16:52 -0600
commit07fbc325118eb3192ea3b34bbdb6c855c20ee1c7 (patch)
tree2027fc0e57c24050d5ebc7026838bb7b3f21a99c /configure.ac
parentbbfe952f6c8f16bc8c8a266f7c2a6520ad8d6ebc (diff)
downloaddimension-07fbc325118eb3192ea3b34bbdb6c855c20ee1c7.tar.xz
Add std-options check to 'make installcheck'.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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