Changeset 1819


Ignore:
Timestamp:
Nov 16, 2016, 9:08:05 AM (8 years ago)
Author:
Silvan Scherrer
Message:

libpsl: adjust the usual m4 files

Location:
libpsl/trunk/m4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified libpsl/trunk/m4/iconv.m4

    r1815 r1819  
    127127  }
    128128#endif
     129#ifndef __OS2__ /* This bug could be worked around by the caller.  */
    129130  /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is
    130131     provided.  */
     
    138139      && iconv_open ("utf8", "eucJP") == (iconv_t)(-1))
    139140    return 1;
     141#endif
    140142  return 0;
    141143}], [am_cv_func_iconv_works=yes], [am_cv_func_iconv_works=no],
  • TabularUnified libpsl/trunk/m4/po.m4

    r1815 r1819  
    110110        case "$ac_given_srcdir" in
    111111          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
    112           /*) top_srcdir="$ac_given_srcdir" ;;
     112          [\\/]* | ?:[\\/]*) top_srcdir="$ac_given_srcdir" ;;
    113113          *)  top_srcdir="$ac_dots$ac_given_srcdir" ;;
    114114        esac
Note: See TracChangeset for help on using the changeset viewer.