[gnutls-devel] GnuTLS | @VERSION@ not replaced in src/args-std.def (#567)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Tue Sep 18 10:30:08 CEST 2018


New Issue was created.

Issue 567: https://gitlab.com/gnutls/gnutls/issues/567
Author:    Tim Rühsen
Assignee:  

The sed code that does it is in Makefile.am, target `dist-hook`. That's ok for a tarball but not for a `make install`.

E.g. after `make install`, with /usr/local/bin being first in $PATH:
```
$ gnutls-cli --version
gnutls-cli @VERSION@
Copyright (C) 2000- at YEAR@ Free Software Foundation, and others, all rights reserved.
This is free software. It is licensed for use, modification and
redistribution under the terms of the GNU General Public License,
version 3 or later <http://gnu.org/licenses/gpl.html>


Please send bug reports to:  <@PACKAGE_BUGREPORT@>
```

If you agree I can address that by renaming `std-args.def` into `std-args.def.in` and adding a line to configure.ac that generates `std-args.def` (adding it to AC_CONFIG_FILES). That is normal procedure for @...@ substitution.

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/issues/567
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20180918/5d55e4e1/attachment.html>


More information about the Gnutls-devel mailing list