mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-10 04:43:00 +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:
@@ -1,3 +1,10 @@
|
|||||||
|
2016-10-22 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
2016-10-22 Bruno Haible <bruno@clisp.org>
|
2016-10-22 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
iconv: Avoid compilation error when bootstrapping GNU libiconv.
|
iconv: Avoid compilation error when bootstrapping GNU libiconv.
|
||||||
|
@@ -12,7 +12,7 @@ configure.ac:
|
|||||||
dnl Run our hack near the end, just before config.status creation.
|
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.
|
dnl It must happen late, i.e., after gl_LIBOBJS has been finalized.
|
||||||
AC_CONFIG_COMMANDS_PRE([
|
AC_CONFIG_COMMANDS_PRE([
|
||||||
gl_NON_RECURSIVE_GNULIB_PREFIX_HACK([lib])
|
gl_NON_RECURSIVE_GNULIB_PREFIX_HACK([$gl_source_base])
|
||||||
])
|
])
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
|
Reference in New Issue
Block a user