aboutsummaryrefslogtreecommitdiff
path: root/gl/configure.ac
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2010-01-09 12:22:55 +0000
committermarha <marha@users.sourceforge.net>2010-01-09 12:22:55 +0000
commitcda2d677dab0f07e21e9abb84cce3fca96140dc3 (patch)
tree037ba5ff27c300c558ca3a468d82b8af90c3b9b3 /gl/configure.ac
parent1ae1f3dee798a8468a415eaa8f1da78e9d3fbae8 (diff)
parent13863345017a14a9dcce2ea5d3833eb74bb3760f (diff)
downloadvcxsrv-cda2d677dab0f07e21e9abb84cce3fca96140dc3.tar.gz
vcxsrv-cda2d677dab0f07e21e9abb84cce3fca96140dc3.tar.bz2
vcxsrv-cda2d677dab0f07e21e9abb84cce3fca96140dc3.zip
svn merge ^/branches/released
Diffstat (limited to 'gl/configure.ac')
-rw-r--r--gl/configure.ac13
1 files changed, 7 insertions, 6 deletions
diff --git a/gl/configure.ac b/gl/configure.ac
index 447e36d8f..883a19553 100644
--- a/gl/configure.ac
+++ b/gl/configure.ac
@@ -1,12 +1,13 @@
AC_PREREQ([2.57])
-AC_INIT([GLProto], [1.4.10], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
+AC_INIT([GLProto], [1.4.11], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_MAINTAINER_MODE
-# Require xorg-macros: XORG_CHANGELOG
-m4_ifndef([XORG_MACROS_VERSION], [AC_FATAL([must install xorg-macros 1.2 or later before running autoconf/autogen])])
-XORG_MACROS_VERSION(1.2)
-XORG_RELEASE_VERSION
-XORG_CHANGELOG
+# Require xorg-macros: XORG_DEFAULT_OPTIONS
+m4_ifndef([XORG_MACROS_VERSION],
+ [m4_fatal([must install xorg-macros 1.3 or later before running autoconf/autogen])])
+XORG_MACROS_VERSION(1.3)
+XORG_DEFAULT_OPTIONS
AC_OUTPUT([Makefile
glproto.pc])