summaryrefslogtreecommitdiff
path: root/m4/glob.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-08 19:36:38 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:06:09 +0200
commite2612b9372065ea4a2216af8cb46dc2d91fa1dd1 (patch)
treedb9066e2315e4985427ee7247928de7023790ec0 /m4/glob.m4
parent04e7654144c4fef4e6e77b630f37abc15e67648c (diff)
downloadgnulib-e2612b9372065ea4a2216af8cb46dc2d91fa1dd1.tar.gz
glob: Move AC_LIBOBJ invocations to module description.
* m4/glob.m4 (gl_GLOB): Move AC_LIBOBJ and gl_PREREQ_GLOB invocations from here... * modules/glob (configure.ac): ... to here.
Diffstat (limited to 'm4/glob.m4')
-rw-r--r--m4/glob.m46
1 files changed, 1 insertions, 5 deletions
diff --git a/m4/glob.m4 b/m4/glob.m4
index 8dbfa9edb3..5aaa6b4434 100644
--- a/m4/glob.m4
+++ b/m4/glob.m4
@@ -1,4 +1,4 @@
-# glob.m4 serial 13
+# glob.m4 serial 14
dnl Copyright (C) 2005-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,
@@ -55,10 +55,6 @@ if (glob ("conf*-globtest", 0, NULL, &found) == GLOB_NOMATCH) return 1;]])],
rm -f conf$$-globtest
- if test -n "$GLOB_H"; then
- AC_LIBOBJ([glob])
- gl_PREREQ_GLOB
- fi
AC_SUBST([GLOB_H])
AM_CONDITIONAL([GL_GENERATE_GLOB_H], [test -n "$GLOB_H"])
])