Lines Matching +refs:autoconf +refs:mode +refs:map
1 # Process this file with autoconf to produce a configure script, like so:
2 # aclocal && autoconf && autoheader && automake
13 # other package using autoconf. Therefore, 'target' and 'host' will
189 LDFLAGS="$LDFLAGS -fPIC -shared -Wl,--version-script,./conftest.map"
190 cat > conftest.map <<EOF
200 LDFLAGS="$LDFLAGS -fPIC -shared -Wl,-M,./conftest.map"
202 cat > conftest.map <<EOF
222 typedef _Complex float __attribute__((mode(TC))) __complex128;
224 typedef _Complex float __attribute__((mode(KC))) __complex128;
336 wctrans_t map = wctrans ("to_outpunct");
337 wint_t wdecimal = towctrans (L'.', map);