summaryrefslogtreecommitdiff
path: root/m4/popen.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-21 17:04:18 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:06:36 +0200
commit992540004ee8488817c6afec188d2e3cbda0f469 (patch)
tree8a4653fe4fc61013b707c1f2175f857cdc6deb23 /m4/popen.m4
parent752f38f3ea77b7f20360bc3d5912eb22e288faed (diff)
downloadgnulib-992540004ee8488817c6afec188d2e3cbda0f469.tar.gz
popen: Move AC_LIBOBJ invocations to module description.
* m4/popen.m4 (gl_FUNC_POPEN): Move AC_LIBOBJ and gl_PREREQ_POPEN invocations from here... * modules/popen (configure.ac): ... to here.
Diffstat (limited to 'm4/popen.m4')
-rw-r--r--m4/popen.m44
1 files changed, 1 insertions, 3 deletions
diff --git a/m4/popen.m4 b/m4/popen.m4
index 7477923efd..c45298145f 100644
--- a/m4/popen.m4
+++ b/m4/popen.m4
@@ -1,4 +1,4 @@
-# popen.m4 serial 3
+# popen.m4 serial 4
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,
@@ -27,8 +27,6 @@ AC_DEFUN([gl_FUNC_POPEN],
])
if test "$gl_cv_func_popen_works" = no; then
REPLACE_POPEN=1
- AC_LIBOBJ([popen])
- gl_PREREQ_POPEN
fi
])