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
commit067d23c97ab3a4135388d8dd87f1dd04c6248572 (patch)
tree4f3d4b2df245bf920c066f80923b3adda1585468 /autogen.sh
parent19b9c467ea2ef3838f3bf2231d21d999db67fe59 (diff)
downloademacs-067d23c97ab3a4135388d8dd87f1dd04c6248572.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