Changeset 1046
- Timestamp:
- 05/14/08 20:09:22 (7 months ago)
- Files:
-
- 1 modified
-
trunk/configure.ac (modified) (10 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r1045 r1046 93 93 AC_ARG_ENABLE( 94 94 [doc], 95 [AC_HELP_STRING([--enable-doc], [enable installation of documents .@<:@disabled@:>@])],95 [AC_HELP_STRING([--enable-doc], [enable installation of documents @<:@disabled@:>@])], 96 96 , 97 97 [enable_doc="no"] … … 100 100 AC_ARG_ENABLE( 101 101 [api-doc], 102 [AC_HELP_STRING([--enable-api-doc], [enable generation and installation of api documents .@<:@disabled@:>@])],102 [AC_HELP_STRING([--enable-api-doc], [enable generation and installation of api documents @<:@disabled@:>@])], 103 103 , 104 104 [enable_api_doc="no"] … … 107 107 AC_ARG_ENABLE( 108 108 [pcsc], 109 [AC_HELP_STRING([--enable-pcsc], [enable pcsc support .@<:@disabled@:>@])],109 [AC_HELP_STRING([--enable-pcsc], [enable pcsc support @<:@disabled@:>@])], 110 110 , 111 111 [enable_pcsc="no"] … … 114 114 AC_ARG_ENABLE( 115 115 [usb], 116 [AC_HELP_STRING([--enable-usb], [enable usb support .@<:@disabled@:>@])],116 [AC_HELP_STRING([--enable-usb], [enable usb support @<:@disabled@:>@])], 117 117 , 118 118 [enable_usb="no"] … … 121 121 AC_ARG_ENABLE( 122 122 [debug], 123 [AC_HELP_STRING([--enable-debug], [enable debug messages .@<:@disabled@:>@])],123 [AC_HELP_STRING([--enable-debug], [enable debug messages @<:@disabled@:>@])], 124 124 [test "${enableval}" = "yes" && AC_DEFINE([DEBUG], [1], [Enable debug messages.])] 125 125 ) … … 127 127 AC_ARG_ENABLE( 128 128 [sunray], 129 [AC_HELP_STRING([--enable-sunray], [enable sunray support .@<:@disabled@:>@])],129 [AC_HELP_STRING([--enable-sunray], [enable sunray support @<:@disabled@:>@])], 130 130 [test "${enableval}" = "yes" && AC_DEFINE([sunray], [1], [Enable sunray support.])] 131 131 ) … … 133 133 AC_ARG_ENABLE( 134 134 [sunrayclient], 135 [AC_HELP_STRING([--enable-sunrayclient], [enable sunray client support .@<:@disabled@:>@])],135 [AC_HELP_STRING([--enable-sunrayclient], [enable sunray client support @<:@disabled@:>@])], 136 136 [test "${enableval}" = "yes" && AC_DEFINE(sunrayclient, 1, [Enable sunray client support.])] 137 137 ) … … 139 139 AC_ARG_ENABLE( 140 140 [non-privileged], 141 [AC_HELP_STRING([--enable-non-privileged], [enable non privileged mode .@<:@disabled@:>@])],141 [AC_HELP_STRING([--enable-non-privileged], [enable non privileged mode @<:@disabled@:>@])], 142 142 [test "${enableval}" = "no" && ENABLE_NON_PRIVILEGED="#"], 143 143 [ENABLE_NON_PRIVILEGED="#"] … … 185 185 AC_ARG_WITH( 186 186 [ifddir], 187 [AC_HELP_STRING([--with-ifddir], [ifd directory .@<:@/usr/lib/ifd@:>@])],187 [AC_HELP_STRING([--with-ifddir], [ifd directory @<:@/usr/lib/ifd@:>@])], 188 188 [ifddir="${withval}"], 189 189 [ifddir="${usrlibdir}/ifd"] … … 192 192 AC_ARG_WITH( 193 193 [apidocdir], 194 [AC_HELP_STRING([--with-apidocdir], [put API documents at this directory , default HTMLDIR/api])],194 [AC_HELP_STRING([--with-apidocdir], [put API documents at this directory @<:@HTMLDIR/api@:>@])], 195 195 [apidocdir="${with_apidocdir}"], 196 196 [apidocdir="\$(htmldir)/api"]
