41532ca8a1
The TOOLSVERSION was inconsistent in configure.ac and Makefile: * Rename the second parameter to AC_INIT() into short_version * Calculate TOOLSVERSION during configure and use it to generate version.c from version.c.in * For now, leave duplicate TOOLSVERSION in Makefile (for make dist) Signed-off-by: Tzafrir Cohen <tzafrir.cohen@xorcom.com>
7 lines
100 B
C
7 lines
100 B
C
/*
|
|
* version.c.in
|
|
*/
|
|
|
|
const char dahdi_tools_version[] = "DAHDI Tools Version - @TOOLSVERSION@";
|
|
|