From: Jim Meyering Date: Sun, 16 Oct 2016 20:24:09 +0000 (-0700) Subject: non-recursive-gnulib-prefix-hack: fix inconsequential typo X-Git-Tag: v1.0~6601 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=3f73cb2ea266073c34d11a81bb557bd8798396da;p=gnulib.git 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 --- diff --git a/ChangeLog b/ChangeLog index 4fcfdaf308..059ff2c82c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2016-10-16 Jim Meyering + + 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 Fix a test crash. diff --git a/m4/non-recursive-gnulib-prefix-hack.m4 b/m4/non-recursive-gnulib-prefix-hack.m4 index 10e126882e..298c4bc3b5 100644 --- a/m4/non-recursive-gnulib-prefix-hack.m4 +++ b/m4/non-recursive-gnulib-prefix-hack.m4 @@ -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