summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorKatsumi Yamaoka <yamaoka@jpl.org>2010-12-03 14:45:09 +0000
committerKatsumi Yamaoka <yamaoka@jpl.org>2010-12-03 14:45:09 +0000
commitf6464a225147e915a56835b6c78d1db4a5795fd1 (patch)
tree8a13a060bf4640b2b61a7976788adc8d125df494 /autogen.sh
parent6d482570186a1742704302b076eea5ecd5be6a5d (diff)
downloademacs-f6464a225147e915a56835b6c78d1db4a5795fd1.tar.gz
Restore files that I seem to have mistakenly deleted.
Diffstat (limited to 'autogen.sh')
-rw-r--r--autogen.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
new file mode 100644
index 00000000000..6eb8f982081
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,9 @@
+#!/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