Changeset 1819
- Timestamp:
- Nov 16, 2016, 9:08:05 AM (8 years ago)
- Location:
- libpsl/trunk/m4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified libpsl/trunk/m4/iconv.m4 ¶
r1815 r1819 127 127 } 128 128 #endif 129 #ifndef __OS2__ /* This bug could be worked around by the caller. */ 129 130 /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is 130 131 provided. */ … … 138 139 && iconv_open ("utf8", "eucJP") == (iconv_t)(-1)) 139 140 return 1; 141 #endif 140 142 return 0; 141 143 }], [am_cv_func_iconv_works=yes], [am_cv_func_iconv_works=no], -
TabularUnified libpsl/trunk/m4/po.m4 ¶
r1815 r1819 110 110 case "$ac_given_srcdir" in 111 111 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; 112 /*) top_srcdir="$ac_given_srcdir" ;;112 [\\/]* | ?:[\\/]*) top_srcdir="$ac_given_srcdir" ;; 113 113 *) top_srcdir="$ac_dots$ac_given_srcdir" ;; 114 114 esac
Note:
See TracChangeset
for help on using the changeset viewer.