summaryrefslogtreecommitdiff
path: root/app/xrandr/configure.ac
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2010-07-31 07:46:52 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2010-07-31 07:46:52 +0000
commitf67249be770df88e74b7fa8cdde9ab4d356dcb13 (patch)
tree78c0856f8c73862161ad751084ff35a297c31ad7 /app/xrandr/configure.ac
parent456f7ec0f6c92c1b3d3b836e94bfbec72035c9b9 (diff)
Update to xrandr 1.3.3
Diffstat (limited to 'app/xrandr/configure.ac')
-rw-r--r--app/xrandr/configure.ac17
1 files changed, 7 insertions, 10 deletions
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])