diff options
| author | Andreas Schwab | 2007-09-02 18:26:17 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2007-09-02 18:26:17 +0000 |
| commit | 709e90de64e271edb13af52cb45774b8a3a1f0d4 (patch) | |
| tree | 8e1c8e57a9f026b4ccf359fe7cdf1e3f0cf21d0f | |
| parent | 1eb2208880dd6a0122638adc62d66d4f3407b05c (diff) | |
| download | emacs-709e90de64e271edb13af52cb45774b8a3a1f0d4.tar.gz emacs-709e90de64e271edb13af52cb45774b8a3a1f0d4.zip | |
Regenerate.
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rwxr-xr-x | configure | 8 |
2 files changed, 10 insertions, 3 deletions
| @@ -1,3 +1,8 @@ | |||
| 1 | 2007-09-02 Andreas Schwab <schwab@suse.de> | ||
| 2 | |||
| 3 | * configure.in: Use AS_HELP_STRING throughout. | ||
| 4 | * configure: Regenerate. | ||
| 5 | |||
| 1 | 2007-09-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 6 | 2007-09-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 2 | 7 | ||
| 3 | * configure.in: Require Gtk/Glib 2.6. | 8 | * configure.in: Require Gtk/Glib 2.6. |
| @@ -1317,11 +1317,13 @@ if test -n "$ac_init_help"; then | |||
| 1317 | Optional Features: | 1317 | Optional Features: |
| 1318 | --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) | 1318 | --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) |
| 1319 | --enable-FEATURE[=ARG] include FEATURE [ARG=yes] | 1319 | --enable-FEATURE[=ARG] include FEATURE [ARG=yes] |
| 1320 | --enable-carbon-app[=DIR] [DIR=/Application] | 1320 | --enable-carbon-app[=DIR] |
| 1321 | specify install directory for Emacs.app on Mac OS X | 1321 | specify install directory for Emacs.app on Mac OS X |
| 1322 | [DIR=/Application] | ||
| 1322 | --enable-asserts compile code with asserts enabled | 1323 | --enable-asserts compile code with asserts enabled |
| 1323 | --enable-maintainer-mode enable make rules and dependencies not useful | 1324 | --enable-maintainer-mode |
| 1324 | (and sometimes confusing) to the casual installer | 1325 | enable make rules and dependencies not useful (and |
| 1326 | sometimes confusing) to the casual installer | ||
| 1325 | --enable-locallisppath=PATH | 1327 | --enable-locallisppath=PATH |
| 1326 | directories Emacs should search for lisp files | 1328 | directories Emacs should search for lisp files |
| 1327 | specific to this site | 1329 | specific to this site |