view autogen.sh @ 107725:cb51e74aafd2

Cosmetic change to src/Makefile.in. * Makefile.in (LIBTIFF, LIBJPEG, LIBPNG, LIBGIF, LIBXPM, XFT_LIBS): Define as Makefile variables. (LIBX): Use above variables rather than directly using autoconf.
author Glenn Morris <rgm@gnu.org>
date Thu, 01 Apr 2010 00:10:31 -0700
parents 7b9e6639caa3
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

# arch-tag: a123408c-fada-4bf7-98a0-a786cff918f0