]> git.eshelyaron.com Git - emacs.git/commitdiff
Auto-commit of generated files.
authorGlenn Morris <rgm@gnu.org>
Thu, 7 Jul 2011 10:19:23 +0000 (06:19 -0400)
committerGlenn Morris <rgm@gnu.org>
Thu, 7 Jul 2011 10:19:23 +0000 (06:19 -0400)
autogen/config.in
autogen/configure

index 8fa108844b8b02d76c11d3ac94ccb36d4fa2b2a8..051c0ea26ea5ba2d0b76b7e640033743e2b6da8c 100644 (file)
@@ -1038,9 +1038,9 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 /* If using the C implementation of alloca, define if you know the
    direction of stack growth for your system; otherwise it will be
    automatically deduced at runtime.
-       STACK_DIRECTION > 0 => grows toward higher addresses
-       STACK_DIRECTION < 0 => grows toward lower addresses
-       STACK_DIRECTION = 0 => direction of growth unknown */
+        STACK_DIRECTION > 0 => grows toward higher addresses
+        STACK_DIRECTION < 0 => grows toward lower addresses
+        STACK_DIRECTION = 0 => direction of growth unknown */
 #undef STACK_DIRECTION
 
 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
index 9b9e915f759504e5920e5202d1ec636ad4f68f63..7e45acbdb83401ae2efa40cf2d7d3ebadaa83c81 100755 (executable)
@@ -4478,7 +4478,7 @@ case "${canonical}" in
   ## Silicon Graphics machines
   ## Iris 4D
   mips-sgi-irix6.5 )
-    machine=iris4d opsys=irix6-5
+    opsys=irix6-5
     # Without defining _LANGUAGE_C, things get masked out in the headers
     # so that, for instance, grepping for `free' in stdlib.h fails and
     # AC_HEADER_STD_C fails.   (MIPSPro 7.2.1.2m compilers, Irix 6.5.3m).