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
Alan Coopersmith
xgc
Commits
62a334ff
Commit
62a334ff
authored
Dec 07, 2005
by
Kevin E Martin
Browse files
Change to use the app-defaults default dir configured in libXt.
parent
676cb92b
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
62a334ff
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 @
62a334ff
...
...
@@ -53,7 +53,7 @@ gram.h: gram.c
# App default files (*.ad)
appdefaultdir
=
$(libdir)
/X11/
app
-
default
s
appdefaultdir
=
@
appdefault
dir@
APPDEFAULTFILES
=
\
...
...
configure.ac
View file @
62a334ff
...
...
@@ -38,6 +38,10 @@ XAW_CHECK_XPRINT_SUPPORT(XGC)
AC_SUBST(XGC_CFLAGS)
AC_SUBST(XGC_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