diff options
| author | Joakim Verona | 2011-10-10 13:00:51 +0200 |
|---|---|---|
| committer | Joakim Verona | 2011-10-10 13:00:51 +0200 |
| commit | 0b19c7867f5e647fa0269833fe74e0064b415c08 (patch) | |
| tree | 08a0a4112e94675ffde647160706480e78435818 /autogen | |
| parent | d4077561a90a24d61e295745d70c0effa655a37c (diff) | |
| parent | 0563dae9a9e3a8c2b6de454693c0cc207e67f05d (diff) | |
| download | emacs-0b19c7867f5e647fa0269833fe74e0064b415c08.tar.gz emacs-0b19c7867f5e647fa0269833fe74e0064b415c08.zip | |
upstream
Diffstat (limited to 'autogen')
| -rw-r--r-- | autogen/config.in | 3 | ||||
| -rwxr-xr-x | autogen/configure | 20 |
2 files changed, 13 insertions, 10 deletions
diff --git a/autogen/config.in b/autogen/config.in index cbf7c225bd7..fd2c4f8eda5 100644 --- a/autogen/config.in +++ b/autogen/config.in | |||
| @@ -1473,9 +1473,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 1473 | /* GC_SETJMP_WORKS is nearly always appropriate for GCC. */ | 1473 | /* GC_SETJMP_WORKS is nearly always appropriate for GCC. */ |
| 1474 | # define GC_SETJMP_WORKS 1 | 1474 | # define GC_SETJMP_WORKS 1 |
| 1475 | # endif | 1475 | # endif |
| 1476 | # ifndef GC_LISP_OBJECT_ALIGNMENT | ||
| 1477 | # define GC_LISP_OBJECT_ALIGNMENT (__alignof__ (Lisp_Object)) | ||
| 1478 | # endif | ||
| 1479 | #endif | 1476 | #endif |
| 1480 | 1477 | ||
| 1481 | #endif /* EMACS_CONFIG_H */ | 1478 | #endif /* EMACS_CONFIG_H */ |
diff --git a/autogen/configure b/autogen/configure index 7a4a3c10bdc..29fcb81a452 100755 --- a/autogen/configure +++ b/autogen/configure | |||
| @@ -7040,6 +7040,8 @@ esac | |||
| 7040 | # Code from module stat: | 7040 | # Code from module stat: |
| 7041 | # Code from module stdarg: | 7041 | # Code from module stdarg: |
| 7042 | 7042 | ||
| 7043 | |||
| 7044 | |||
| 7043 | # Code from module stdbool: | 7045 | # Code from module stdbool: |
| 7044 | # Code from module stddef: | 7046 | # Code from module stddef: |
| 7045 | # Code from module stdint: | 7047 | # Code from module stdint: |
| @@ -10781,13 +10783,13 @@ XOpenDisplay ("foo"); | |||
| 10781 | } | 10783 | } |
| 10782 | _ACEOF | 10784 | _ACEOF |
| 10783 | if ac_fn_c_try_link "$LINENO"; then : | 10785 | if ac_fn_c_try_link "$LINENO"; then : |
| 10784 | xlinux_first_failure=no | 10786 | xgnu_linux_first_failure=no |
| 10785 | else | 10787 | else |
| 10786 | xlinux_first_failure=yes | 10788 | xgnu_linux_first_failure=yes |
| 10787 | fi | 10789 | fi |
| 10788 | rm -f core conftest.err conftest.$ac_objext \ | 10790 | rm -f core conftest.err conftest.$ac_objext \ |
| 10789 | conftest$ac_exeext conftest.$ac_ext | 10791 | conftest$ac_exeext conftest.$ac_ext |
| 10790 | if test "${xlinux_first_failure}" = "yes"; then | 10792 | if test "${xgnu_linux_first_failure}" = "yes"; then |
| 10791 | OLD_LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE" | 10793 | OLD_LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE" |
| 10792 | OLD_C_SWITCH_X_SITE="$C_SWITCH_X_SITE" | 10794 | OLD_C_SWITCH_X_SITE="$C_SWITCH_X_SITE" |
| 10793 | OLD_CPPFLAGS="$CPPFLAGS" | 10795 | OLD_CPPFLAGS="$CPPFLAGS" |
| @@ -10808,13 +10810,13 @@ XOpenDisplay ("foo"); | |||
| 10808 | } | 10810 | } |
| 10809 | _ACEOF | 10811 | _ACEOF |
| 10810 | if ac_fn_c_try_link "$LINENO"; then : | 10812 | if ac_fn_c_try_link "$LINENO"; then : |
| 10811 | xlinux_second_failure=no | 10813 | xgnu_linux_second_failure=no |
| 10812 | else | 10814 | else |
| 10813 | xlinux_second_failure=yes | 10815 | xgnu_linux_second_failure=yes |
| 10814 | fi | 10816 | fi |
| 10815 | rm -f core conftest.err conftest.$ac_objext \ | 10817 | rm -f core conftest.err conftest.$ac_objext \ |
| 10816 | conftest$ac_exeext conftest.$ac_ext | 10818 | conftest$ac_exeext conftest.$ac_ext |
| 10817 | if test "${xlinux_second_failure}" = "yes"; then | 10819 | if test "${xgnu_linux_second_failure}" = "yes"; then |
| 10818 | # If we get the same failure with -b, there is no use adding -b. | 10820 | # If we get the same failure with -b, there is no use adding -b. |
| 10819 | # So take it out. This plays safe. | 10821 | # So take it out. This plays safe. |
| 10820 | LD_SWITCH_X_SITE="$OLD_LD_SWITCH_X_SITE" | 10822 | LD_SWITCH_X_SITE="$OLD_LD_SWITCH_X_SITE" |
| @@ -22141,10 +22143,14 @@ fi | |||
| 22141 | 22143 | ||
| 22142 | 22144 | ||
| 22143 | gl_gnulib_enabled_stat=true | 22145 | gl_gnulib_enabled_stat=true |
| 22144 | if $condition; then | 22146 | if test $REPLACE_STAT = 1; then |
| 22145 | func_gl_gnulib_m4code_dosname | 22147 | func_gl_gnulib_m4code_dosname |
| 22146 | fi | 22148 | fi |
| 22149 | <<<<<<< TREE | ||
| 22147 | if $condition; then | 22150 | if $condition; then |
| 22151 | ======= | ||
| 22152 | if test $REPLACE_STAT = 1; then | ||
| 22153 | >>>>>>> MERGE-SOURCE | ||
| 22148 | func_gl_gnulib_m4code_verify | 22154 | func_gl_gnulib_m4code_verify |
| 22149 | fi | 22155 | fi |
| 22150 | fi | 22156 | fi |