view autogen.sh @ 91252:d8e82a48a68e

Fix emacs*_mac.png
author Vinicius Jose Latorre <viniciusjl@ig.com.br>
date Tue, 18 Dec 2007 12:10:31 +0000
parents 4c90ffeb71c5
children
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