Changeset 3921:500373828600 for m4
- Timestamp:
- 2005-02-12 16:25:37 (4 years ago)
- Branch:
- HEAD
- Location:
- m4
- Files:
-
- 2 modified
-
gettext.m4 (modified) (2 diffs)
-
iconv.m4 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
m4/gettext.m4
r3129 r3921 51 51 dnl Default is enabled NLS 52 52 AC_ARG_ENABLE(nls, 53 [ --disable-nls Do not use Native Language Support],53 AC_HELP_STRING([--disable-nls], [Do not use Native Language Support]), 54 54 USE_NLS=$enableval, USE_NLS=yes) 55 55 AC_MSG_RESULT($USE_NLS) … … 67 67 AC_MSG_CHECKING([whether included gettext is requested]) 68 68 AC_ARG_WITH(included-gettext, 69 [ --with-included-gettext Use the GNU gettext library included here],69 AC_HELP_STRING([--with-included-gettext], [Use the GNU gettext library included here]), 70 70 nls_cv_force_use_gnu_gettext=$withval, 71 71 nls_cv_force_use_gnu_gettext=no) -
m4/iconv.m4
r3129 r3921 9 9 10 10 AC_ARG_WITH([libiconv-prefix], 11 [ --with-libiconv-prefix=DIR Search for libiconv in DIR/include and DIR/lib], [11 AC_HELP_STRING([--with-libiconv-prefix=DIR], [Search for libiconv in DIR/include and DIR/lib]), [ 12 12 for dir in `echo "$withval" | tr : ' '`; do 13 13 if test -d $dir/include; then CPPFLAGS="$CPPFLAGS -I$dir/include"; fi
