Collin Funk wrote:
> When running the following command,
> 
> gnulib-tool.py --create-testdir --dir test-dir-python dummy
> 
> creates a configure.ac like so:
> 
> gl_source_base='gllib'
> 
> \
>   m4_ifval(gl_LIBSOURCES_LIST, [
>     m4_syscmd([test ! -d ]m4_defn([gl_LIBSOURCES_DIR])[ ||
> ...
>     AC_SUBST([gl_LIBOBJS], [$gl_libobjs])
>     AC_SUBST([gl_LTLIBOBJS], [$gl_ltlibobjs])
>   ])\n  LIBGNU_LIBDEPS="$gl_libdeps"
> ...

Indeed, that's not right.

Thanks for the patch; applied.

> https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=f00ef30ee0a68bf91cfd081afc784cb8ffd00656
> 
> I assume that this string literal was changed to a raw string [1] in
> order to avoid having to escape a sed statement. Since it is already
> wrapped in triple quotes we can just add a newline in the code

I guess I wasn't very familiar with raw strings when I did this change.

Bruno




Reply via email to