minor configure --help format repairs

This commit is contained in:
Matthew Flatt 2017-05-07 07:22:46 -06:00
parent 79cef0a96e
commit e68e4bd6f6
3 changed files with 8 additions and 8 deletions

View File

@ -1420,8 +1420,8 @@ Fine tuning of the installation directories:
--datadir=DIR read-only architecture-independent data [DATAROOTDIR]
--mandir=DIR man documentation [DATAROOTDIR/man]
--docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
--collectsdir=DIR collects documentation [DOCDIR]
--appsdir=DIR apps documentation [DOCDIR]
--collectsdir=DIR base collections [EPREFIX/share/PACKAGE/collects]
--appsdir=DIR .desktop files [EPREFIX/share/applications]
_ACEOF
cat <<\_ACEOF
@ -1477,7 +1477,7 @@ Optional Features:
--enable-pthread link with pthreads (usually auto-enabled if needed)
--enable-stackup assume "up" if stack direction cannot be determined
--enable-bigendian assume "big" if endianness cannot be determined
--enable-ffipoll only make FFI calls if embedding program explicitly polls
--enable-ffipoll FFI calls only when embedding program explicitly polls
--enable-gprof compile for profiling with gprof (gcc only)
--enable-gcov compile to gather gcov statistics (gcc3 only)
--enable-strip strip debug on install (usually enabled by default)

View File

@ -76,7 +76,7 @@ AC_ARG_ENABLE(backtrace, [ --enable-backtrace 3m: support GC backtrace dum
AC_ARG_ENABLE(pthread, [ --enable-pthread link with pthreads (usually auto-enabled if needed)])
AC_ARG_ENABLE(stackup, [ --enable-stackup assume "up" if stack direction cannot be determined])
AC_ARG_ENABLE(bigendian, [ --enable-bigendian assume "big" if endianness cannot be determined])
AC_ARG_ENABLE(ffipoll, [ --enable-ffipoll only make FFI calls if embedding program explicitly polls])
AC_ARG_ENABLE(ffipoll, [ --enable-ffipoll FFI calls only when embedding program explicitly polls])
# AC_ARG_ENABLE(oskit, [ --enable-oskit compile OSKit-based Racket kernel])
# AC_ARG_ENABLE(smalloskit, [ --enable-smalloskit compile small OSKit-based Racket kernel])