Version number is now inferred by git during the autogen.sh step.
It's a more automated version of the previous commit.
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69])
-AC_INIT([fort], [1.5.1], [fort-validator@nic.mx])
+AC_INIT([fort], [m4_esyscmd_s([git describe --dirty --always --tags])],
+ [fort-validator@nic.mx])
AC_CONFIG_SRCDIR([src/main.c])
AM_INIT_AUTOMAKE([subdir-objects])
{
struct option_field const *opt;
- pr_op_info("Fort 1.5.1.2");
+ pr_op_info(PACKAGE_STRING);
pr_op_info("Configuration {");
FOREACH_OPTION(options, opt, 0xFFFF)