summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-01-24 20:29:17 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-01-24 20:29:17 +0000
commit3706648c6ba07d2781fb9723eddc202a7e2b8a72 (patch)
tree614382d7bfe652bb8b2c25f978b7deb4d2515699 /configure.ac
parent4c9b10a511f9465ee87e4f87065445c04a34d7e5 (diff)
Use AC_PREREQ(2.59c) to make sure we can use docdir, which is relatively new
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 d3db0c7..25f797b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
-*- mode: m4 -*-
-AC_PREREQ(2.52)
+AC_PREREQ(2.59c)
dnl If not 1, append datestamp to the version number and build with -Werror
m4_define(dbus_python_released, 0)