[Please CC me; I'm not on the list.]
I wrote
For example, in my project I would like to call the script as
prefix-gnulib-mk --lib-name=libgnu gnulib/src/$gnulib_mk
I suggest a patch as below (which needs further polishing to
properly canonicalize the directory path, I guess).
and P
On 6/22/21 9:33 AM, Werner LEMBERG wrote:
I suggest a patch as below (which needs further polishing to properly
canonicalize the directory path, I guess).
Thanks for the suggestion. Could you spell out a little more what sort
of polishing would be needed there? (I'm not a regular user of this
[c7b1e060d17023065c776757da406d728310cc38]
Dear gnulib maintainers,
Currently, the script `prefix-gnulib-mk` replaces variables like
`libbison_a_SOURCES` with `lib_libbison_a_SOURCES`. However, this
works only if the directory is indeed `lib/', which is not the general
case. For example, in