diff options
| author | Glenn Morris | 2011-11-22 06:20:22 -0500 |
|---|---|---|
| committer | Glenn Morris | 2011-11-22 06:20:22 -0500 |
| commit | eb39a72df1e30308d6992a909a6fab5f3fe880a9 (patch) | |
| tree | 5a225cbddd3f8546703eb23ba4a099a13e30abb6 | |
| parent | 5f77c86c9f0eec651b73a50adbb6d888449e851a (diff) | |
| download | emacs-eb39a72df1e30308d6992a909a6fab5f3fe880a9.tar.gz emacs-eb39a72df1e30308d6992a909a6fab5f3fe880a9.zip | |
Auto-commit of generated files.
| -rwxr-xr-x | autogen/configure | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/autogen/configure b/autogen/configure index c6e222d5d6e..937e4649e50 100755 --- a/autogen/configure +++ b/autogen/configure | |||
| @@ -9834,10 +9834,10 @@ if test "${HAVE_NS}" = yes; then | |||
| 9834 | window_system=nextstep | 9834 | window_system=nextstep |
| 9835 | with_xft=no | 9835 | with_xft=no |
| 9836 | # set up packaging dirs | 9836 | # set up packaging dirs |
| 9837 | exec_prefix=${ns_appbindir} | ||
| 9838 | libexecdir=${ns_appbindir}/libexec | ||
| 9839 | if test "${EN_NS_SELF_CONTAINED}" = yes; then | 9837 | if test "${EN_NS_SELF_CONTAINED}" = yes; then |
| 9840 | prefix=${ns_appresdir} | 9838 | prefix=${ns_appresdir} |
| 9839 | exec_prefix=${ns_appbindir} | ||
| 9840 | libexecdir=${ns_appbindir}/libexec | ||
| 9841 | fi | 9841 | fi |
| 9842 | ns_frag=$srcdir/src/ns.mk | 9842 | ns_frag=$srcdir/src/ns.mk |
| 9843 | NS_OBJ="fontset.o fringe.o image.o" | 9843 | NS_OBJ="fontset.o fringe.o image.o" |
| @@ -13501,7 +13501,7 @@ $as_echo "#define NS_IMPL_GNUSTEP 1" >>confdefs.h | |||
| 13501 | 13501 | ||
| 13502 | # See also .m.o rule in Makefile.in */ | 13502 | # See also .m.o rule in Makefile.in */ |
| 13503 | # FIXME: are all these flags really needed? Document here why. */ | 13503 | # FIXME: are all these flags really needed? Document here why. */ |
| 13504 | C_SWITCH_X_SYSTEM="-D_REENTRANT -fPIC -fno-strict-aliasing -I${GNUSTEP_SYSTEM_HEADERS} ${GNUSTEP_LOCAL_HEADERS}" | 13504 | C_SWITCH_X_SYSTEM="-D_REENTRANT -fPIC -fno-strict-aliasing -I${GNUSTEP_SYSTEM_HEADERS} ${GNUSTEP_LOCAL_HEADERS}" |
| 13505 | ## Extra CFLAGS applied to src/*.m files. | 13505 | ## Extra CFLAGS applied to src/*.m files. |
| 13506 | GNU_OBJC_CFLAGS="$GNU_OBJC_CFLAGS -fgnu-runtime -Wno-import -fconstant-string-class=NSConstantString -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGSWARN -DGSDIAGNOSE" | 13506 | GNU_OBJC_CFLAGS="$GNU_OBJC_CFLAGS -fgnu-runtime -Wno-import -fconstant-string-class=NSConstantString -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1 -DGSWARN -DGSDIAGNOSE" |
| 13507 | fi | 13507 | fi |
| @@ -22435,6 +22435,13 @@ echo " Does Emacs use -lxft? ${HAVE_XFT}" | |||
| 22435 | echo " Does Emacs use toolkit scroll bars? ${USE_TOOLKIT_SCROLL_BARS}" | 22435 | echo " Does Emacs use toolkit scroll bars? ${USE_TOOLKIT_SCROLL_BARS}" |
| 22436 | echo | 22436 | echo |
| 22437 | 22437 | ||
| 22438 | if test -n "${EMACSDATA}"; then | ||
| 22439 | echo " Environment variable EMACSDATA set to: $EMACSDATA" | ||
| 22440 | fi | ||
| 22441 | if test -n "${EMACSDOC}"; then | ||
| 22442 | echo " Environment variable EMACSDOC set to: $EMACSDOC" | ||
| 22443 | fi | ||
| 22444 | |||
| 22438 | if test $USE_XASSERTS = yes; then | 22445 | if test $USE_XASSERTS = yes; then |
| 22439 | echo " Compiling with asserts turned on." | 22446 | echo " Compiling with asserts turned on." |
| 22440 | CPPFLAGS="$CPPFLAGS -DXASSERTS=1" | 22447 | CPPFLAGS="$CPPFLAGS -DXASSERTS=1" |