Sun Jan 11 10:58:21 EST 2009 Peter Gavin <pg...@gm...>
* configure.ac: use AS_HELP_STRING where appropriate
hunk ./configure.ac 88
- [ --with-hc=HC use Haskell compiler HC],
+ [AS_HELP_STRING([--with-hc=HC], [use Haskell compiler HC])],
hunk ./configure.ac 92
- [ --with-hcflags=HCFLAGS flags for Haskell tools, default: -O],
+ [AS_HELP_STRING([--with-hcflags=HCFLAGS], [flags for Haskell tools, default: -O])],
hunk ./configure.ac 164
- [ --enable-profiling additionally build profiling versions of all libs],
+ [AS_HELP_STRING([--enable-profiling], [additionally build profiling versions of all libs])],
hunk ./configure.ac 169
- [ --enable-split-objs produce smaller executables (on supported platforms)],
+ [AS_HELP_STRING([--enable-split-objs], [produce smaller executables (on supported platforms)])],
hunk ./configure.ac 176
- [ --disable-deprecated do not generate bindings for any deprecated APIs],
+ [AS_HELP_STRING([--disable-deprecated], [do not generate bindings for any deprecated APIs])],
hunk ./configure.ac 212
- [ --without-pkgreg Do not reigster Haskell packages (useful for distributors)],
+ [AS_HELP_STRING([--without-pkgreg], [Do not reigster Haskell packages (useful for distributors)])],
hunk ./configure.ac 218
- [ --with-user-pkgconf use the current user's GHC package database],
+ [AS_HELP_STRING([--with-user-pkgconf], [use the current user's GHC package database])],
hunk ./configure.ac 222
- [ --with-pkgconf=FILE GHC package file to install packages],
+ [AS_HELP_STRING([--with-pkgconf=FILE], [GHC package file to install packages])],
hunk ./configure.ac 817
- [ --enable-docs build html documentation],
+ [AS_HELP_STRING([--enable-docs], [build html documentation])],
|