Skip to content

Commit b85957e

Browse files
committed
libevent: Update autotools versions
Libevent 2.1.12 is the most recent release of Libevent, but is still ancient, and therefore was built with an ancient version of the Autotools. This change takes the official Libevent 2.1.12 release, runs autogen to update the versions of autotools, and builds a new tarball. This was done with Autoconf 2.72, Automake 1.16.5, and Libevent 2.4.7. Signed-off-by: Brian Barrett <bbarrett@amazon.com>
1 parent c79f554 commit b85957e

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
1.05 MB
Binary file not shown.
-1.05 MB
Binary file not shown.

autogen.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
my $ompi_libtoolize_search = "libtoolize;glibtoolize";
7272

7373
# version of packages we ship as tarballs
74-
my $libevent_version="2.1.12-stable";
74+
my $libevent_version="2.1.12-stable-ompi";
7575
my $hwloc_version="2.7.1";
7676

7777
# One-time setup

0 commit comments

Comments
 (0)