diff options
| author | Pavel Janík | 2001-11-01 06:26:56 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-11-01 06:26:56 +0000 |
| commit | 1c7a4f723f3d5a07cd7381a345681c5afb341130 (patch) | |
| tree | 8d6ee28384541616501353edfb9e9294c2f8db94 | |
| parent | 74142afec1fff3e9ced42091af7ac0cec51a72c5 (diff) | |
| download | emacs-1c7a4f723f3d5a07cd7381a345681c5afb341130.tar.gz emacs-1c7a4f723f3d5a07cd7381a345681c5afb341130.zip | |
Reindent --help output.
From Per Starback (starback@ling.uu.se).
| -rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 49394c037a5..952e117fcfa 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -95,9 +95,9 @@ AC_ARG_WITH(png, | |||
| 95 | [ --with-png use -lpng for displaying PNG images]) | 95 | [ --with-png use -lpng for displaying PNG images]) |
| 96 | AC_ARG_WITH(toolkit-scroll-bars, | 96 | AC_ARG_WITH(toolkit-scroll-bars, |
| 97 | [ --without-toolkit-scroll-bars | 97 | [ --without-toolkit-scroll-bars |
| 98 | don't use Motif or Xaw3d scroll bars]) | 98 | don't use Motif or Xaw3d scroll bars]) |
| 99 | AC_ARG_WITH(xim, | 99 | AC_ARG_WITH(xim, |
| 100 | [ --without-xim don't use X11 XIM]) | 100 | [ --without-xim don't use X11 XIM]) |
| 101 | 101 | ||
| 102 | #### Make srcdir absolute, if it isn't already. It's important to | 102 | #### Make srcdir absolute, if it isn't already. It's important to |
| 103 | #### avoid running the path through pwd unnecessarily, since pwd can | 103 | #### avoid running the path through pwd unnecessarily, since pwd can |