mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
Auto-commit of generated files.
This commit is contained in:
parent
c6e571fbb7
commit
031fabfc1a
1 changed files with 8 additions and 0 deletions
8
autogen/configure
vendored
8
autogen/configure
vendored
|
|
@ -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 &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue