* m4/glob.m4 (gl_GLOB): Move AC_LIBOBJ and gl_PREREQ_GLOB invocations
from here...
* modules/glob (configure.ac): ... to here.
+2011-05-08 Bruno Haible <bruno@clisp.org>
+
+ 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.
+
2011-05-08 Bruno Haible <bruno@clisp.org>
getusershell: Move AC_LIBOBJ invocations to module description.
-# 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,
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"])
])
configure.ac:
gl_GLOB
+if test -n "$GLOB_H"; then
+ AC_LIBOBJ([glob])
+ gl_PREREQ_GLOB
+fi
Makefile.am:
BUILT_SOURCES += $(GLOB_H)