[Github-comments] [geany/geany] Translation message catalogs are always updated when building Geany (Issue #3077)
Robert Di Pardo
notifications at xxxxx
Sun Jan 2 07:23:50 UTC 2022
https://github.com/geany/geany/blob/63a60f6ad799ebaac511e0ab3d251a44ff6c0061/autogen.sh#L33
The `--force` option gets propagated down the toolchain:
~~~sh-session
$ autoreconf --install --verbose --force
autoreconf: Entering directory `.'
autoreconf: running: autopoint --force
autoreconf: running: aclocal --force -I m4
[ . . .]
autoreconf: running: libtoolize --copy --force
[ . . .]
autoreconf: running: /usr/bin/autoconf --force
[ . . .]
autoreconf: running: /usr/bin/autoheader --force
[ . . .]
autoreconf: running: automake --add-missing --copy --force-missing
[ . . .]
~~~
> And just running `autogen.sh` makes git think `INSTALL` is modified.
That's because of `automake . . . `; run it without `--force-missing` and nothing gets modified.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3077#issuecomment-1003674853
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3077/1003674853 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20220101/9df22ae4/attachment.htm>
More information about the Github-comments
mailing list