+2010-04-04 Bruno Haible <bruno@clisp.org>
+
+ * m4/trunc.m4 (gl_FUNC_TRUNC): Remove redundant AC_SUBST invocation.
+ * m4/truncf.m4 (gl_FUNC_TRUNCF): Likewise.
+
2010-04-04 Bruno Haible <bruno@clisp.org>
* m4/tmpfile.m4 (gl_FUNC_TMPFILE): Renamed from gl_TMPFILE.
-# trunc.m4 serial 2
-dnl Copyright (C) 2007, 2009, 2010 Free Software Foundation, Inc.
+# trunc.m4 serial 3
+dnl Copyright (C) 2007, 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_LIBOBJ([trunc])
TRUNC_LIBM=
fi
- AC_SUBST([HAVE_DECL_TRUNC])
AC_SUBST([TRUNC_LIBM])
])
-# truncf.m4 serial 1
-dnl Copyright (C) 2007, 2009, 2010 Free Software Foundation, Inc.
+# truncf.m4 serial 2
+dnl Copyright (C) 2007, 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_LIBOBJ([truncf])
TRUNCF_LIBM=
fi
- AC_SUBST([HAVE_DECL_TRUNCF])
AC_SUBST([TRUNCF_LIBM])
])