diff options
| author | Glenn Morris | 2010-05-12 20:58:17 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-05-12 20:58:17 -0700 |
| commit | 4286c48d4b255139761c7d3ec14fc020f3f071b5 (patch) | |
| tree | 726f266d4ee0eef5fd9bfdb915b9ba6df9192fef | |
| parent | 99ab9eb4cbf2e9cdab7b8294b459a2b888c99d62 (diff) | |
| download | emacs-4286c48d4b255139761c7d3ec14fc020f3f071b5.tar.gz emacs-4286c48d4b255139761c7d3ec14fc020f3f071b5.zip | |
Regenerate configure, src/config.in.
| -rwxr-xr-x | configure | 16 | ||||
| -rw-r--r-- | src/config.in | 12 |
2 files changed, 5 insertions, 23 deletions
| @@ -26313,6 +26313,7 @@ fi | |||
| 26313 | ### Use configuration here uncanonicalized to avoid exceeding size limits. | 26313 | ### Use configuration here uncanonicalized to avoid exceeding size limits. |
| 26314 | 26314 | ||
| 26315 | 26315 | ||
| 26316 | ## Unused? | ||
| 26316 | 26317 | ||
| 26317 | 26318 | ||
| 26318 | 26319 | ||
| @@ -26334,6 +26335,9 @@ fi | |||
| 26334 | 26335 | ||
| 26335 | 26336 | ||
| 26336 | 26337 | ||
| 26338 | ## FIXME? Nothing uses @LD_SWITCH_X_SITE@. | ||
| 26339 | ## src/Makefile.in did add LD_SWITCH_X_SITE (as a cpp define) to the | ||
| 26340 | ## end of LIBX_BASE, but nothing ever set it. | ||
| 26337 | 26341 | ||
| 26338 | 26342 | ||
| 26339 | 26343 | ||
| @@ -26374,16 +26378,6 @@ cat >>confdefs.h <<_ACEOF | |||
| 26374 | _ACEOF | 26378 | _ACEOF |
| 26375 | 26379 | ||
| 26376 | 26380 | ||
| 26377 | cat >>confdefs.h <<_ACEOF | ||
| 26378 | #define LD_SWITCH_X_SITE ${LD_SWITCH_X_SITE} | ||
| 26379 | _ACEOF | ||
| 26380 | |||
| 26381 | |||
| 26382 | cat >>confdefs.h <<_ACEOF | ||
| 26383 | #define C_SWITCH_X_SITE ${C_SWITCH_X_SITE} | ||
| 26384 | _ACEOF | ||
| 26385 | |||
| 26386 | |||
| 26387 | XMENU_OBJ= | 26381 | XMENU_OBJ= |
| 26388 | XOBJ= | 26382 | XOBJ= |
| 26389 | if test "${HAVE_X_WINDOWS}" = "yes" ; then | 26383 | if test "${HAVE_X_WINDOWS}" = "yes" ; then |
| @@ -26480,7 +26474,7 @@ else | |||
| 26480 | LIBX_OTHER= | 26474 | LIBX_OTHER= |
| 26481 | fi | 26475 | fi |
| 26482 | 26476 | ||
| 26483 | if test "$HAVE_GTK" = "yes"; then | 26477 | if test "$HAVE_GTK" = "yes" || test "$HAVE_MENUS" != "yes"; then |
| 26484 | OLDXMENU= | 26478 | OLDXMENU= |
| 26485 | LIBXMENU= | 26479 | LIBXMENU= |
| 26486 | fi | 26480 | fi |
diff --git a/src/config.in b/src/config.in index 5fb0cd7d569..a2eb09f8321 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -44,12 +44,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 44 | /* Define to 1 if using `getloadavg.c'. */ | 44 | /* Define to 1 if using `getloadavg.c'. */ |
| 45 | #undef C_GETLOADAVG | 45 | #undef C_GETLOADAVG |
| 46 | 46 | ||
| 47 | /* Define C_SWITCH_X_SITE to contain any special flags your compiler may need | ||
| 48 | to deal with X Windows. For instance, if you've defined HAVE_X_WINDOWS | ||
| 49 | above and your X include files aren't in a place that your compiler can | ||
| 50 | find on its own, you might want to add "-I/..." or something similar. */ | ||
| 51 | #undef C_SWITCH_X_SITE | ||
| 52 | |||
| 53 | /* Define to 1 for DGUX with <sys/dg_sys_info.h>. */ | 47 | /* Define to 1 for DGUX with <sys/dg_sys_info.h>. */ |
| 54 | #undef DGUX | 48 | #undef DGUX |
| 55 | 49 | ||
| @@ -804,12 +798,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 804 | /* Define to use Kerberos 5 instead of Kerberos 4. */ | 798 | /* Define to use Kerberos 5 instead of Kerberos 4. */ |
| 805 | #undef KERBEROS5 | 799 | #undef KERBEROS5 |
| 806 | 800 | ||
| 807 | /* Define LD_SWITCH_X_SITE to contain any special flags your loader may need | ||
| 808 | to deal with X Windows. For instance, if you've defined HAVE_X_WINDOWS | ||
| 809 | above and your X libraries aren't in a place that your loader can find on | ||
| 810 | its own, you might want to add "-L/..." or something similar. */ | ||
| 811 | #undef LD_SWITCH_X_SITE | ||
| 812 | |||
| 813 | /* Define to 1 if localtime caches TZ. */ | 801 | /* Define to 1 if localtime caches TZ. */ |
| 814 | #undef LOCALTIME_CACHE | 802 | #undef LOCALTIME_CACHE |
| 815 | 803 | ||