diff options
| author | Glenn Morris | 2012-04-13 06:17:25 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-04-13 06:17:25 -0400 |
| commit | 031fabfc1ac028fe9826faf6caf4cfa8ebeaf7d6 (patch) | |
| tree | 95bd13a6555d6bf9fc07230c41dde02334309ef9 | |
| parent | c6e571fbb7b00d18f9ffdb40fb19611d9c8c1e61 (diff) | |
| download | emacs-031fabfc1ac028fe9826faf6caf4cfa8ebeaf7d6.tar.gz emacs-031fabfc1ac028fe9826faf6caf4cfa8ebeaf7d6.zip | |
Auto-commit of generated files.
| -rwxr-xr-x | autogen/configure | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/autogen/configure b/autogen/configure index d168c07dac7..de24a151fca 100755 --- a/autogen/configure +++ b/autogen/configure | |||
| @@ -22410,6 +22410,14 @@ to run if these resources are not installed." | |||
| 22410 | echo | 22410 | echo |
| 22411 | fi | 22411 | fi |
| 22412 | 22412 | ||
| 22413 | if test "${opsys}" = "cygwin"; then | ||
| 22414 | case `uname -r` in | ||
| 22415 | 1.5.*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: building Emacs on Cygwin 1.5 is not supported." >&5 | ||
| 22416 | $as_echo "$as_me: WARNING: building Emacs on Cygwin 1.5 is not supported." >&2;} | ||
| 22417 | echo | ||
| 22418 | ;; | ||
| 22419 | esac | ||
| 22420 | fi | ||
| 22413 | 22421 | ||
| 22414 | # Remove any trailing slashes in these variables. | 22422 | # Remove any trailing slashes in these variables. |
| 22415 | test "${prefix}" != NONE && | 22423 | test "${prefix}" != NONE && |