diff options
author | Niels Kristian Bech Jensen <nkbj1970@hotmail.com> | 2013-11-19 02:10:26 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2013-11-19 02:10:26 (GMT) |
commit | 239bc4f238f1c2b1f70d72406542aed96e4514cc (patch) | |
tree | 0ab61ee9665c26e59fc71d9146a41f1c11c8b30a /src/hdf5-3-fix-autoconf-version.patch | |
parent | 4d8c3943b9b6302e8cd8f1e490dbb66a1f0941ec (diff) | |
download | mxe-239bc4f238f1c2b1f70d72406542aed96e4514cc.zip mxe-239bc4f238f1c2b1f70d72406542aed96e4514cc.tar.gz mxe-239bc4f238f1c2b1f70d72406542aed96e4514cc.tar.bz2 |
update package hdf5
Diffstat (limited to 'src/hdf5-3-fix-autoconf-version.patch')
-rw-r--r-- | src/hdf5-3-fix-autoconf-version.patch | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/hdf5-3-fix-autoconf-version.patch b/src/hdf5-3-fix-autoconf-version.patch index 9b062fd..4d30ac7 100644 --- a/src/hdf5-3-fix-autoconf-version.patch +++ b/src/hdf5-3-fix-autoconf-version.patch @@ -1,12 +1,13 @@ This file is part of MXE. See index.html for further information. ---- a/configure.ac 2013-05-08 08:34:56.000000000 +0200 -+++ b/configure.ac 2013-05-23 17:00:12.917415891 +0200 +diff -ur a/configure.ac b/configure.ac +--- a/configure.ac 2013-11-04 23:52:05.000000000 +0100 ++++ b/configure.ac 2013-11-13 17:25:28.945801661 +0100 @@ -17,7 +17,7 @@ ## Initialize configure. ## - AC_REVISION($Id: configure.ac 23659 2013-04-30 21:50:05Z acheng $) + AC_REVISION($Id: configure.ac 24276 2013-10-09 22:00:11Z epourmal $) -AC_PREREQ([2.69]) +AC_PREREQ([2.67]) |