annotate autogen.sh @ 89717:2e9328140e82

Include charset.h. (Vprint_charset_text_property): New variable. (Qdefault): Extern it. (PRINT_STRING_NON_CHARSET_FOUND) (PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros. (print_check_string_result): New variable. (print_check_string_charset_prop): New function. (print_prune_charset_plist): New variable. (print_prune_string_charset): New function. (print_object): Call print_prune_string_charset if Vprint_charset_text_property is not t. (print_interval): Print nothing if itnerval->plist is nil. (syms_of_print): Declare Vprint_charset_text_property as a lisp variable. Init and staticpro print_prune_charset_plist.
author Kenichi Handa <handa@m17n.org>
date Sun, 18 Jan 2004 23:27:07 +0000
parents 375f2633d815
children 68c22ea6027c
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