summaryrefslogtreecommitdiff
path: root/app/xfontsel
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2010-09-20 19:30:56 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2010-09-20 19:30:56 +0000
commitc0d146f598b19bc7224306460108be304eba100c (patch)
tree06382efb320152e2fad4dfd7ef377c86ab0b3764 /app/xfontsel
parent05c46e8fdd55b044b22a48fd6b671cf55b48e2a7 (diff)
Remove reference to XAW_CHECK_XPRINT_SUPPORT which was removed from
xorg-macros. While here fix list of dependencies.
Diffstat (limited to 'app/xfontsel')
-rw-r--r--app/xfontsel/configure.ac7
1 files changed, 2 insertions, 5 deletions
diff --git a/app/xfontsel/configure.ac b/app/xfontsel/configure.ac
index b133b07d9..4144cafe9 100644
--- a/app/xfontsel/configure.ac
+++ b/app/xfontsel/configure.ac
@@ -22,7 +22,7 @@ dnl
dnl Process this file with autoconf to create configure.
AC_PREREQ([2.57])
-AC_INIT(xfontsel,[1.0.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xfontsel)
+AC_INIT(xfontsel,[1.0.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xfontsel)
AM_INIT_AUTOMAKE([dist-bzip2])
AM_MAINTAINER_MODE
@@ -31,10 +31,7 @@ AM_CONFIG_HEADER(config.h)
AC_PROG_CC
AC_PROG_INSTALL
-XAW_CHECK_XPRINT_SUPPORT(XFONTSEL)
-
-AC_SUBST(XFONTSEL_CFLAGS)
-AC_SUBST(XFONTSEL_LIBS)
+PKG_CHECK_MODULES(XFONTSEL, xaw7 xmu xt x11)
PKG_CHECK_MODULES(APPDEFS, xt)
appdefaultdir=$(pkg-config --variable=appdefaultdir xt)