configure.ac: Add reminder comment for updating documentation version.

The comedilib manual mentions the version of comedilib it applies to.
This is not done automatically; it is done by editing
"doc/comedilib.ent".  Add a comment to configure.ac as a reminder.
This commit is contained in:
Ian Abbott 2012-05-15 14:31:08 +01:00
parent 96078fcada
commit 50ad010b31

View file

@ -35,6 +35,11 @@ m4_define([scxi_lt_age], [9])
# changed (comedilib_major_base_current).
# * 'micro' is libtool 'revision'.
# Gentle reminder: The comedilib manual mentions the version of comedilib
# it applies to. This is done by setting the 'comedilib_version' entity
# in "doc/comedilib.ent". That needs to be edited manually as it is not
# updated automatically.
# Manually set 'comedilib_major_base_current' to new 'comedilib_lt_current'
# whenever 'comedilib_version_major' is incremented below.
m4_define([comedilib_major_base_current], [0])