summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorStephen Dolan <mu@netsoc.tcd.ie>2013-06-23 11:16:41 +0100
committerStephen Dolan <mu@netsoc.tcd.ie>2013-06-23 12:01:58 +0100
commitf44ecf3872571ef0c65f9e03570430be67327322 (patch)
tree163797ed631befe85aa2911f80b05bc428146a82 /configure.ac
parent1c9e03f8009be4ff6d4e79f5399c476e13caca45 (diff)
Remove Autoconf-generated config.h.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 70a8c875..c24a6287 100644
--- a/configure.ac
+++ b/configure.ac
@@ -91,7 +91,6 @@ AM_CONDITIONAL([ENABLE_DOCS], [test "x$enable_docs" != xno])
AC_SUBST([BUNDLER], ["$bundle_cmd"])
AC_CONFIG_MACRO_DIR([m4])
-AC_CONFIG_HEADERS(config.h)
AM_INIT_AUTOMAKE([-Wall])
AC_CONFIG_FILES([Makefile])
AC_OUTPUT