Changeset 2496:b768df8eaeec for m4

Show
Ignore:
Timestamp:
2001-07-03 12:32:10 (7 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

Iconv-related cleanup. From Brendan Cully.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • m4/iconv.m4

    r2453 r2496  
    99 
    1010  AC_ARG_WITH([libiconv-prefix], 
    11 [  --with-libiconv-prefix=DIR  search for libiconv in DIR/include and DIR/lib], [ 
     11[  --with-libiconv-prefix=DIR Search for libiconv in DIR/include and DIR/lib], [ 
    1212    for dir in `echo "$withval" | tr : ' '`; do 
    1313      if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi