* m4/atoll.m4 (gl_FUNC_ATOLL): Move AC_LIBOBJ and gl_PREREQ_ATOLL
invocations from here...
* modules/atoll (configure.ac): ... to here.
+2011-05-05 Bruno Haible <bruno@clisp.org>
+
+ atoll: Move AC_LIBOBJ invocations to module description.
+ * m4/atoll.m4 (gl_FUNC_ATOLL): Move AC_LIBOBJ and gl_PREREQ_ATOLL
+ invocations from here...
+ * modules/atoll (configure.ac): ... to here.
+
2011-05-05 Bruno Haible <bruno@clisp.org>
argz: Move AC_LIBOBJ invocations to module description.
-# atoll.m4 serial 1
+# atoll.m4 serial 2
dnl Copyright (C) 2008-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_FUNCS([atoll])
if test $ac_cv_func_atoll = no; then
HAVE_ATOLL=0
- AC_LIBOBJ([atoll])
- gl_PREREQ_ATOLL
fi
fi
])
configure.ac:
gl_FUNC_ATOLL
+if test $HAVE_ATOLL = 0; then
+ AC_LIBOBJ([atoll])
+ gl_PREREQ_ATOLL
+fi
gl_STDLIB_MODULE_INDICATOR([atoll])
Makefile.am: