Mercurial > emacs
view autogen.sh @ 83086:347ce3d5d79c
Fix dropping of the controlling tty on Solaris (Dan Nicolaescu).
src/term.c (dissociate_if_controlling_tty): New function for dropping
the controlling terminal. Added POSIX-compatible method beside BSD
ioctl. (Reported by Dan Nicolaescu).
(term_init, Fresume_tty): Use the new function.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-126
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Sun, 28 Mar 2004 06:17:38 +0000 |
parents | 695cf19ef79e |
children | 156cffa89b1b 375f2633d815 |
line wrap: on
line source
#!/bin/sh echo "Please read INSTALL-CVS for instructions on how to build Emacs from CVS." # Exit with failure, since people may have generic build scripts that # try things like "autogen.sh && ./configure && make". exit 1 # arch-tag: a123408c-fada-4bf7-98a0-a786cff918f0