diff options
| author | Glenn Morris | 2011-11-20 06:21:03 -0500 |
|---|---|---|
| committer | Glenn Morris | 2011-11-20 06:21:03 -0500 |
| commit | 2db1a74f958544a5a0eb7e5b6c47fcc40c7a6747 (patch) | |
| tree | 4ff162ef75ce8b1be7a27e811e8ad8a639264f02 | |
| parent | d2999b1a52779f1df2e32a7190ae3200eb85233d (diff) | |
| download | emacs-2db1a74f958544a5a0eb7e5b6c47fcc40c7a6747.tar.gz emacs-2db1a74f958544a5a0eb7e5b6c47fcc40c7a6747.zip | |
Auto-commit of generated files.
| -rwxr-xr-x | autogen/configure | 1 | ||||
| -rwxr-xr-x | autogen/install-sh | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/autogen/configure b/autogen/configure index eb7c9428f3a..c6e222d5d6e 100755 --- a/autogen/configure +++ b/autogen/configure | |||
| @@ -4396,7 +4396,6 @@ case "${canonical}" in | |||
| 4396 | opsys=gnu-linux | 4396 | opsys=gnu-linux |
| 4397 | case ${canonical} in | 4397 | case ${canonical} in |
| 4398 | alpha*) machine=alpha ;; | 4398 | alpha*) machine=alpha ;; |
| 4399 | s390-*) machine=ibms390 ;; | ||
| 4400 | s390x-*) machine=ibms390x ;; | 4399 | s390x-*) machine=ibms390x ;; |
| 4401 | powerpc*) machine=macppc ;; | 4400 | powerpc*) machine=macppc ;; |
| 4402 | sparc*) machine=sparc ;; | 4401 | sparc*) machine=sparc ;; |
diff --git a/autogen/install-sh b/autogen/install-sh index 37709aed8b2..6781b987bdb 100755 --- a/autogen/install-sh +++ b/autogen/install-sh | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | # install - install a program, script, or datafile | 2 | # install - install a program, script, or datafile |
| 3 | 3 | ||
| 4 | scriptversion=2011-11-20.02; # UTC | 4 | scriptversion=2009-04-28.21; # UTC |
| 5 | 5 | ||
| 6 | # This originates from X11R5 (mit/util/scripts/install.sh), which was | 6 | # This originates from X11R5 (mit/util/scripts/install.sh), which was |
| 7 | # later released in X11R6 (xc/config/util/install.sh) with the | 7 | # later released in X11R6 (xc/config/util/install.sh) with the |
| @@ -347,7 +347,7 @@ do | |||
| 347 | if test -z "$dir_arg" || { | 347 | if test -z "$dir_arg" || { |
| 348 | # Check for POSIX incompatibilities with -m. | 348 | # Check for POSIX incompatibilities with -m. |
| 349 | # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or | 349 | # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or |
| 350 | # other-writable bit of parent directory when it shouldn't. | 350 | # other-writeable bit of parent directory when it shouldn't. |
| 351 | # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. | 351 | # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. |
| 352 | ls_ld_tmpdir=`ls -ld "$tmpdir"` | 352 | ls_ld_tmpdir=`ls -ld "$tmpdir"` |
| 353 | case $ls_ld_tmpdir in | 353 | case $ls_ld_tmpdir in |