aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2011-11-22 06:20:22 -0500
committerGlenn Morris2011-11-22 06:20:22 -0500
commiteb39a72df1e30308d6992a909a6fab5f3fe880a9 (patch)
tree5a225cbddd3f8546703eb23ba4a099a13e30abb6
parent5f77c86c9f0eec651b73a50adbb6d888449e851a (diff)
downloademacs-eb39a72df1e30308d6992a909a6fab5f3fe880a9.tar.gz
emacs-eb39a72df1e30308d6992a909a6fab5f3fe880a9.zip
Auto-commit of generated files.
-rwxr-xr-xautogen/configure13
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}"
22435echo " Does Emacs use toolkit scroll bars? ${USE_TOOLKIT_SCROLL_BARS}" 22435echo " Does Emacs use toolkit scroll bars? ${USE_TOOLKIT_SCROLL_BARS}"
22436echo 22436echo
22437 22437
22438if test -n "${EMACSDATA}"; then
22439 echo " Environment variable EMACSDATA set to: $EMACSDATA"
22440fi
22441if test -n "${EMACSDOC}"; then
22442 echo " Environment variable EMACSDOC set to: $EMACSDOC"
22443fi
22444
22438if test $USE_XASSERTS = yes; then 22445if 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"