diff options
| author | Glenn Morris | 2013-10-09 06:17:52 -0400 |
|---|---|---|
| committer | Glenn Morris | 2013-10-09 06:17:52 -0400 |
| commit | 95273451b46b6b014da891128e969c68fc77ffd8 (patch) | |
| tree | 4b4460fa234575fe6b88661ba173a5167a962e3d | |
| parent | 79804536d8ccea5ed28745fae5650f3ec4805eda (diff) | |
| download | emacs-95273451b46b6b014da891128e969c68fc77ffd8.tar.gz emacs-95273451b46b6b014da891128e969c68fc77ffd8.zip | |
Auto-commit of generated files.
| -rw-r--r-- | autogen/config.in | 5 | ||||
| -rwxr-xr-x | autogen/configure | 13 |
2 files changed, 4 insertions, 14 deletions
diff --git a/autogen/config.in b/autogen/config.in index bcdfed288d4..930a7b4e3db 100644 --- a/autogen/config.in +++ b/autogen/config.in | |||
| @@ -762,9 +762,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 762 | /* Define to 1 if you have the `memrchr' function. */ | 762 | /* Define to 1 if you have the `memrchr' function. */ |
| 763 | #undef HAVE_MEMRCHR | 763 | #undef HAVE_MEMRCHR |
| 764 | 764 | ||
| 765 | /* Define to 1 if you have mouse menus. (This is automatic if you use X, but | 765 | /* Define to 1 if you have mouse menus. (This is supported in all |
| 766 | the option to specify it remains.) It is also defined with other window | 766 | configurations, but the option to specify it remains.) */ |
| 767 | systems that support xmenu.c. */ | ||
| 768 | #undef HAVE_MENUS | 767 | #undef HAVE_MENUS |
| 769 | 768 | ||
| 770 | /* Define to 1 if you have the `mkostemp' function. */ | 769 | /* Define to 1 if you have the `mkostemp' function. */ |
diff --git a/autogen/configure b/autogen/configure index 078cf39939e..9c699c7254b 100755 --- a/autogen/configure +++ b/autogen/configure | |||
| @@ -10687,11 +10687,8 @@ to configure." "$LINENO" 5 | |||
| 10687 | fi | 10687 | fi |
| 10688 | fi | 10688 | fi |
| 10689 | 10689 | ||
| 10690 | ### If we're using X11, we should use the X menu package. | 10690 | ### We always support menus. |
| 10691 | HAVE_MENUS=no | 10691 | HAVE_MENUS=yes |
| 10692 | case ${HAVE_X11} in | ||
| 10693 | yes ) HAVE_MENUS=yes ;; | ||
| 10694 | esac | ||
| 10695 | 10692 | ||
| 10696 | # Does the opsystem file prohibit the use of the GNU malloc? | 10693 | # Does the opsystem file prohibit the use of the GNU malloc? |
| 10697 | # Assume not, until told otherwise. | 10694 | # Assume not, until told otherwise. |
| @@ -14318,15 +14315,9 @@ $as_echo "#define NS_IMPL_GNUSTEP 1" >>confdefs.h | |||
| 14318 | ## Extra CFLAGS applied to src/*.m files. | 14315 | ## Extra CFLAGS applied to src/*.m files. |
| 14319 | 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" | 14316 | 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" |
| 14320 | fi | 14317 | fi |
| 14321 | # We also have mouse menus. | ||
| 14322 | HAVE_MENUS=yes | ||
| 14323 | OTHER_FILES=ns-app | 14318 | OTHER_FILES=ns-app |
| 14324 | fi | 14319 | fi |
| 14325 | 14320 | ||
| 14326 | if test "${HAVE_W32}" = "yes"; then | ||
| 14327 | HAVE_MENUS=yes | ||
| 14328 | fi | ||
| 14329 | |||
| 14330 | ### Use session management (-lSM -lICE) if available | 14321 | ### Use session management (-lSM -lICE) if available |
| 14331 | HAVE_X_SM=no | 14322 | HAVE_X_SM=no |
| 14332 | LIBXSM= | 14323 | LIBXSM= |