]> Savannah Git Hosting - gnulib.git/commitdiff
non-recursive-gnulib-prefix-hack: Don't make assumptions about gnulib-tool's --source...
authorBruno Haible <bruno@clisp.org>
Sat, 22 Oct 2016 17:17:26 +0000 (19:17 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 23 Oct 2016 10:50:05 +0000 (12:50 +0200)
* modules/non-recursive-gnulib-prefix-hack (configure.ac): Use
gl_source_base.

ChangeLog
modules/non-recursive-gnulib-prefix-hack

index 2f318493988d586c47ee1104779c283d2da07cda..1db20d736d73cd2bf22e939e2ed96ad3ccb469e7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        iconv: Avoid compilation error when bootstrapping GNU libiconv.
index 80bc27f0bbf51fad2178c7b03f9148f3ce5225b5..f938d30a290dd5ece5fb1864b3559466c7bc5074 100644 (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: