aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMarius Vollmer <marius.vollmer@nokia.com>2009-03-31 21:17:10 +0300
committerMarius Vollmer <marius.vollmer@nokia.com>2009-04-01 17:24:14 +0300
commit8162effc8d7a44e82c95a808ad165073bfd53466 (patch)
tree78d1249534394b06bc9d196f6f528e57611b9a2a /configure.ac
parent1bcc32a33a46e9c007a0dc0821a2f3c4594f6f9c (diff)
Use doc/Makefile.am to create docs. Added intro.
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 0f8171e1..9874c3c7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_INIT([ContextKit], [0.1.4~unreleased], [rob.taylor@codethink.co.uk], ContextKit)
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS(config.h)
-AM_INIT_AUTOMAKE([-Wall -Werror dist-bzip2 tar-ustar 1.9])
+AM_INIT_AUTOMAKE([-Wall dist-bzip2 tar-ustar 1.9])
# Honor aclocal flags
ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"