We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e0f4e9 commit a293d82Copy full SHA for a293d82
configure.ac
@@ -1,5 +1,6 @@
1
AC_PREREQ([2.69])
2
-AC_INIT([mod_auth_gssapi], [1.3.2], [simo@redhat.com])
+m4_include([version.m4])
3
+AC_INIT([mod_auth_gssapi], VERSION_NUMBER, [simo@redhat.com])
4
AC_CONFIG_SRCDIR([src/mod_auth_gssapi.c])
5
AM_INIT_AUTOMAKE([-Wall foreign subdir-objects tar-pax])
6
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
version.m4
@@ -0,0 +1 @@
+m4_define([VERSION_NUMBER], [1.3.2])
0 commit comments