diff options
| author | Eli Zaretskii | 2017-09-10 19:01:16 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2017-09-10 19:01:16 +0300 |
| commit | 6ae845637bddc0c8da5b96478f4910363de88a9e (patch) | |
| tree | cd39af178e1d5693facc273f9e88583253249612 | |
| parent | b079ee72ac25590cd8b7b185b32ea5d2d43a9909 (diff) | |
| download | emacs-6ae845637bddc0c8da5b96478f4910363de88a9e.tar.gz emacs-6ae845637bddc0c8da5b96478f4910363de88a9e.zip | |
; * configure.ac: Fix last change.
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ba6c5af79d4..d294412dc4a 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -170,7 +170,7 @@ Defaulting to $host.]) | |||
| 170 | # 'eval' pacifies strict POSIX non-MinGW shells (Bug#18612). | 170 | # 'eval' pacifies strict POSIX non-MinGW shells (Bug#18612). |
| 171 | # We downcase the drive letter to avoid warnings when | 171 | # We downcase the drive letter to avoid warnings when |
| 172 | # generating autoloads. | 172 | # generating autoloads. |
| 173 | eval 'srcdir=/`echo ${srcdir:0:1} | sed "y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/`"${srcdir:2}"' | 173 | eval 'srcdir=/`echo ${srcdir:0:1} | sed "y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/"`"${srcdir:2}"' |
| 174 | ;; | 174 | ;; |
| 175 | esac;; | 175 | esac;; |
| 176 | esac | 176 | esac |