diff options
author | Bruno Haible <bruno@clisp.org> | 2010-01-19 01:50:01 +0100 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2010-01-19 01:50:01 +0100 |
commit | 438ba4dda6cffac43a76642edbde5eb3504001d9 (patch) | |
tree | 439d84edea871a10d725c5a67bd4846adf96b522 /m4/sqrt.m4 | |
parent | 8b893ddd3707e3ca0703933d9a72eaea356759e5 (diff) | |
download | gnulib-438ba4dda6cffac43a76642edbde5eb3504001d9.tar.gz |
sqrt: Make gl_FUNC_SQRT requirable.
Diffstat (limited to 'm4/sqrt.m4')
-rw-r--r-- | m4/sqrt.m4 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/m4/sqrt.m4 b/m4/sqrt.m4 new file mode 100644 index 0000000000..947389a927 --- /dev/null +++ b/m4/sqrt.m4 @@ -0,0 +1,10 @@ +# 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]) +]) |