bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

configure --help


From: Per Starback
Subject: configure --help
Date: Wed, 31 Oct 2001 23:46:30 +0100

With GNU Emacs 21.1 (and also still in latest from cvs)

The output from

        ./configure --help

ends with

  --with-png              use -lpng for displaying PNG images
  --without-toolkit-scroll-bars
                           don't use Motif or Xaw3d scroll bars
  --without-xim    don't use X11 XIM
  --disable-largefile     omit support for large files
  --with-x                use the X Window System

where two of the lines aren't indented right.  Fix:

*** configure.in.~1.273.~       Wed Oct 31 23:25:55 2001
--- configure.in        Wed Oct 31 23:33:23 2001
***************
*** 95,103 ****
  [  --with-png              use -lpng for displaying PNG images])
  AC_ARG_WITH(toolkit-scroll-bars,
  [  --without-toolkit-scroll-bars
!                            don't use Motif or Xaw3d scroll bars])
  AC_ARG_WITH(xim,
! [  --without-xim         don't use X11 XIM])
  
  #### Make srcdir absolute, if it isn't already.  It's important to
  #### avoid running the path through pwd unnecessarily, since pwd can
--- 95,103 ----
  [  --with-png              use -lpng for displaying PNG images])
  AC_ARG_WITH(toolkit-scroll-bars,
  [  --without-toolkit-scroll-bars
!                           don't use Motif or Xaw3d scroll bars])
  AC_ARG_WITH(xim,
! [  --without-xim           don't use X11 XIM])
  
  #### Make srcdir absolute, if it isn't already.  It's important to
  #### avoid running the path through pwd unnecessarily, since pwd can



reply via email to

[Prev in Thread] Current Thread [Next in Thread]