summaryrefslogtreecommitdiff
path: root/m4/expl.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-21 11:36:27 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:06:20 +0200
commit22abbd284a52864610fca7e42d17f08845a8e26e (patch)
treed24f50cab9bafa958e97c5b284bef055e5810a14 /m4/expl.m4
parentd40924760c0af7c2b69e315154ff54a95a6338bf (diff)
downloadgnulib-22abbd284a52864610fca7e42d17f08845a8e26e.tar.gz
expl: Move AC_LIBOBJ invocations to module description.
* m4/expl.m4 (gl_FUNC_EXPL): Move AC_LIBOBJ invocation from here... * modules/expl (configure.ac): ... to here.
Diffstat (limited to 'm4/expl.m4')
-rw-r--r--m4/expl.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/expl.m4 b/m4/expl.m4
index 01db76c761..8f1a9a9780 100644
--- a/m4/expl.m4
+++ b/m4/expl.m4
@@ -1,4 +1,4 @@
-# expl.m4 serial 2
+# expl.m4 serial 3
dnl Copyright (C) 2010-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,
@@ -55,7 +55,7 @@ AC_DEFUN([gl_FUNC_EXPL],
else
HAVE_DECL_EXPL=0
HAVE_EXPL=0
- AC_LIBOBJ([expl])
+ dnl Find libraries needed to link lib/expl.c.
AC_REQUIRE([gl_FUNC_FLOORL])
EXPL_LIBM="$FLOORL_LIBM"
fi