Changeset 1022
- Timestamp:
- 03/15/08 13:19:32 (9 months ago)
- Files:
-
- 1 modified
-
branches/alonbl/build/configure.ac (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/alonbl/build/configure.ac
r1021 r1022 139 139 140 140 AC_ARG_WITH( 141 [bundle -dir],142 [AC_HELP_STRING([--with-bundle -dir=PATH], [install bundle file for pcsc-lite to PATH @<:@not installed@:>@])],141 [bundle], 142 [AC_HELP_STRING([--with-bundle=PATH], [install bundle file for pcsc-lite to PATH @<:@not installed@:>@])], 143 143 [ 144 144 if test "${withval}" = "yes"; then … … 152 152 153 153 AC_ARG_WITH( 154 [udev -dir],155 [AC_HELP_STRING([--with-udev -dir=PATH], [install udev files into PATH @<:@not installed@:>@])],154 [udev], 155 [AC_HELP_STRING([--with-udev=PATH], [install udev files into PATH @<:@not installed@:>@])], 156 156 [ 157 157 if test "${withval}" = "yes"; then … … 165 165 166 166 AC_ARG_WITH( 167 [hotplug -dir],168 [AC_HELP_STRING([--with-hotplug -dir=PATH], [install hotplug files into PATH @<:@not installed@:>@])],167 [hotplug], 168 [AC_HELP_STRING([--with-hotplug=PATH], [install hotplug files into PATH @<:@not installed@:>@])], 169 169 [ 170 170 if test "${withval}" = "yes"; then … … 178 178 179 179 AC_ARG_ENABLE( 180 [ifd -dir],181 [AC_HELP_STRING([--with-ifd -dir], [ifd directory. @<:@/usr/lib/ifd@:>@])],180 [ifddir], 181 [AC_HELP_STRING([--with-ifddir], [ifd directory. @<:@/usr/lib/ifd@:>@])], 182 182 [ifddir="${withval}"], 183 183 [ifddir="${usrlibdir}/ifd"]
