summaryrefslogtreecommitdiff
path: root/app/viewres/configure.ac
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2013-01-14 21:45:34 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2013-01-14 21:45:34 +0000
commit5b73cadf69cbf4078a4e9ef170fc80e3dec56ef0 (patch)
tree9be160249f7ebdb52a1cab329c2c0c653017ad3a /app/viewres/configure.ac
parent2675c04bbaa79b98f720f0da95a68eb950196730 (diff)
update to viewres 1.0.4
Diffstat (limited to 'app/viewres/configure.ac')
-rw-r--r--app/viewres/configure.ac11
1 files changed, 7 insertions, 4 deletions
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=<pathname>],
+ AS_HELP_STRING([--with-appdefaultdir=<pathname>],
[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