view autogen.sh @ 108739:ae0f7dfcf9c9

* net/tramp.el (tramp-do-copy-or-rename-file) (tramp-handle-file-local-copy, tramp-maybe-open-connection): Tune `with-progress-reporter' messages. (tramp-handle-vc-registered): * net/tramp-fish.el (tramp-fish-handle-file-local-copy) (tramp-fish-handle-insert-file-contents) (tramp-fish-maybe-open-connection): * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file) (tramp-imap-handle-insert-file-contents) (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
author Michael Albinus <michael.albinus@gmx.de>
date Fri, 21 May 2010 16:16:42 +0200
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