* lispref/modes.texi (Region to Refontify): Rename from "Region to Fontify".
[emacs.git] / autogen.sh
blob6eb8f982081c50329921998d8dc8d23c91c9cf6a
1 #!/bin/sh
3 echo "Please read INSTALL.BZR for instructions on how to build Emacs from Bazaar."
5 # Exit with failure, since people may have generic build scripts that
6 # try things like "autogen.sh && ./configure && make".
7 exit 1
9 # arch-tag: a123408c-fada-4bf7-98a0-a786cff918f0