gnulib-tool.py: Regenerate aclocal.m4 before using 'autoconf -t ...'.
[gnulib.git] / modules / locale-c++-tests
blob8346327d86284c6fb6465e3b7d3498baed68e609
1 Files:
2 tests/test-locale-c++.cc
3 tests/test-locale-c++2.cc
4 tests/signature.h
6 Status:
7 c++-test
9 Depends-on:
10 ansi-c++-opt
12 configure.ac:
14 Makefile.am:
15 if ANSICXX
16 TESTS += test-locale-c++
17 check_PROGRAMS += test-locale-c++
18 test_locale_c___SOURCES = test-locale-c++.cc test-locale-c++2.cc
19 test_locale_c___LDADD = $(LDADD) $(SETLOCALE_LIB)
20 endif