diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-10-31 09:48:54 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-10-31 09:48:54 +0000 |
commit | 15d91612ccb2de94b53e8bacd48eb4d0bf9b2ab4 (patch) | |
tree | 57921d7a20a1651ca49fea86684ea52e4dfb8ca4 /proto/fixesproto/configure.ac | |
parent | 3bce3e957e9bb8f5cf9306dc649cc2fa1764af84 (diff) |
Update to fixesproto 4.1.2. No functionnal change.
Diffstat (limited to 'proto/fixesproto/configure.ac')
-rw-r--r-- | proto/fixesproto/configure.ac | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/proto/fixesproto/configure.ac b/proto/fixesproto/configure.ac index d468ebb46..6ae6bdab6 100644 --- a/proto/fixesproto/configure.ac +++ b/proto/fixesproto/configure.ac @@ -21,13 +21,15 @@ dnl PERFORMANCE OF THIS SOFTWARE. dnl dnl Process this file with autoconf to create configure. -AC_PREREQ([2.57]) -AC_INIT([FixesProto], [4.1.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg]) +AC_PREREQ([2.60]) +AC_INIT([FixesProto], [4.1.2], + [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE # Require xorg-macros: XORG_DEFAULT_OPTIONS -m4_ifndef([XORG_MACROS_VERSION], [AC_FATAL([must install xorg-macros 1.3 or later before running autoconf/autogen])]) +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 |