diff options
author | Glenn Morris <rgm@gnu.org> | 2012-04-13 06:17:25 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-04-13 06:17:25 -0400 |
commit | 031fabfc1ac028fe9826faf6caf4cfa8ebeaf7d6 (patch) | |
tree | 95bd13a6555d6bf9fc07230c41dde02334309ef9 /autogen | |
parent | c6e571fbb7b00d18f9ffdb40fb19611d9c8c1e61 (diff) | |
download | emacs-031fabfc1ac028fe9826faf6caf4cfa8ebeaf7d6.tar.gz |
Auto-commit of generated files.
Diffstat (limited to 'autogen')
-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." echo fi +if test "${opsys}" = "cygwin"; then + case `uname -r` in + 1.5.*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: building Emacs on Cygwin 1.5 is not supported." >&5 +$as_echo "$as_me: WARNING: building Emacs on Cygwin 1.5 is not supported." >&2;} + echo + ;; + esac +fi # Remove any trailing slashes in these variables. test "${prefix}" != NONE && |