diff options
| author | Juanma Barranquero | 2009-01-03 15:25:47 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2009-01-03 15:25:47 +0000 |
| commit | 8d67bc8ea731b111de8059adfe0f280d6f54d677 (patch) | |
| tree | b2a01462f81e671ae183ea302f376cce819bfc8d | |
| parent | cc2fc5a2401469c894424d6fe5db9eb1ae6c43e5 (diff) | |
| download | emacs-8d67bc8ea731b111de8059adfe0f280d6f54d677.tar.gz emacs-8d67bc8ea731b111de8059adfe0f280d6f54d677.zip | |
* configure.bat: Untabify help message.
| -rw-r--r-- | nt/ChangeLog | 4 | ||||
| -rwxr-xr-x | nt/configure.bat | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index 904cfd662c9..c06cce116ab 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2009-01-03 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * configure.bat: Untabify help message. | ||
| 4 | |||
| 1 | 2009-01-03 Jason Rumney <jasonr@gnu.org> | 5 | 2009-01-03 Jason Rumney <jasonr@gnu.org> |
| 2 | 6 | ||
| 3 | * configure.bat: New option --with-svg. | 7 | * configure.bat: New option --with-svg. |
diff --git a/nt/configure.bat b/nt/configure.bat index 37e3e4dff33..49cbbadabbb 100755 --- a/nt/configure.bat +++ b/nt/configure.bat | |||
| @@ -128,7 +128,7 @@ echo. --without-jpeg do not use JPEG library even if it is installed | |||
| 128 | echo. --without-gif do not use GIF library even if it is installed | 128 | echo. --without-gif do not use GIF library even if it is installed |
| 129 | echo. --without-tiff do not use TIFF library even if it is installed | 129 | echo. --without-tiff do not use TIFF library even if it is installed |
| 130 | echo. --without-xpm do not use XPM library even if it is installed | 130 | echo. --without-xpm do not use XPM library even if it is installed |
| 131 | echo. --with-svg use the RSVG library (experimental) | 131 | echo. --with-svg use the RSVG library (experimental) |
| 132 | goto end | 132 | goto end |
| 133 | rem ---------------------------------------------------------------------- | 133 | rem ---------------------------------------------------------------------- |
| 134 | :setprefix | 134 | :setprefix |