version.m4: overhaul

- add macro PACKAGE_VERSION_REVISION dealt with in bootstrap.ci
- restrict to those macros only that are mangled by bootstrap.ci
- update comments on the file's purpose and the processes around it
This commit is contained in:
Peter Marschall 2018-05-13 13:11:50 +02:00 committed by Frank Morgner
parent c57c743ed0
commit a6b596d09a
1 changed files with 4 additions and 9 deletions

View File

@ -1,11 +1,6 @@
dnl define the OpenSC version
define([PRODUCT_NAME], [OpenSC])
define([PRODUCT_TARNAME], [opensc])
define([PRODUCT_BUGREPORT], [opensc-devel@lists.sourceforge.net])
dnl version.m4 - source for version.m4.ci generated by bootstrap.ci
dnl * bootstrap.ci generates version.m4.ci based on this file
dnl * if version.m4.ci exists, it is included in configure.ac
define([PACKAGE_SUFFIX], [])
define([VS_FF_LEGAL_COPYRIGHT], [OpenSC Project])
define([VS_FF_LEGAL_COMPANY_NAME], [OpenSC Project])
define([VS_FF_COMMENTS], [Provided under the terms of the GNU Lesser General Public License (LGPLv2.1+).])
define([VS_FF_PRODUCT_NAME], [OpenSC smartcard framework])
define([PACKAGE_VERSION_REVISION], [])