view autogen.sh @ 112290:9164d0b32512

* fontset.c (free_realized_fontset): Mark unreachable code with if (0). Previously it was marked by preceding it with "return;", but Sun cc complains about this.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 16 Jan 2011 19:05:08 -0800
parents ef719132ddfa
children
line wrap: on
line source

#!/bin/sh

echo "Please read INSTALL.BZR for instructions on how to build Emacs from Bazaar."

# Exit with failure, since people may have generic build scripts that
# try things like "autogen.sh && ./configure && make".
exit 1