(xml-name-regexp): Wrap in `eval-and-compile'.
[emacs.git] / autogen.sh
blob4b74b45a0e2ddc5cda35fdb2abde81e4a33bae1e
1 #!/bin/sh
3 echo "Please read INSTALL-CVS for instructions on how to build Emacs from CVS."
5 # Exit with failure, since people may have generic build scripts that
6 # try things like "autogen.sh && ./configure && make".
7 exit 1