Skip to content

Instantly share code, notes, and snippets.

@Echos
Created January 28, 2011 02:05
Show Gist options
  • Save Echos/799687 to your computer and use it in GitHub Desktop.
Save Echos/799687 to your computer and use it in GitHub Desktop.
Index: configure.in
===================================================================
RCS file: /sources/emacs/emacs/configure.in,v
retrieving revision 1.575
diff -u -u -r1.575 configure.in
--- configure.in 7 Nov 2008 06:56:39 -0000 1.575
+++ configure.in 12 Nov 2008 14:56:06 -0000
@@ -1274,10 +1274,10 @@
with_xft=no
with_freetype=no
# set up packaging dirs
- exec_prefix=${ns_appbindir}
- libexecdir=${ns_appbindir}/libexec
if test "${EN_NS_SELF_CONTAINED}" = yes; then
prefix=${ns_appresdir}
+ exec_prefix=${ns_appbindir}
+ libexecdir=${ns_appbindir}/libexec
fi
fi
CFLAGS="$tmp_CFLAGS"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment