* m4/alphasort.m4 (gl_FUNC_ALPHASORT): Move AC_LIBOBJ and
gl_PREREQ_ALPHASORT invocations from here...
* modules/alphasort (configure.ac): ... to here.
+2011-05-05 Bruno Haible <bruno@clisp.org>
+
+ alphasort: Move AC_LIBOBJ invocations to module description.
+ * m4/alphasort.m4 (gl_FUNC_ALPHASORT): Move AC_LIBOBJ and
+ gl_PREREQ_ALPHASORT invocations from here...
+ * modules/alphasort (configure.ac): ... to here.
+
2011-06-15 Paul Eggert <eggert@cs.ucla.edu>
verify: new macro verify_expr; verify_true deprecated
-# alphasort.m4 serial 1
+# alphasort.m4 serial 2
dnl Copyright (C) 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_FUNCS([alphasort])
if test $ac_cv_func_alphasort = no; then
HAVE_ALPHASORT=0
- AC_LIBOBJ([alphasort])
- gl_PREREQ_ALPHASORT
fi
])
configure.ac:
gl_FUNC_ALPHASORT
+if test $HAVE_ALPHASORT = 0; then
+ AC_LIBOBJ([alphasort])
+ gl_PREREQ_ALPHASORT
+fi
gl_DIRENT_MODULE_INDICATOR([alphasort])
Makefile.am: