diff options
| author | Steven Tamm | 2002-12-02 16:12:45 +0000 |
|---|---|---|
| committer | Steven Tamm | 2002-12-02 16:12:45 +0000 |
| commit | c4ea99e1a8fb24d846aaf0ed3163daa29547b2f0 (patch) | |
| tree | f06c8cca8be7054f834c66c6ff96052694c05bea /mac/make-package | |
| parent | ed09af61b0c870fafd31494fcc05225567d1ea54 (diff) | |
| download | emacs-c4ea99e1a8fb24d846aaf0ed3163daa29547b2f0.tar.gz emacs-c4ea99e1a8fb24d846aaf0ed3163daa29547b2f0.zip | |
Switched copying of .el files to be on by default.
Diffstat (limited to 'mac/make-package')
| -rwxr-xr-x | mac/make-package | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mac/make-package b/mac/make-package index 9f90144e2c8..7b5c189934a 100755 --- a/mac/make-package +++ b/mac/make-package | |||
| @@ -54,7 +54,7 @@ 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= |
| @@ -83,8 +83,8 @@ do | |||
| 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) |
| @@ -126,8 +126,8 @@ Options: | |||
| 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} |