repo.or.cz
/
emacs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* sysdep.c (sys_subshell): Use 'volatile' to avoid vfork clobbering.
[emacs.git]
/
autogen.sh
blob
52184c46f51780024f6346513d89f1b96bb577b7
1
#!/bin/sh
2
3
echo
"Please read INSTALL.BZR for instructions on how to build Emacs from Bazaar."
4
5
# Exit with failure, since people may have generic build scripts that
6
# try things like "autogen.sh && ./configure && make".
7
exit
1