warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / wctype-h-c++-tests
blob2b22df47380e209812685ea17042027320b84567
1 Files:
2 tests/test-wctype-h-c++.cc
3 tests/signature.h
5 Status:
6 c++-test
8 Depends-on:
9 ansi-c++-opt
11 configure.ac:
13 Makefile.am:
14 if ANSICXX
15 TESTS += test-wctype-h-c++
16 check_PROGRAMS += test-wctype-h-c++
17 test_wctype_h_c___SOURCES = test-wctype-h-c++.cc
18 test_wctype_h_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_NANOSLEEP) $(LIB_EACCESS)
19 endif