summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorStephen Dolan <mu@netsoc.tcd.ie>2013-05-08 18:55:10 +0100
committerStephen Dolan <mu@netsoc.tcd.ie>2013-05-08 18:55:10 +0100
commit9d245c88c4768444e7e36c88f9ae9976ecdcdec8 (patch)
treef579871cb7409ce650aca8967ee39f1ac96e8171 /configure.ac
parentd121420757001950604473f5b0f7a592caa1433e (diff)
Check in a pile of Autotools junk, including the configure script.
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 fe81d972..b16f403b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_INIT([jq], m4_esyscmd([tr -d '\n' <VERSION]), [mu@netsoc.tcd.ie],
dnl Created autoconf implementation thompson@dtosolutions, 26NOV12
AC_PREREQ([2.61])
AC_CONFIG_AUX_DIR([config])
-AM_INIT_AUTOMAKE([parallel-tests])
+AM_INIT_AUTOMAKE([parallel-tests foreign])
AM_SILENT_RULES([yes])
AC_PROG_CC
AC_PROG_CC_STDC