summaryrefslogtreecommitdiff
path: root/modules/readline
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-21 17:56:39 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:06:40 +0200
commitb0129b466434115f93d3e17b3954bcc82ccaec09 (patch)
treef764a153de0213efe0690594f994f85c0ebbebf6 /modules/readline
parentf159f0b2521ec176a7bfd25e1e153b870d0fb0e8 (diff)
downloadgnulib-b0129b466434115f93d3e17b3954bcc82ccaec09.tar.gz
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.
Diffstat (limited to 'modules/readline')
-rw-r--r--modules/readline4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/readline b/modules/readline
index 7f2af8f061..9cee3bb271 100644
--- a/modules/readline
+++ b/modules/readline
@@ -12,6 +12,10 @@ getline [test "$gl_cv_lib_readline" = no]
configure.ac:
gl_FUNC_READLINE
+if test "$gl_cv_lib_readline" = no; then
+ AC_LIBOBJ([readline])
+ gl_PREREQ_READLINE
+fi
Makefile.am: