Mercurial > hg > octave-jordi > gnulib-hg
comparison m4/truncl.m4 @ 15009:2917eb19f982
truncl: Move AC_LIBOBJ invocations to module description.
* m4/truncl.m4 (gl_FUNC_TRUNCL): Move AC_LIBOBJ invocation from here...
* modules/truncl (configure.ac): ... to here.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 21 May 2011 11:32:55 +0200 |
parents | 97fc9a21a8fb |
children | a9c28bdd16ab |
comparison
equal
deleted
inserted
replaced
15008:43d9d32b39cb | 15009:2917eb19f982 |
---|---|
1 # truncl.m4 serial 6 | 1 # truncl.m4 serial 7 |
2 dnl Copyright (C) 2007-2008, 2010-2011 Free Software Foundation, Inc. | 2 dnl Copyright (C) 2007-2008, 2010-2011 Free Software Foundation, Inc. |
3 dnl This file is free software; the Free Software Foundation | 3 dnl This file is free software; the Free Software Foundation |
4 dnl gives unlimited permission to copy and/or distribute it, | 4 dnl gives unlimited permission to copy and/or distribute it, |
5 dnl with or without modifications, as long as this notice is preserved. | 5 dnl with or without modifications, as long as this notice is preserved. |
6 | 6 |
105 ]) | 105 ]) |
106 else | 106 else |
107 HAVE_DECL_TRUNCL=0 | 107 HAVE_DECL_TRUNCL=0 |
108 fi | 108 fi |
109 if test $HAVE_DECL_TRUNCL = 0 || test $REPLACE_TRUNCL = 1; then | 109 if test $HAVE_DECL_TRUNCL = 0 || test $REPLACE_TRUNCL = 1; then |
110 AC_LIBOBJ([truncl]) | 110 dnl No libraries are needed to link lib/truncl.c. |
111 TRUNCL_LIBM= | 111 TRUNCL_LIBM= |
112 fi | 112 fi |
113 AC_SUBST([TRUNCL_LIBM]) | 113 AC_SUBST([TRUNCL_LIBM]) |
114 ]) | 114 ]) |