sparsehash: bump version

This commit is contained in:
Jerome Duval
2021-04-02 20:28:01 +02:00
parent 7045fdf57c
commit 60fec57150
2 changed files with 4 additions and 4 deletions

View File

@@ -0,0 +1,22 @@
From d1777633825421865011df0389c605caf5204d85 Mon Sep 17 00:00:00 2001
From: Jerome Duval <jerome.duval@gmail.com>
Date: Sat, 28 Nov 2015 12:10:52 +0000
Subject: Haiku patch
diff --git a/configure.ac b/configure.ac
index 9b4e86d..01ca772 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ AC_INIT(sparsehash, 2.0.2, google-sparsehash@googlegroups.com)
# (for sanity checking)
AC_CONFIG_SRCDIR(README)
AM_INIT_AUTOMAKE([dist-zip])
-AM_CONFIG_HEADER(src/config.h)
+AC_CONFIG_HEADERS(src/config.h)
# Checks for programs.
AC_PROG_CXX
--
2.2.2