From 1b6fe84ded17f6a7a47d5e232caaa5e4148f3831 Mon Sep 17 00:00:00 2001 From: dekken Date: Wed, 12 Aug 2020 13:26:11 +0200 Subject: [PATCH 1/2] autoconf version update --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9b4e86d..dbccb9b 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # make sure we're interpreted by some minimal autoconf AC_PREREQ(2.57) -AC_INIT(sparsehash, 2.0.2, google-sparsehash@googlegroups.com) +AC_INIT(sparsehash, 2.0.5, google-sparsehash@googlegroups.com) # The argument here is just something that should be in the current directory # (for sanity checking) AC_CONFIG_SRCDIR(README) From 8173daae1678b6e4f11ab9e5ec360d643db792f8 Mon Sep 17 00:00:00 2001 From: dekken Date: Wed, 12 Aug 2020 13:34:53 +0200 Subject: [PATCH 2/2] add subdir-objects to automake init --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index dbccb9b..08b0655 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ AC_INIT(sparsehash, 2.0.5, google-sparsehash@googlegroups.com) # The argument here is just something that should be in the current directory # (for sanity checking) AC_CONFIG_SRCDIR(README) -AM_INIT_AUTOMAKE([dist-zip]) +AM_INIT_AUTOMAKE([dist-zip subdir-objects]) AM_CONFIG_HEADER(src/config.h) # Checks for programs.