summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Lucina <mato@kotelna.sk>2010-02-24 09:41:10 +0100
committerMartin Lucina <mato@kotelna.sk>2010-02-24 09:41:10 +0100
commit39b89619742cf4aed25a5b3ccc5ff6d23d9d15cf (patch)
tree86d25c1627b4eda23a491bd5b6d78ca6233f6dec
parentccd47f1ee8c9268b99478c6cce3d8b1aada62566 (diff)
Update OpenPGM to 2.0.24 (stable)
-rw-r--r--.gitignore1
-rw-r--r--configure.in16
-rw-r--r--foreign/openpgm/libpgm-2.0.23rc8.tar.bz2bin321822 -> 0 bytes
-rw-r--r--foreign/openpgm/libpgm-2.0.24.tar.gzbin0 -> 407110 bytes
4 files changed, 9 insertions, 8 deletions
diff --git a/.gitignore b/.gitignore
index a7412a5..71e31d4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -49,3 +49,4 @@ builds/msvc/*/Debug
builds/msvc/*/Release
foreign/openpgm/*
!foreign/openpgm/*.tar.bz2
+!foreign/openpgm/*.tar.gz
diff --git a/configure.in b/configure.in
index c113845..ac46000 100644
--- a/configure.in
+++ b/configure.in
@@ -453,7 +453,7 @@ fi
# PGM extension
pgm_ext="no"
-pgm_basename="libpgm-2.0.23rc8"
+pgm_basename="libpgm-2.0.24"
AC_SUBST(pgm_basename)
@@ -507,10 +507,10 @@ if test "x$with_pgm_ext" != "xno"; then
LIBZMQ_EXTRA_CXXFLAGS="${LIBZMQ_EXTRA_CXXFLAGS} ${GLIB_CFLAGS} "
LIBZMQ_EXTRA_LDFLAGS="${LIBZMQ_EXTRA_LDFLAGS} ${GLIB_LIBS} "
- # Bunzip2, Perl and Python are required duing PGM build
- AC_CHECK_PROG(have_bunzip2, bunzip2, yes, no)
- if test "x$have_bunzip2" != "xyes"; then
- AC_MSG_ERROR([bunzip2 is required for building the PGM extension.])
+ # Gzip, Perl and Python are required duing PGM build
+ AC_CHECK_PROG(have_gzip, gzip, yes, no)
+ if test "x$have_gzip" != "xyes"; then
+ AC_MSG_ERROR([gzip is required for building the PGM extension.])
fi
AC_CHECK_PROG(have_perl, perl, yes, no)
if test "x$have_perl" != "xyes"; then
@@ -524,9 +524,9 @@ if test "x$with_pgm_ext" != "xno"; then
fi
# Unpack libpgm
- AC_MSG_NOTICE([Unpacking ${pgm_basename}.tar.bz2])
- if ! bunzip2 -c foreign/openpgm/${pgm_basename}.tar.bz2 | tar -xf - -C foreign/openpgm/; then
- AC_MSG_ERROR([cannot unpack the foreign/openpgm/${pgm_basename}.tar.bz2 file.])
+ AC_MSG_NOTICE([Unpacking ${pgm_basename}.tar.gz])
+ if ! gzip -dc foreign/openpgm/${pgm_basename}.tar.gz | tar -xf - -C foreign/openpgm/; then
+ AC_MSG_ERROR([cannot unpack the foreign/openpgm/${pgm_basename}.tar.gz file.])
fi
# Success!
diff --git a/foreign/openpgm/libpgm-2.0.23rc8.tar.bz2 b/foreign/openpgm/libpgm-2.0.23rc8.tar.bz2
deleted file mode 100644
index 0e9e1f0..0000000
--- a/foreign/openpgm/libpgm-2.0.23rc8.tar.bz2
+++ /dev/null
Binary files differ
diff --git a/foreign/openpgm/libpgm-2.0.24.tar.gz b/foreign/openpgm/libpgm-2.0.24.tar.gz
new file mode 100644
index 0000000..6668df2
--- /dev/null
+++ b/foreign/openpgm/libpgm-2.0.24.tar.gz
Binary files differ