Changeset 10541 for trunk/FACT++
- Timestamp:
- 05/03/11 18:27:47 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/.macro_dir/ac_check_package.m4
r10334 r10541 35 35 36 36 AC_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)], 38 38 $1_include="$withval") 39 39 40 40 AC_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) 42 42 --without-$1 disables $1 usage completely], 43 43 $1_libdir="$withval")
Note:
See TracChangeset
for help on using the changeset viewer.