Rename gl_INET_PTON.
[pspp] / modules / locale-tests
1 Files:
2 tests/test-locale.c
3 tests/test-locale-c++.cc
4 tests/test-locale-c++2.cc
5 tests/signature.h
6
7 Depends-on:
8 verify
9 ansi-c++-opt
10
11 configure.ac:
12 AC_CHECK_FUNCS_ONCE([newlocale])
13
14 Makefile.am:
15 TESTS += test-locale
16 check_PROGRAMS += test-locale
17 if ANSICXX
18 TESTS += test-locale-c++
19 check_PROGRAMS += test-locale-c++
20 test_locale_c___SOURCES = test-locale-c++.cc test-locale-c++2.cc
21 endif