summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorJulien Danjou <julien@danjou.info>2010-12-03 11:52:43 +0000
committerKatsumi Yamaoka <yamaoka@jpl.org>2010-12-03 11:52:43 +0000
commit19b9c467ea2ef3838f3bf2231d21d999db67fe59 (patch)
tree97d4b335d26c2bc81cd576de9edd59efc7910a64 /autogen.sh
parent3e972d981f033b0197cf2c9026d0edea451a2daa (diff)
downloademacs-19b9c467ea2ef3838f3bf2231d21d999db67fe59.tar.gz
gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/autogen.sh b/autogen.sh
deleted file mode 100755
index 6eb8f982081..00000000000
--- a/autogen.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/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