* m4/non-recursive-gnulib-prefix-hack.m4: Change a hard-coded "lib"
to "$1". This macro is always invoked with $1 == lib.
Spotted by Bruno Haible
+2016-10-16 Jim Meyering <meyering@fb.com>
+
+ non-recursive-gnulib-prefix-hack: fix inconsequential typo
+ * m4/non-recursive-gnulib-prefix-hack.m4: Change a hard-coded "lib"
+ to "$1". This macro is always invoked with $1 == lib.
+ Spotted by Bruno Haible
+
2016-10-16 Bruno Haible <bruno@clisp.org>
Fix a test crash.
AC_DEFUN([gl_NON_RECURSIVE_GNULIB_PREFIX_HACK],
[
# Tell AC_LIBSOURCES where to find source files like alloca.c.
- AC_CONFIG_LIBOBJ_DIR([lib])
+ AC_CONFIG_LIBOBJ_DIR([$1])
# This hack originated in bison. It is required when using non-recursive
# automake rules to build from gnulib-provided lib/ sources. Hence, LIB_DIR