From f67249be770df88e74b7fa8cdde9ab4d356dcb13 Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Sat, 31 Jul 2010 07:46:52 +0000 Subject: Update to xrandr 1.3.3 --- app/xrandr/configure.ac | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'app/xrandr/configure.ac') diff --git a/app/xrandr/configure.ac b/app/xrandr/configure.ac index 278394ff0..55c141be4 100644 --- a/app/xrandr/configure.ac +++ b/app/xrandr/configure.ac @@ -21,29 +21,26 @@ dnl dnl Process this file with autoconf to create configure. AC_PREREQ([2.57]) -AC_INIT(xrandr,[1.3.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xrandr) -AM_INIT_AUTOMAKE([dist-bzip2]) +AC_INIT(xrandr,[1.3.3], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xrandr) +AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE -# Require xorg-macros: XORG_CWARNFLAGS, 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) +# Require xorg-macros: XORG_DEFAULT_OPTIONS +m4_ifndef([XORG_MACROS_VERSION], + [m4_fatal([must install xorg-macros 1.4 or later before running autoconf/autogen])]) +XORG_MACROS_VERSION(1.4) +XORG_DEFAULT_OPTIONS AM_CONFIG_HEADER(config.h) AC_PROG_CC AC_PROG_INSTALL -XORG_CWARNFLAGS AC_CHECK_LIB(m,floor) # Checks for pkg-config packages PKG_CHECK_MODULES(XRANDR, xrandr >= 1.3 xrender x11) -XRANDR_CFLAGS="$CWARNFLAGS $XRANDR_CFLAGS" AC_SUBST(XRANDR_CFLAGS) AC_SUBST(XRANDR_LIBS) -XORG_MANPAGE_SECTIONS -XORG_RELEASE_VERSION -XORG_CHANGELOG AC_OUTPUT([Makefile]) -- cgit v1.2.3