view autogen.sh @ 110122:156bbb7866f9

Sync with Tramp 2.1.19. * tramp.texi (Inline methods, Default Method): Mention `tramp-inline-compress-start-size'. Remove "kludgy" phrase. Remove remark about doubled "-t" argument. (Auto-save and Backup): Remove reference to Emacs 21. (Filename Syntax): Describe port numbers. (Frequently Asked Questions): Adapt supported (X)Emacs versions. Adapt supported MS Windows versions. Remove obsolete URL. Recommend "sshx" and "scpx" for echoing shells. Use the $() syntax, texi2dvi reports errors with the backquotes. (External packages): File attributes cache flushing for asynchronous processes. (Traces and Profiles): Describe verbose level 9. * trampver.texi: Update release number.
author Michael Albinus <michael.albinus@gmx.de>
date Thu, 26 Aug 2010 21:40:13 +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