Mercurial > hg > xemacs-beta
comparison lib-src/config.values.sh @ 543:7e84f0c36c66
[xemacs-hg @ 2001-05-17 13:44:34 by stephent]
fix references to lisp/util
author | stephent |
---|---|
date | Thu, 17 May 2001 13:44:34 +0000 |
parents | 9d177e8d4150 |
children | 3580ae2ce979 |
comparison
equal
deleted
inserted
replaced
542:2e265ae71eed | 543:7e84f0c36c66 |
---|---|
29 | 29 |
30 ## Extract all the @foo@ configuration symbols from ../configure | 30 ## Extract all the @foo@ configuration symbols from ../configure |
31 ## to make them available to elisp later (see util/config.el) | 31 ## to make them available to elisp later (see util/config.el) |
32 ## Primarily useful for creating ridiculously verbose bug reports. | 32 ## Primarily useful for creating ridiculously verbose bug reports. |
33 ## | 33 ## |
34 ## See lisp/utils/config.el, ../configure.in, | 34 ## See lisp/config.el, ../configure.in, |
35 ## and the Autoconf documentation on AC_OUTPUT, for more details. | 35 ## and the Autoconf documentation on AC_OUTPUT, for more details. |
36 ## | 36 ## |
37 ## This script needs only to be run occasionally (before a Net release) | 37 ## This script needs only to be run occasionally (before a Net release) |
38 ## by an XEmacs Maintainer (consider yourself so blessed, if you are | 38 ## by an XEmacs Maintainer (consider yourself so blessed, if you are |
39 ## actually reading this commentary). | 39 ## actually reading this commentary). |
60 my $new_cvi_contents = | 60 my $new_cvi_contents = |
61 ";;; Do not edit this file! | 61 ";;; Do not edit this file! |
62 ;;; This file was automatically generated, by the config.values.sh script, | 62 ;;; This file was automatically generated, by the config.values.sh script, |
63 ;;; from configure, which was itself automatically generated from configure.in. | 63 ;;; from configure, which was itself automatically generated from configure.in. |
64 ;;; | 64 ;;; |
65 ;;; See lisp/util/config.el for details on how this file is used. | 65 ;;; See lisp/config.el for details on how this file is used. |
66 ;;; | 66 ;;; |
67 ;;; You are trapped in a twisty maze of strange-looking files, all autogenerated... | 67 ;;; You are trapped in a twisty maze of strange-looking files, all autogenerated... |
68 | 68 |
69 ;;; configure is created, from configure.in, by autoconf | 69 ;;; configure is created, from configure.in, by autoconf |
70 ;;; config.values.in is created, from configure, by config.values.sh | 70 ;;; config.values.in is created, from configure, by config.values.sh |
71 ;;; config.values is created, from config.values.in, by configure | 71 ;;; config.values is created, from config.values.in, by configure |
72 ;;; config.values is read by lisp/utils/config.el, | 72 ;;; config.values is read by lisp/config.el, |
73 ;;; to create the (Lisp object) config-value-hash-table | 73 ;;; to create the (Lisp object) config-value-hash-table |
74 | 74 |
75 ;;; Variables defined in configure by AC_SUBST follow: | 75 ;;; Variables defined in configure by AC_SUBST follow: |
76 ;;; (These are used in Makefiles) | 76 ;;; (These are used in Makefiles) |
77 | 77 |