diff options
| author | Glenn Morris | 2011-07-07 06:19:23 -0400 |
|---|---|---|
| committer | Glenn Morris | 2011-07-07 06:19:23 -0400 |
| commit | fd44db7f9a7b7243281ce6e8a86d28b60448de67 (patch) | |
| tree | 6c82ae27e9f0e7aee9c55fe074d8b6cdbf43b179 | |
| parent | 3556c249d8b9b6a70f7649c965be58f66e316131 (diff) | |
| download | emacs-fd44db7f9a7b7243281ce6e8a86d28b60448de67.tar.gz emacs-fd44db7f9a7b7243281ce6e8a86d28b60448de67.zip | |
Auto-commit of generated files.
| -rw-r--r-- | autogen/config.in | 6 | ||||
| -rwxr-xr-x | autogen/configure | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/autogen/config.in b/autogen/config.in index 8fa108844b8..051c0ea26ea 100644 --- a/autogen/config.in +++ b/autogen/config.in | |||
| @@ -1038,9 +1038,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 1038 | /* If using the C implementation of alloca, define if you know the | 1038 | /* If using the C implementation of alloca, define if you know the |
| 1039 | direction of stack growth for your system; otherwise it will be | 1039 | direction of stack growth for your system; otherwise it will be |
| 1040 | automatically deduced at runtime. | 1040 | automatically deduced at runtime. |
| 1041 | STACK_DIRECTION > 0 => grows toward higher addresses | 1041 | STACK_DIRECTION > 0 => grows toward higher addresses |
| 1042 | STACK_DIRECTION < 0 => grows toward lower addresses | 1042 | STACK_DIRECTION < 0 => grows toward lower addresses |
| 1043 | STACK_DIRECTION = 0 => direction of growth unknown */ | 1043 | STACK_DIRECTION = 0 => direction of growth unknown */ |
| 1044 | #undef STACK_DIRECTION | 1044 | #undef STACK_DIRECTION |
| 1045 | 1045 | ||
| 1046 | /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */ | 1046 | /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */ |
diff --git a/autogen/configure b/autogen/configure index 9b9e915f759..7e45acbdb83 100755 --- a/autogen/configure +++ b/autogen/configure | |||
| @@ -4478,7 +4478,7 @@ case "${canonical}" in | |||
| 4478 | ## Silicon Graphics machines | 4478 | ## Silicon Graphics machines |
| 4479 | ## Iris 4D | 4479 | ## Iris 4D |
| 4480 | mips-sgi-irix6.5 ) | 4480 | mips-sgi-irix6.5 ) |
| 4481 | machine=iris4d opsys=irix6-5 | 4481 | opsys=irix6-5 |
| 4482 | # Without defining _LANGUAGE_C, things get masked out in the headers | 4482 | # Without defining _LANGUAGE_C, things get masked out in the headers |
| 4483 | # so that, for instance, grepping for `free' in stdlib.h fails and | 4483 | # so that, for instance, grepping for `free' in stdlib.h fails and |
| 4484 | # AC_HEADER_STD_C fails. (MIPSPro 7.2.1.2m compilers, Irix 6.5.3m). | 4484 | # AC_HEADER_STD_C fails. (MIPSPro 7.2.1.2m compilers, Irix 6.5.3m). |