iswblank: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / floor
index f0eaef8431bd410d0f20206a31d1c74de87bdfa6..c4c71e9a3763103681d4e656ff7dfea6e1eef78e 100644 (file)
@@ -2,13 +2,19 @@ Description:
 floor() function: round towards negative infinity.
 
 Files:
+lib/floor.c
 m4/floor.m4
 
 Depends-on:
 math
+float           [test $REPLACE_FLOOR = 1]
 
 configure.ac:
 gl_FUNC_FLOOR
+if test $REPLACE_FLOOR = 1; then
+  AC_LIBOBJ([floor])
+fi
+gl_MATH_MODULE_INDICATOR([floor])
 
 Makefile.am: