aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2010-05-14 18:58:36 -0700
committerGlenn Morris2010-05-14 18:58:36 -0700
commit8b44daa00a4d78de2e1d59203176f2373d9a057d (patch)
treecb675f76912737a1526593f562d306dab6fd0556
parent1a82cca9ba872983996042deb01a658f6919bb01 (diff)
downloademacs-8b44daa00a4d78de2e1d59203176f2373d9a057d.tar.gz
emacs-8b44daa00a4d78de2e1d59203176f2373d9a057d.zip
Regenerate configure.
-rwxr-xr-xconfigure7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure b/configure
index 0a1c2ee3d3b..426842fc41b 100755
--- a/configure
+++ b/configure
@@ -805,6 +805,7 @@ XOBJ
805WIDGET_OBJ 805WIDGET_OBJ
806TOOLKIT_LIBW 806TOOLKIT_LIBW
807LIBXT_OTHER 807LIBXT_OTHER
808OLDXMENU_TARGET
808OLDXMENU 809OLDXMENU
809LIBXMENU 810LIBXMENU
810LIBX_OTHER 811LIBX_OTHER
@@ -26456,11 +26457,14 @@ esac
26456 26457
26457if test "$USE_X_TOOLKIT" = "none"; then 26458if test "$USE_X_TOOLKIT" = "none"; then
26458 LIBXT_OTHER="\$(LIBXSM)" 26459 LIBXT_OTHER="\$(LIBXSM)"
26460 OLDXMENU_TARGET="really-oldXMenu"
26459else 26461else
26460 LIBXT_OTHER="\$(LIBXMU) -lXt \$(LIBXTR6) -lXext" 26462 LIBXT_OTHER="\$(LIBXMU) -lXt \$(LIBXTR6) -lXext"
26463 OLDXMENU_TARGET="really-lwlib"
26461fi 26464fi
26462 26465
26463 26466
26467
26464## The X Menu stuff is present in the X10 distribution, but missing 26468## The X Menu stuff is present in the X10 distribution, but missing
26465## from X11. If we have X10, just use the installed library; 26469## from X11. If we have X10, just use the installed library;
26466## otherwise, use our own copy. 26470## otherwise, use our own copy.
@@ -26722,6 +26726,9 @@ test "${exec_prefix}" != NONE &&
26722# the C preprocessor to some helpful value like 1, or maybe the empty 26726# the C preprocessor to some helpful value like 1, or maybe the empty
26723# string. Needless to say consequent macro substitutions are less 26727# string. Needless to say consequent macro substitutions are less
26724# than conducive to the makefile finding the correct directory. 26728# than conducive to the makefile finding the correct directory.
26729# src/Makefile.in used to treat X11 as equivalent to HAVE_X11.
26730# But nothing in Emacs defines X11, and everywhere else uses HAVE_X11,
26731# so that cannot have been doing anything.
26725cpp_undefs="`echo $srcdir $configuration $canonical unix mktime register X11 | 26732cpp_undefs="`echo $srcdir $configuration $canonical unix mktime register X11 |
26726 sed -e 's/[^a-zA-Z0-9_]/ /g' -e 's/^/ /' -e 's/ *$//' \ 26733 sed -e 's/[^a-zA-Z0-9_]/ /g' -e 's/^/ /' -e 's/ *$//' \
26727 -e 's/ */ -U/g' -e 's/-U[0-9][^ ]*//g'`" 26734 -e 's/ */ -U/g' -e 's/-U[0-9][^ ]*//g'`"