diff options
Diffstat (limited to 'app/iceauth/configure.ac')
-rw-r--r-- | app/iceauth/configure.ac | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/app/iceauth/configure.ac b/app/iceauth/configure.ac index 397274467..adfa7e644 100644 --- a/app/iceauth/configure.ac +++ b/app/iceauth/configure.ac @@ -21,17 +21,18 @@ dnl PERFORMANCE OF THIS SOFTWARE. dnl dnl Process this file with autoconf to create configure. -AC_PREREQ([2.57]) -AC_INIT(iceauth,[1.0.3], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],iceauth) -AM_INIT_AUTOMAKE([dist-bzip2]) +AC_PREREQ([2.60]) +AC_INIT([iceauth], [1.0.4], + [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [iceauth]) +AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE AM_CONFIG_HEADER(config.h) -# Require xorg-macros 1.3 or later: XORG_DEFAULT_OPTIONS +# Require X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS m4_ifndef([XORG_MACROS_VERSION], - [m4_fatal([must install xorg-macros 1.3 or later before running autoconf/autogen])]) -XORG_MACROS_VERSION(1.3) + [m4_fatal([must install xorg-macros 1.8 or later before running autoconf/autogen])]) +XORG_MACROS_VERSION(1.8) AC_PROG_CC AC_PROG_INSTALL @@ -42,8 +43,6 @@ XORG_DEFAULT_OPTIONS # Checks for pkg-config packages PKG_CHECK_MODULES(ICEAUTH, xproto ice) -AC_SUBST(ICEAUTH_CFLAGS) -AC_SUBST(ICEAUTH_LIBS) XORG_WITH_LINT |