Mercurial > emacs
comparison mac/make-package @ 48616:d78591287910
Switched copying of .el files to be on by default.
author | Steven Tamm <steventamm@mac.com> |
---|---|
date | Mon, 02 Dec 2002 16:12:45 +0000 |
parents | a3fe4bde49d3 |
children | 94d8efd47824 |
comparison
equal
deleted
inserted
replaced
48615:35a56f4a18d3 | 48616:d78591287910 |
---|---|
52 with_app=yes | 52 with_app=yes |
53 with_x=no | 53 with_x=no |
54 comp_diskimage=yes | 54 comp_diskimage=yes |
55 self_contained=no | 55 self_contained=no |
56 app_symlink=no | 56 app_symlink=no |
57 full_dist=no | 57 full_dist=yes |
58 keep_directory=no | 58 keep_directory=no |
59 | 59 |
60 ac_prev= | 60 ac_prev= |
61 display_usage=false; | 61 display_usage=false; |
62 config_options=; | 62 config_options=; |
81 -without-x | --without-x) | 81 -without-x | --without-x) |
82 with_x=no ;; | 82 with_x=no ;; |
83 -with-x | --with-x) | 83 -with-x | --with-x) |
84 with_x=yes | 84 with_x=yes |
85 with_app=no ;; | 85 with_app=no ;; |
86 --with-full-dist | -with-full-dist | -full-dist | -full) | 86 --without-full-dist | -without-full-dist | -no-full-dist | -no-full) |
87 full_dist=yes ;; | 87 full_dist=no ;; |
88 -self-contained | --with-self-contained-app | -sc) | 88 -self-contained | --with-self-contained-app | -sc) |
89 self_contained=yes ;; | 89 self_contained=yes ;; |
90 -app-symlink | --app-symlink | -symlink | --symlink | --asl) | 90 -app-symlink | --app-symlink | -symlink | --symlink | --asl) |
91 app_symlink=yes ;; | 91 app_symlink=yes ;; |
92 --keep-dir) | 92 --keep-dir) |
124 make install. | 124 make install. |
125 --without-app Do not create the Emacs application bundle | 125 --without-app Do not create the Emacs application bundle |
126 --with-x Setup the install to use X Windows for its | 126 --with-x Setup the install to use X Windows for its |
127 windowed display, instead of carbon. Implies | 127 windowed display, instead of carbon. Implies |
128 --without-app. | 128 --without-app. |
129 --with-full-dist Include all the .el files in the distribution. | 129 --without-full-dist Do not include all the .el files in the distribution. |
130 Default is to include only .elc files | 130 This is discouraged except if disk space is critical. |
131 --app-symlink Have the Emacs.app executable be a symlink | 131 --app-symlink Have the Emacs.app executable be a symlink |
132 to the install in [prefix]/bin/emacs and have | 132 to the install in [prefix]/bin/emacs and have |
133 the emacs executable link to emacs-${version} | 133 the emacs executable link to emacs-${version} |
134 --self-contained Create an Emacs.app that is self-contained; | 134 --self-contained Create an Emacs.app that is self-contained; |
135 prefix will be ignored and all files installed | 135 prefix will be ignored and all files installed |