$OpenBSD: patch-configure_ac,v 1.3 2017/04/21 21:24:44 fcambus Exp $

Prevent calling Git to obtain date of the last commit, and hardcode
[last_git_commit] value to match package version.

--- configure.ac.orig	Thu Apr 13 17:51:54 2017
+++ configure.ac	Fri Apr 21 09:18:45 2017
@@ -22,8 +22,7 @@ dnl along with this program; if not, write to the Free
 dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
 dnl PACKAGE_VERSION will be either "" if not using git, or date of the last git commit in the form YYYYMMDD
-m4_define([last_git_commit], patsubst(m4_esyscmd([git log -n 1 --date=short --format=format:%cd]), [[^0-9]]))
-AC_INIT([schismtracker], [last_git_commit])
+AC_INIT([schismtracker], [20170420])
 
 AC_CONFIG_SRCDIR([schism/main.c])
 
