annotate autogen.sh @ 51496:28f18afa589b

(table-cell-horizontal-chars): Renamed from table-cell-horizontal-char. Now a string value instead of a character. ?= is allowed for horizontal boundary as well as ?-. (table-command-remap-alist, table-command-list): Changed defconst to defvar because the value is modified. (table-insert, table-insert-row, table-insert-column, table-recognize) (table-recognize-region, table-widen-cell, table-span-cell) table-split-cell-vertically): Change due to table-cell-horizontal-chars. (table--cell-horizontal-char-p): New function. (table--generate-source-scan-lines, table-delete-row, table-delete-column) (table--spacify-frame, table--find-row-column, table--probe-cell-left-up) (table--probe-cell-right-bottom, table--probe-cell): Change due to table-cell-horizontal-chars. From David Abrahams <dave@boost-consulting.com>
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 05 Jun 2003 20:03:54 +0000
parents 15eaa1a21c1c
children 695cf19ef79e d7ddb3e565de
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
15eaa1a21c1c * autogen.sh: New file.
Karl Fogel <kfogel@red-bean.com>
parents:
diff changeset
3 echo "Please read INSTALL-CVS for instructions on how to build Emacs from CVS."
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