Changeset 172 for trunk/configure.ac


Ignore:
Timestamp:
Aug 27, 2006, 12:15:31 AM (17 years ago)
Author:
Jari Häkkinen
Message:

Polished configure.ac

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r171 r172  
    4949CXXFLAGS="-Wall -pedantic -Wno-long-long"
    5050
    51 AC_ARG_ENABLE(debug,[  --enable-debug          turn on debug options and code])
     51AC_ARG_ENABLE(debug,
     52  [AS_HELP_STRING([--enable-debug],[turn on debug options and code])])
    5253if test "${enable_debug}" = "yes" ; then
    5354    CXXFLAGS="$CXXFLAGS -g -O"
     
    5960# optionally prepare for building static libraries.
    6061AC_ARG_ENABLE(staticbin,
    61   [  --enable-staticbin      create a static binary])
     62  [AS_HELP_STRING([--enable-staticbin], [create a static binary,
     63  at least as static as the available underlying libraries
     64  allows])])
    6265if test "$enable_staticbin" = "yes"; then
    6366  case $host in
     
    97100svn_found="yes"
    98101AC_ARG_WITH(svn,
    99   [  --with-svn=DIR          prefix for svn developer files [[PREFIX]]],
     102  [AS_HELP_STRING([--with-svn=DIR],[prefix for svn developer files [[PREFIX]]])],
    100103  [ LDFLAGS="$LDFLAGS -L$withval/lib" CPPFLAGS="$CPPFLAGS -I$withval/include"])
    101104AC_CHECK_HEADER([subversion-1/svn_types.h],,svn_found="no")
Note: See TracChangeset for help on using the changeset viewer.