diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-10-31 09:44:36 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-10-31 09:44:36 +0000 |
commit | 81e5f9ad775257ef8c8f0e586dd16d6f04b68ab1 (patch) | |
tree | c2f6be60ec5086756c63c195d07343c5d18c35cb /proto/compositeproto/configure.ac | |
parent | c93bcf9c4b017efb0cd75b329a6879285370cd83 (diff) |
Update to compositeproto 0.4.2. No functionnal change.
Diffstat (limited to 'proto/compositeproto/configure.ac')
-rw-r--r-- | proto/compositeproto/configure.ac | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/proto/compositeproto/configure.ac b/proto/compositeproto/configure.ac index 0794f25f3..d83be2fc4 100644 --- a/proto/compositeproto/configure.ac +++ b/proto/compositeproto/configure.ac @@ -1,6 +1,4 @@ dnl -dnl $Id: configure.ac,v 1.2 2010/04/24 19:49:04 matthieu Exp $ -dnl dnl Copyright © 2003 Keith Packard, Noah Levitt dnl dnl Permission to use, copy, modify, distribute, and sell this software and its @@ -23,15 +21,16 @@ dnl PERFORMANCE OF THIS SOFTWARE. dnl dnl Process this file with autoconf to create configure. -AC_PREREQ([2.57]) -AC_INIT([CompositeProto], [0.4.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg]) +AC_PREREQ([2.60]) +AC_INIT([CompositeProto], [0.4.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 AC_OUTPUT([Makefile |