+2010-01-18 Bruno Haible <bruno@clisp.org>
+
+ sqrt: Make gl_FUNC_SQRT requirable.
+ * m4/sqrt.m4: New file.
+ * modules/sqrt (Files): Add it.
+ (configure.ac): Invoke gl_FUNC_SQRT.
+
2010-01-18 Bruno Haible <bruno@clisp.org>
New modules for common <math.h> functions.
--- /dev/null
+# sqrt.m4 serial 1
+dnl Copyright (C) 2010 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.
+
+AC_DEFUN([gl_FUNC_SQRT],
+[
+ gl_MATHFUNC([sqrt])
+])
sqrt() function: square root.
Files:
+m4/sqrt.m4
m4/mathfunc.m4
Depends-on:
configure.ac:
-gl_MATHFUNC([sqrt])
+gl_FUNC_SQRT
Makefile.am: