comparison autogen.sh @ 48482:15eaa1a21c1c

* autogen.sh: New file.
author Karl Fogel <kfogel@red-bean.com>
date Wed, 20 Nov 2002 22:34:01 +0000
parents
children 695cf19ef79e d7ddb3e565de
comparison
equal deleted inserted replaced
48481:3c1c8a8c21cd 48482:15eaa1a21c1c
1 #!/bin/sh
2
3 echo "Please read INSTALL-CVS for instructions on how to build Emacs from CVS."
4
5 # Exit with failure, since people may have generic build scripts that
6 # try things like "autogen.sh && ./configure && make".
7 exit 1