annotate autogen.sh @ 99806:8b9f58a19020

(hack-local-variables-confirm): Rename arg `project' to `dir-name'. Move `(or dir-name name)' to let-binding of `name'. (hack-local-variables-filter): Rename arg `project' to `dir-name'. (hack-local-variables): Rename call of `hack-project-variables' to `hack-dir-local-variables'. Change error text to "Directory-local variables error". (dir-locals-class-alist): Rename from `project-class-alist'. (dir-locals-directory-alist): Rename from `project-directory-alist'. (dir-locals-get-class-variables): Rename from `project-get-alist'. (dir-locals-collect-mode-variables): Rename from `project-collect-bindings-from-alist'. Rename arg `mode-alist' to `mode-variables', and arg `settings' to `variables'. (dir-locals-collect-variables): Rename from `project-collect-binding-list'. Rename arg `binding-list' to `class-variables', and arg `settings' to `variables'. (dir-locals-set-directory-class): Rename from `set-directory-project'. (dir-locals-set-class-variables): Rename from `define-project-bindings'. Rename arg `settings' to `variables'. (dir-locals-file): New defconst. (dir-locals-find-file): Rename from `project-find-settings-file'. Use `dir-locals-file'. Rename let-bound `settings' to `locals-file', and `pda' to `dir-elt'. (dir-locals-read-from-file): Rename from `project-define-from-project-file'. Rename arg `settings-file' to `file'. Rename let-bound `list' to `variables'. (hack-dir-local-variables): Rename from `hack-project-variables'. Rename let-bound `settings' to `variables-file', `root-dir' to `dir-name', and `bindings' to `variables'.
author Juri Linkov <juri@jurta.org>
date Sat, 22 Nov 2008 19:01:55 +0000
parents 156cffa89b1b
children 4c90ffeb71c5 7b9e6639caa3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
48482
15eaa1a21c1c * autogen.sh: New file.
Karl Fogel <kfogel@red-bean.com>
parents:
diff changeset
1 #!/bin/sh
15eaa1a21c1c * autogen.sh: New file.
Karl Fogel <kfogel@red-bean.com>
parents:
diff changeset
2
55111
156cffa89b1b Update filename in "please read" message.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents: 52401
diff changeset
3 echo "Please read INSTALL.CVS for instructions on how to build Emacs from CVS."
48482
15eaa1a21c1c * autogen.sh: New file.
Karl Fogel <kfogel@red-bean.com>
parents:
diff changeset
4
15eaa1a21c1c * autogen.sh: New file.
Karl Fogel <kfogel@red-bean.com>
parents:
diff changeset
5 # Exit with failure, since people may have generic build scripts that
15eaa1a21c1c * autogen.sh: New file.
Karl Fogel <kfogel@red-bean.com>
parents:
diff changeset
6 # try things like "autogen.sh && ./configure && make".
15eaa1a21c1c * autogen.sh: New file.
Karl Fogel <kfogel@red-bean.com>
parents:
diff changeset
7 exit 1
52401
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 48482
diff changeset
8
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 48482
diff changeset
9 # arch-tag: a123408c-fada-4bf7-98a0-a786cff918f0