]> Savannah Git Hosting - gnulib.git/commitdiff
non-recursive-gnulib-prefix-hack: fix inconsequential typo
authorJim Meyering <meyering@fb.com>
Sun, 16 Oct 2016 20:24:09 +0000 (13:24 -0700)
committerJim Meyering <meyering@fb.com>
Sun, 16 Oct 2016 20:33:36 +0000 (13:33 -0700)
* 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

ChangeLog
m4/non-recursive-gnulib-prefix-hack.m4

index 4fcfdaf308419af956e2e1c860a24debf635e852..059ff2c82ce35c6015a342667e8265b95f642c54 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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.
index 10e126882e5e3a24db59f9b1c86da2b85678fc9d..298c4bc3b55f6cf313a5d49da3a7df1fa2446b8c 100644 (file)
@@ -10,7 +10,7 @@ dnl in the directory specified by LIB_DIR.
 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