Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
AG
xfontsel
Commits
d235b45c
Commit
d235b45c
authored
Dec 07, 2005
by
Kevin E Martin
Browse files
Change to use the app-defaults default dir configured in libXt.
parent
15308d1a
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
d235b45c
2005-12-07 Kevin E. Martin <kem-at-freedesktop-dot-org>
* Makefile.am:
* configure.ac:
Change to use the app-defaults default dir configured in libXt.
2005-12-06 Kevin E. Martin <kem-at-freedesktop-dot-org>
* Makefile.am:
...
...
Makefile.am
View file @
d235b45c
...
...
@@ -35,7 +35,7 @@ appman_PRE = \
# App default files (*.ad)
appdefaultdir
=
$(libdir)
/X11/
app
-
default
s
appdefaultdir
=
@
appdefault
dir@
APPDEFAULTFILES
=
\
...
...
configure.ac
View file @
d235b45c
...
...
@@ -36,6 +36,10 @@ XAW_CHECK_XPRINT_SUPPORT(XFONTSEL)
AC_SUBST(XFONTSEL_CFLAGS)
AC_SUBST(XFONTSEL_LIBS)
PKG_CHECK_MODULES(APPDEFS, xt)
appdefaultdir=$(pkg-config --variable=appdefaultdir xt)
AC_SUBST(appdefaultdir)
XORG_MANPAGE_SECTIONS
XORG_RELEASE_VERSION
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment