* m4/imaxabs.m4 (gl_FUNC_IMAXABS): Move AC_LIBOBJ and gl_PREREQ_IMAXABS
invocations from here...
* modules/imaxabs (configure.ac): ... to here.
+2011-05-08 Bruno Haible <bruno@clisp.org>
+
+ imaxabs: Move AC_LIBOBJ invocations to module description.
+ * m4/imaxabs.m4 (gl_FUNC_IMAXABS): Move AC_LIBOBJ and gl_PREREQ_IMAXABS
+ invocations from here...
+ * modules/imaxabs (configure.ac): ... to here.
+
2011-05-08 Bruno Haible <bruno@clisp.org>
getaddrinfo: Move AC_LIBOBJ invocations to module description.
-# imaxabs.m4 serial 2
+# imaxabs.m4 serial 3
dnl Copyright (C) 2006, 2009-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,
AC_CHECK_DECLS_ONCE([imaxabs])
if test "$ac_cv_have_decl_imaxabs" != yes; then
HAVE_DECL_IMAXABS=0
- AC_LIBOBJ([imaxabs])
- gl_PREREQ_IMAXABS
fi
])
configure.ac:
gl_FUNC_IMAXABS
+if test $HAVE_DECL_IMAXABS = 0; then
+ AC_LIBOBJ([imaxabs])
+ gl_PREREQ_IMAXABS
+fi
gl_INTTYPES_MODULE_INDICATOR([imaxabs])
Makefile.am: