Changeset 172 for trunk/configure.ac
- Timestamp:
- Aug 27, 2006, 12:15:31 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r171 r172 49 49 CXXFLAGS="-Wall -pedantic -Wno-long-long" 50 50 51 AC_ARG_ENABLE(debug,[ --enable-debug turn on debug options and code]) 51 AC_ARG_ENABLE(debug, 52 [AS_HELP_STRING([--enable-debug],[turn on debug options and code])]) 52 53 if test "${enable_debug}" = "yes" ; then 53 54 CXXFLAGS="$CXXFLAGS -g -O" … … 59 60 # optionally prepare for building static libraries. 60 61 AC_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])]) 62 65 if test "$enable_staticbin" = "yes"; then 63 66 case $host in … … 97 100 svn_found="yes" 98 101 AC_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]]])], 100 103 [ LDFLAGS="$LDFLAGS -L$withval/lib" CPPFLAGS="$CPPFLAGS -I$withval/include"]) 101 104 AC_CHECK_HEADER([subversion-1/svn_types.h],,svn_found="no")
Note: See TracChangeset
for help on using the changeset viewer.