From 5b73cadf69cbf4078a4e9ef170fc80e3dec56ef0 Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Mon, 14 Jan 2013 21:45:34 +0000 Subject: update to viewres 1.0.4 --- app/viewres/configure.ac | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'app/viewres/configure.ac') diff --git a/app/viewres/configure.ac b/app/viewres/configure.ac index c65a4b301..273d9a637 100644 --- a/app/viewres/configure.ac +++ b/app/viewres/configure.ac @@ -22,7 +22,7 @@ dnl dnl Process this file with autoconf to create configure. AC_PREREQ([2.60]) -AC_INIT([viewres], [1.0.3], +AC_INIT([viewres], [1.0.4], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [viewres]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE @@ -33,16 +33,19 @@ m4_ifndef([XORG_MACROS_VERSION], XORG_MACROS_VERSION(1.8) XORG_DEFAULT_OPTIONS -AM_CONFIG_HEADER(config.h) +AC_CONFIG_HEADERS([config.h]) PKG_CHECK_MODULES(VIEWRES, xaw7 xmu xt) xt_appdefaultdir=`$PKG_CONFIG --variable=appdefaultdir xt` AC_ARG_WITH(appdefaultdir, - AC_HELP_STRING([--with-appdefaultdir=], + AS_HELP_STRING([--with-appdefaultdir=], [specify directory for app-defaults files (default is autodetected)]), [appdefaultdir="$withval"], [appdefaultdir="${xt_appdefaultdir}"]) AC_SUBST(appdefaultdir) -AC_OUTPUT([Makefile]) +AC_CONFIG_FILES([ + Makefile + man/Makefile]) +AC_OUTPUT -- cgit v1.2.3