Changeset 1022

Show
Ignore:
Timestamp:
03/15/08 13:19:32 (9 months ago)
Author:
alonbl
Message:

Make --with-<> consistent

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/alonbl/build/configure.ac

    r1021 r1022  
    139139 
    140140AC_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@:>@])], 
    143143        [ 
    144144                if test "${withval}" = "yes"; then 
     
    152152 
    153153AC_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@:>@])], 
    156156        [ 
    157157                if test "${withval}" = "yes"; then 
     
    165165 
    166166AC_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@:>@])], 
    169169        [ 
    170170                if test "${withval}" = "yes"; then 
     
    178178 
    179179AC_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@:>@])], 
    182182        [ifddir="${withval}"], 
    183183        [ifddir="${usrlibdir}/ifd"]