diff options
author | Kevin E Martin <kem@kem.org> | 2005-12-07 16:17:58 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-12-07 16:17:58 +0000 |
commit | 8113fde1cc66413534f82820c363f7a142ca7b08 (patch) | |
tree | e86685062f076433451d091f976791627d831468 /configure.ac | |
parent | 81d4322158703bcccc10040984a48db852e489c4 (diff) |
Change to use the app-defaults default dir configured in libXt.MODULAR_COPY
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 33dffc6..5a5ee97 100644 --- a/configure.ac +++ b/configure.ac @@ -40,6 +40,10 @@ EDITRES_LIBS="$DEP_LIBS $XAW_LIBS" AC_SUBST(EDITRES_CFLAGS) AC_SUBST(EDITRES_LIBS) +PKG_CHECK_MODULES(APPDEFS, xt) +appdefaultdir=$(pkg-config --variable=appdefaultdir xt) +AC_SUBST(appdefaultdir) + XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION |