Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ab414ba1
Commit
ab414ba1
authored
May 17, 2012
by
Glenn Morris
Browse files
Auto-commit of generated files.
parent
40c117e7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
autogen/Makefile.in
autogen/Makefile.in
+1
-0
autogen/configure
autogen/configure
+10
-1
No files found.
autogen/Makefile.in
View file @
ab414ba1
...
...
@@ -768,6 +768,7 @@ ns_appbindir = @ns_appbindir@
ns_appdir
=
@ns_appdir@
ns_appresdir
=
@ns_appresdir@
ns_appsrc
=
@ns_appsrc@
ns_self_contained
=
@ns_self_contained@
oldincludedir
=
@oldincludedir@
pdfdir
=
@pdfdir@
prefix
=
@prefix@
...
...
autogen/configure
View file @
ab414ba1
...
...
@@ -1163,6 +1163,7 @@ HAVE_XSERVER
LIB_STANDARD
NS_OBJC_OBJ
NS_OBJ
ns_self_contained
LEIM_INSTALLDIR
TEMACS_LDFLAGS2
LD_SWITCH_X_SITE_RPATH
...
...
@@ -10109,6 +10110,7 @@ fi
LEIM_INSTALLDIR="\${install_prefix}/leim"
ns_self_contained=no
ns_frag=/dev/null
NS_OBJ=
NS_OBJC_OBJ=
...
...
@@ -10121,9 +10123,15 @@ if test "${HAVE_NS}" = yes; then
with_xft=no
# set up packaging dirs
if test "${EN_NS_SELF_CONTAINED}" = yes; then
ns_self_contained=yes
prefix=${ns_appresdir}
exec_prefix=${ns_appbindir}
libexecdir=${ns_appbindir}/libexec
libexecdir="\${ns_appbindir}/libexec"
archlibdir="\${ns_appbindir}/libexec"
docdir="\${ns_appresdir}/etc"
etcdir="\${ns_appresdir}/etc"
infodir="\${ns_appresdir}/info"
lispdir="\${ns_appresdir}/lisp"
LEIM_INSTALLDIR="\${ns_appresdir}/leim"
fi
ns_frag=$srcdir/src/ns.mk
...
...
@@ -10138,6 +10146,7 @@ CPPFLAGS="$tmp_CPPFLAGS"
case "${window_system}" in
x11 )
HAVE_X_WINDOWS=yes
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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