diff options
| author | Glenn Morris | 2010-05-14 18:58:36 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-05-14 18:58:36 -0700 |
| commit | 8b44daa00a4d78de2e1d59203176f2373d9a057d (patch) | |
| tree | cb675f76912737a1526593f562d306dab6fd0556 | |
| parent | 1a82cca9ba872983996042deb01a658f6919bb01 (diff) | |
| download | emacs-8b44daa00a4d78de2e1d59203176f2373d9a057d.tar.gz emacs-8b44daa00a4d78de2e1d59203176f2373d9a057d.zip | |
Regenerate configure.
| -rwxr-xr-x | configure | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -805,6 +805,7 @@ XOBJ | |||
| 805 | WIDGET_OBJ | 805 | WIDGET_OBJ |
| 806 | TOOLKIT_LIBW | 806 | TOOLKIT_LIBW |
| 807 | LIBXT_OTHER | 807 | LIBXT_OTHER |
| 808 | OLDXMENU_TARGET | ||
| 808 | OLDXMENU | 809 | OLDXMENU |
| 809 | LIBXMENU | 810 | LIBXMENU |
| 810 | LIBX_OTHER | 811 | LIBX_OTHER |
| @@ -26456,11 +26457,14 @@ esac | |||
| 26456 | 26457 | ||
| 26457 | if test "$USE_X_TOOLKIT" = "none"; then | 26458 | if test "$USE_X_TOOLKIT" = "none"; then |
| 26458 | LIBXT_OTHER="\$(LIBXSM)" | 26459 | LIBXT_OTHER="\$(LIBXSM)" |
| 26460 | OLDXMENU_TARGET="really-oldXMenu" | ||
| 26459 | else | 26461 | else |
| 26460 | LIBXT_OTHER="\$(LIBXMU) -lXt \$(LIBXTR6) -lXext" | 26462 | LIBXT_OTHER="\$(LIBXMU) -lXt \$(LIBXTR6) -lXext" |
| 26463 | OLDXMENU_TARGET="really-lwlib" | ||
| 26461 | fi | 26464 | fi |
| 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. | ||
| 26725 | cpp_undefs="`echo $srcdir $configuration $canonical unix mktime register X11 | | 26732 | cpp_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'`" |