summaryrefslogtreecommitdiff
path: root/m4/getsubopt.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-08 13:24:43 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:06:08 +0200
commite550c49d4d8fc3ce6bc3508df14ad72836225402 (patch)
tree1501fd6e35e23ad68c250d2e4362cf2f5896645d /m4/getsubopt.m4
parent4d1af83a4cfc1a443cc32b76729f8f238af3b6a7 (diff)
downloadgnulib-e550c49d4d8fc3ce6bc3508df14ad72836225402.tar.gz
getsubopt: Move AC_LIBOBJ invocations to module description.
* m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Move AC_LIBOBJ and gl_PREREQ_GETSUBOPT invocations from here... * modules/getsubopt (configure.ac): ... to here.
Diffstat (limited to 'm4/getsubopt.m4')
-rw-r--r--m4/getsubopt.m44
1 files changed, 1 insertions, 3 deletions
diff --git a/m4/getsubopt.m4 b/m4/getsubopt.m4
index 11dc5d81df..827d8c5626 100644
--- a/m4/getsubopt.m4
+++ b/m4/getsubopt.m4
@@ -1,4 +1,4 @@
-# getsubopt.m4 serial 4
+# getsubopt.m4 serial 5
dnl Copyright (C) 2004, 2007, 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,
@@ -13,8 +13,6 @@ AC_DEFUN([gl_FUNC_GETSUBOPT],
AC_CHECK_FUNCS_ONCE([getsubopt])
if test $ac_cv_func_getsubopt = no; then
HAVE_GETSUBOPT=0
- AC_LIBOBJ([getsubopt])
- gl_PREREQ_GETSUBOPT
fi
])