aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-04-13 06:17:25 -0400
committerGlenn Morris2012-04-13 06:17:25 -0400
commit031fabfc1ac028fe9826faf6caf4cfa8ebeaf7d6 (patch)
tree95bd13a6555d6bf9fc07230c41dde02334309ef9
parentc6e571fbb7b00d18f9ffdb40fb19611d9c8c1e61 (diff)
downloademacs-031fabfc1ac028fe9826faf6caf4cfa8ebeaf7d6.tar.gz
emacs-031fabfc1ac028fe9826faf6caf4cfa8ebeaf7d6.zip
Auto-commit of generated files.
-rwxr-xr-xautogen/configure8
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
22411fi 22411fi
22412 22412
22413if 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
22420fi
22413 22421
22414# Remove any trailing slashes in these variables. 22422# Remove any trailing slashes in these variables.
22415test "${prefix}" != NONE && 22423test "${prefix}" != NONE &&