Mercurial > hg > octave-kai > gnulib-hg
view modules/arpa_inet-c++-tests @ 15042:8e387f7f0bf9
memrchr: Move AC_LIBOBJ invocations to module description.
* m4/memrchr.m4 (gl_FUNC_MEMRCHR): Call AC_CHECK_FUNCS instead of
AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_MEMRCHR invocations from
here...
* modules/memrchr (configure.ac): ... to here.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 21 May 2011 15:25:34 +0200 |
parents | c475f1b6d204 |
children |
line wrap: on
line source
Files: tests/test-arpa_inet-c++.cc tests/signature.h Status: c++-test Depends-on: ansi-c++-opt configure.ac: Makefile.am: if ANSICXX TESTS += test-arpa_inet-c++ check_PROGRAMS += test-arpa_inet-c++ test_arpa_inet_c___SOURCES = test-arpa_inet-c++.cc test_arpa_inet_c___LDADD = $(LDADD) $(INET_NTOP_LIB) $(INET_PTON_LIB) $(LIBSOCKET) endif