summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2009-12-14 10:52:41 -0800
committerAaron Plattner <aplattner@nvidia.com>2009-12-14 10:52:41 -0800
commita9c69d294ae41fffadb432caa66917a4e7d107a8 (patch)
tree49921d0e99c10c81c04728c0d0f04cc636696a7a
parent72c3ea0d5705ac5b21e5096742d9ec57573e543d (diff)
$(docdir) apparently requires autoconf 2.60
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f67ef2e..00e8ac1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_PREREQ(2.57)
+AC_PREREQ(2.60)
AC_INIT(libvdpau, 0.3, [xorg@lists.freedesktop.org], libvdpau)
AM_INIT_AUTOMAKE([dist-bzip2 foreign])