(smtpmail-try-auth-methods): Fix typo.
[emacs.git] / autogen.sh
blob89d6b9c4378abce057a6cf5e4e35581f031affef
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
9 # arch-tag: a123408c-fada-4bf7-98a0-a786cff918f0