mbrlen: Move AC_LIBOBJ invocations to module description.
[pspp] / m4 / roundl.m4
index 9d736112b715c25dfe6de25e3afefedf072133c1..790e0fecccf204958cc6c57f285dd43a250add99 100644 (file)
@@ -1,5 +1,5 @@
-# roundl.m4 serial 8
-dnl Copyright (C) 2007, 2009-2010 Free Software Foundation, Inc.
+# roundl.m4 serial 9
+dnl Copyright (C) 2007, 2009-2011 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
@@ -54,7 +54,7 @@ int main()
     HAVE_DECL_ROUNDL=0
   fi
   if test $HAVE_DECL_ROUNDL = 0 || test $REPLACE_ROUNDL = 1; then
-    AC_LIBOBJ([roundl])
+    dnl Find libraries needed to link lib/roundl.c.
     AC_CHECK_DECLS([ceill, floorl], , , [#include <math.h>])
     if test "$ac_cv_have_decl_floorl" = yes \
        && test "$ac_cv_have_decl_ceill" = yes; then