* m4/readline.m4 (gl_FUNC_READLINE): Move AC_LIBOBJ and
gl_PREREQ_READLINE invocations from here...
* modules/readline (configure.ac): ... to here.
+2011-05-21 Bruno Haible <bruno@clisp.org>
+
+ readline: Move AC_LIBOBJ invocations to module description.
+ * m4/readline.m4 (gl_FUNC_READLINE): Move AC_LIBOBJ and
+ gl_PREREQ_READLINE invocations from here...
+ * modules/readline (configure.ac): ... to here.
+
2011-05-21 Bruno Haible <bruno@clisp.org>
read: Move AC_LIBOBJ invocations to module description.
-# readline.m4 serial 8
+# readline.m4 serial 9
dnl Copyright (C) 2005-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_SUBST([LTLIBREADLINE])
AC_CHECK_HEADERS([readline/readline.h])
-
- if test "$gl_cv_lib_readline" = no; then
- AC_LIBOBJ([readline])
- gl_PREREQ_READLINE
- fi
])
# Prerequisites of lib/readline.c.
configure.ac:
gl_FUNC_READLINE
+if test "$gl_cv_lib_readline" = no; then
+ AC_LIBOBJ([readline])
+ gl_PREREQ_READLINE
+fi
Makefile.am: