Re: gnulib-tool: conditional dependencies calculation

2018-06-27 Thread Dmitry Selyutin
Hi all, sorry for a long absence of news. I'm completely occupied by my work and lack time to continue working on gnulib-tool on regular basis. However, I'm remembering about the project, and would like to continue the work. I'd like to revive the old topic, already asked here. I don't

Re: gnulib-tool: conditional dependencies calculation

2018-02-11 Thread Dmitry Selyutin
Hi Bruno, thank you for answer! It seems that I was confused by the following entry in `diff -ur dir1 dir2` output: @@ -123,8 +124,8 @@ BUILT_SOURCES += configmake.h CLEANFILES += configmake.h configmake.h-t -endif +endif I've

Re: gnulib-tool: conditional dependencies calculation

2018-02-11 Thread Bruno Haible
Hi Dmitry, > gnulib-tool --with-tests --conditional-dependencies --no-changelog --aux-dir > build-aux --doc-base doc --lib libgnu --m4-base m4/ --source-base lib/ -- > tests-base tests --local-dir gl --makefile-name=gnulib.mk --libtool --import > fnmatch vasnprintf > > ... module configmake is

gnulib-tool: conditional dependencies calculation

2018-02-10 Thread Dmitry Selyutin
During implementing support for --conditional-dependencies option I've found a strange behavior, which makes me thinking that I don't quite get how module's conditional state is being calculated. Let's consider the following gnulib- tool invocation: gnulib-tool --with-tests