From 13863345017a14a9dcce2ea5d3833eb74bb3760f Mon Sep 17 00:00:00 2001 From: marha Date: Sat, 9 Jan 2010 12:09:12 +0000 Subject: Updated to glproto-1.4.11 --- gl/configure.ac | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'gl/configure.ac') 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]) -- cgit v1.2.3