From 1d9d77a8330f48513aa7bc819d35f24aa18edc53 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 6 May 2011 01:09:53 +0200 Subject: btowc: Move AC_LIBOBJ invocations to module description. * m4/btowc.m4 (gl_FUNC_BTOWC): Move AC_LIBOBJ and gl_PREREQ_BTOWC invocations from here... * modules/btowc (configure.ac): ... to here. --- modules/btowc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/btowc') diff --git a/modules/btowc b/modules/btowc index 1566a2fa71..b9572a6375 100644 --- a/modules/btowc +++ b/modules/btowc @@ -12,6 +12,10 @@ mbtowc [test $HAVE_BTOWC = 0 || test $REPLACE_BTOWC = 1] configure.ac: gl_FUNC_BTOWC +if test $HAVE_BTOWC = 0 || test $REPLACE_BTOWC = 1; then + AC_LIBOBJ([btowc]) + gl_PREREQ_BTOWC +fi gl_WCHAR_MODULE_INDICATOR([btowc]) Makefile.am: -- cgit v1.2.1