1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00

non-recursive-gnulib-prefix-hack: Don't make assumptions about gnulib-tool's --source-base option value.

* modules/non-recursive-gnulib-prefix-hack (configure.ac): Use
gl_source_base.
This commit is contained in:
Bruno Haible
2016-10-22 19:17:26 +02:00
parent 20c204fdd9
commit df6f91c65d
2 changed files with 8 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ configure.ac:
dnl Run our hack near the end, just before config.status creation.
dnl It must happen late, i.e., after gl_LIBOBJS has been finalized.
AC_CONFIG_COMMANDS_PRE([
gl_NON_RECURSIVE_GNULIB_PREFIX_HACK([lib])
gl_NON_RECURSIVE_GNULIB_PREFIX_HACK([$gl_source_base])
])
Makefile.am: