comparison modules/ceil @ 15005:182d0b65605e

ceil: Move AC_LIBOBJ invocations to module description. * m4/ceil.m4 (gl_FUNC_CEIL): Move AC_LIBOBJ invocation from here... * modules/ceil (configure.ac): ... to here.
author Bruno Haible <bruno@clisp.org>
date Sat, 21 May 2011 10:58:45 +0200
parents efab6978105e
children
comparison
equal deleted inserted replaced
15004:44bb55821215 15005:182d0b65605e
9 math 9 math
10 float [test $REPLACE_CEIL = 1] 10 float [test $REPLACE_CEIL = 1]
11 11
12 configure.ac: 12 configure.ac:
13 gl_FUNC_CEIL 13 gl_FUNC_CEIL
14 if test $REPLACE_CEIL = 1; then
15 AC_LIBOBJ([ceil])
16 fi
14 gl_MATH_MODULE_INDICATOR([ceil]) 17 gl_MATH_MODULE_INDICATOR([ceil])
15 18
16 Makefile.am: 19 Makefile.am:
17 20
18 Include: 21 Include: