Changeset 10541 for trunk/FACT++


Ignore:
Timestamp:
05/03/11 18:27:47 (14 years ago)
Author:
tbretz
Message:
Added some helpful output to the arguments
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/.macro_dir/ac_check_package.m4

    r10334 r10541  
    3535
    3636AC_ARG_WITH($1-include,
    37 [  --with-$1-include=DIR        specify exact include dir for $1 headers],
     37[  --with-$1-include=DIR        specify exact include dir for $1 headers (e.g. $4)],
    3838$1_include="$withval")
    3939
    4040AC_ARG_WITH($1-libdir,
    41 [  --with-$1-libdir=DIR        specify exact library dir for $1 library
     41[  --with-$1-libdir=DIR        specify exact library dir for $1 library (e.g. lib$3)
    4242  --without-$1        disables $1 usage completely],
    4343$1_libdir="$withval")
Note: See TracChangeset for help on using the changeset viewer.