[med-fichier] 04/10: Remove all old patches.

Anton Gladky gladk at alioth.debian.org
Tue Oct 15 19:14:08 UTC 2013


This is an automated email from the git hooks/post-receive script.

gladk pushed a commit to branch master
in repository med-fichier.

commit f6142f8098a1588afe1409d125cc1f21e8b7a839
Author: Anton Gladky <gladk at debian.org>
Date:   Tue Oct 15 20:11:54 2013 +0200

    Remove all old patches.
---
 debian/patches/00-am_maintainer_mode.patch |   14 -
 debian/patches/01-ac-prog-fc.patch         |   12 -
 debian/patches/02-acinclude.patch          |   13 -
 debian/patches/03-c++-safe.patch           |   25 -
 debian/patches/04-debian-mpi-libs.patch    |   41 -
 debian/patches/05-xmdump-path-fix.patch    |   13 -
 debian/patches/07_disable_some_tests.patch |  265 ---
 debian/patches/99-autoreconf.patch         | 3355 ----------------------------
 debian/patches/series                      |    8 -
 9 files changed, 3746 deletions(-)

diff --git a/debian/patches/00-am_maintainer_mode.patch b/debian/patches/00-am_maintainer_mode.patch
deleted file mode 100644
index 4b36f58..0000000
--- a/debian/patches/00-am_maintainer_mode.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Index: med-fichier-3.0.3/configure.ac
-===================================================================
---- med-fichier-3.0.3.orig/configure.ac	2012-01-21 10:10:15.000000000 +0000
-+++ med-fichier-3.0.3/configure.ac	2012-01-21 10:37:35.000000000 +0000
-@@ -5,6 +5,9 @@
- ##Mettre à jour le numéro de package
- AC_INIT([MED Fichier],3.0.3,[eric.fayolle at edf.fr],med)
- 
-+##
-+AM_MAINTAINER_MODE
-+
- ##Lors de la sortie d'une nouvelle release mettre à jour les champs suivants
- ##Ne pas oubliez de modifier  -version-info x:y:z dans src/Makefile.am tools/medimport/Makefile.am
- ##Modifiez si necessaire les numéros de versions dans la documentation
diff --git a/debian/patches/01-ac-prog-fc.patch b/debian/patches/01-ac-prog-fc.patch
deleted file mode 100644
index 7a3a427..0000000
--- a/debian/patches/01-ac-prog-fc.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Index: med-fichier/configure.ac
-===================================================================
---- med-fichier.orig/configure.ac
-+++ med-fichier/configure.ac
-@@ -70,6 +70,7 @@
- AC_PROG_CC
- AC_PROG_CC_C99
- AC_PROG_F77
-+AC_PROG_FC
- AC_F77_LIBRARY_LDFLAGS
- AC_F77_WRAPPERS
- 
diff --git a/debian/patches/02-acinclude.patch b/debian/patches/02-acinclude.patch
deleted file mode 100644
index 8a66179..0000000
--- a/debian/patches/02-acinclude.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/acinclude.m4
-+++ b/acinclude.m4
-@@ -0,0 +1,10 @@
-+m4_include([config/ac_check_sizeof_fortran.m4])
-+m4_include([config/libtool.m4])
-+m4_include([config/ltoptions.m4])
-+m4_include([config/ltsugar.m4])
-+m4_include([config/ltversion.m4])
-+m4_include([config/lt~obsolete.m4])
-+m4_include([config/med_check_f90.m4])
-+m4_include([config/med_check_hdf5.m4])
-+m4_include([config/med_check_mesgerr.m4])
-+m4_include([config/med_check_typeof_medint.m4])
diff --git a/debian/patches/03-c++-safe.patch b/debian/patches/03-c++-safe.patch
deleted file mode 100644
index 2f6266a..0000000
--- a/debian/patches/03-c++-safe.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-Allow safe inclusion of med.h and friends in C++ source.
-As of 3.0.3, all but this one has been merged into upstream, and this might
-not be necessary.
-
-Index: med-fichier/tools/medimport/2.3.1/MAJ_231_232_chaine.c
-===================================================================
---- med-fichier.orig/tools/medimport/2.3.1/MAJ_231_232_chaine.c	2010-02-07 21:04:13.000000000 -0500
-+++ med-fichier/tools/medimport/2.3.1/MAJ_231_232_chaine.c	2010-02-07 21:04:48.000000000 -0500
-@@ -19,16 +19,8 @@
- #define MESGERR 1
- #endif
- 
--#ifdef __cplusplus
--extern "C" {
--#endif
--
- #include <string.h>
- 
--#ifdef __cplusplus
--}
--#endif
--
- #include "med_hdfi231.h"
- #include "MAJ_231_232.h"
- 
diff --git a/debian/patches/04-debian-mpi-libs.patch b/debian/patches/04-debian-mpi-libs.patch
deleted file mode 100644
index b0622f7..0000000
--- a/debian/patches/04-debian-mpi-libs.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-Link with Debian default MPI C++ library.
-
-Index: med-fichier/src/Makefile.am
-===================================================================
---- med-fichier.orig/src/Makefile.am
-+++ med-fichier/src/Makefile.am
-@@ -14,13 +14,13 @@
- nodist_EXTRA_libmed_la_SOURCES = dummy.cxx
- 
- #TODO : Créer une release pour une nvlle bilbiothèque de l'ancienne API libmed23 compilée conditionellement
--libmed_la_LDFLAGS = -no-undefined -version-info 3:4:2 @HDF5_LDFLAGS@ @HDF5_LIBS@
-+libmed_la_LDFLAGS = -no-undefined -version-info 3:4:2 @HDF5_LDFLAGS@ @HDF5_LIBS@ -lmpi++
- libmed_la_LIBADD  = 2.3.6/libmed23.la 2.3.6/libmedVV.la ci/libci.la fi/libfi.la cfi/libcfi.la misc/libmisc.la hdfi/libhdfi.la $(FLIBS)
- 
- libmedC_la_SOURCES = MEDiterators.c
- nodist_EXTRA_libmedC_la_SOURCES = dummy.cxx
- #TODO : Changer la release
--libmedC_la_LDFLAGS = -no-undefined -version-info 3:4:2 @HDF5_LDFLAGS@ @HDF5_LIBS@
-+libmedC_la_LDFLAGS = -no-undefined -version-info 3:4:2 @HDF5_LDFLAGS@ @HDF5_LIBS@ -lmpi++
- libmedC_la_LIBADD  = 2.3.6/libmedC23.la 2.3.6/libmedVV.la ci/libci.la misc/libmisc.la hdfi/libhdfi.la
- 
- settingsdir = $(libdir)
-Index: med-fichier/src/Makefile.in
-===================================================================
---- med-fichier.orig/src/Makefile.in
-+++ med-fichier/src/Makefile.in
-@@ -339,12 +339,12 @@
- nodist_EXTRA_libmed_la_SOURCES = dummy.cxx
- 
- #TODO : Créer une release pour une nvlle bilbiothèque de l'ancienne API libmed23 compilée conditionellement
--libmed_la_LDFLAGS = -no-undefined -version-info 3:4:2 @HDF5_LDFLAGS@ @HDF5_LIBS@
-+libmed_la_LDFLAGS = -no-undefined -version-info 3:4:2 @HDF5_LDFLAGS@ @HDF5_LIBS@ -lmpi++
- libmed_la_LIBADD = 2.3.6/libmed23.la 2.3.6/libmedVV.la ci/libci.la fi/libfi.la cfi/libcfi.la misc/libmisc.la hdfi/libhdfi.la $(FLIBS)
- libmedC_la_SOURCES = MEDiterators.c
- nodist_EXTRA_libmedC_la_SOURCES = dummy.cxx
- #TODO : Changer la release
--libmedC_la_LDFLAGS = -no-undefined -version-info 3:4:2 @HDF5_LDFLAGS@ @HDF5_LIBS@
-+libmedC_la_LDFLAGS = -no-undefined -version-info 3:4:2 @HDF5_LDFLAGS@ @HDF5_LIBS@ -lmpi++
- libmedC_la_LIBADD = 2.3.6/libmedC23.la 2.3.6/libmedVV.la ci/libci.la misc/libmisc.la hdfi/libhdfi.la
- settingsdir = $(libdir)
- settings_DATA = libmed2.settings
diff --git a/debian/patches/05-xmdump-path-fix.patch b/debian/patches/05-xmdump-path-fix.patch
deleted file mode 100644
index 3059a1f..0000000
--- a/debian/patches/05-xmdump-path-fix.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: med-fichier/tools/mdump/xmdump.in
-===================================================================
---- med-fichier.orig/tools/mdump/xmdump.in	2010-07-21 16:37:10.000000000 -0400
-+++ med-fichier/tools/mdump/xmdump.in	2010-07-21 16:37:56.000000000 -0400
-@@ -110,7 +110,7 @@
- 
- # on suppose que bindir c'est $prefix/bin ce qui malheureusement peut ne pas etre le cas si l'utilisateur utilise l'option de configure !!!
- # il faudrait peut-etre comparer /usr/local/bin et ${exec_prefix}/bin pour etre sur ! 
--   set cmd "/usr/local/bin/mdump"  
-+   set cmd "@prefix@/bin/mdump"  
- 
-    if { $choix_lecture == "LECTURE_EN_TETE_SEULEMENT" } {
-      if [catch {open "|$cmd $choix_structure $file $numero $choix_connectivite $choix_lecture |& cat"} input] {
diff --git a/debian/patches/07_disable_some_tests.patch b/debian/patches/07_disable_some_tests.patch
deleted file mode 100644
index d65ccfe..0000000
--- a/debian/patches/07_disable_some_tests.patch
+++ /dev/null
@@ -1,265 +0,0 @@
-Description: disable failing tests
-Author: Anton Gladky <gladk at debian.org>
-Last-Update: 2013-10-01
-
---- a/tests/c/Makefile.am
-+++ b/tests/c/Makefile.am
-@@ -18,24 +18,24 @@
- #-DDEF_LECT_AJOUT 
- 
- 
--testc_PROGRAMS = test1 test2 test3 test4 test5 test6  \
--test7  test8  test9  test10 test11 test11b test12 \
-+testc_PROGRAMS = test1 test4 test5 test6  \
-+test7   test10 test11 test11b test12 \
- test13  test14 test15 test16 test17 test18 \
- test20 test23 test24 test25 test26 test27 test28 \
- test29 test30 test31 test32 test33 test21 test22
--#test19
-+#test19 test8 test2 test3 test9  
- 
- LDADD = $(top_builddir)/src/libmedC.la
- 
- nodist_EXTRA_test1_SOURCES = dummy.cxx
--nodist_EXTRA_test2_SOURCES = dummy.cxx
--nodist_EXTRA_test3_SOURCES = dummy.cxx 
-+#nodist_EXTRA_test2_SOURCES = dummy.cxx
-+#nodist_EXTRA_test3_SOURCES = dummy.cxx 
- nodist_EXTRA_test4_SOURCES = dummy.cxx
- nodist_EXTRA_test5_SOURCES = dummy.cxx
- nodist_EXTRA_test6_SOURCES = dummy.cxx
- nodist_EXTRA_test7_SOURCES = dummy.cxx
--nodist_EXTRA_test8_SOURCES = dummy.cxx
--nodist_EXTRA_test9_SOURCES = dummy.cxx
-+#nodist_EXTRA_test8_SOURCES = dummy.cxx
-+#nodist_EXTRA_test9_SOURCES = dummy.cxx
- nodist_EXTRA_test10_SOURCES = dummy.cxx
- nodist_EXTRA_test11_SOURCES = dummy.cxx
- nodist_EXTRA_test11b_SOURCES = dummy.cxx
-@@ -62,26 +62,26 @@
- nodist_EXTRA_test32_SOURCES = dummy.cxx
- nodist_EXTRA_test33_SOURCES = dummy.cxx
- 
--TESTS_LEC = test3.sh test5.sh test7.sh test9.sh \
-+TESTS_LEC =  test5.sh test7.sh  \
- 	test11.sh test11b.sh test13.sh test15.sh test17.sh \
- 	test22.sh test24.sh test26.sh test28.sh \
- 	test30.sh test32.sh test33.sh
- 
--TESTS_ECR = test1.sh test2.sh test4.sh test6.sh \
--	test8.sh test10.sh test12.sh test14.sh test16.sh \
-+TESTS_ECR = test1.sh  test4.sh test6.sh \
-+	 test10.sh test12.sh test14.sh test16.sh \
- 	test20.sh test21.sh test18.sh  test23.sh \
- 	test25.sh test27.sh test29.sh test31.sh
--#test19.sh
-+#test19.sh test8.sh test2.sh test3.sh test9.sh
- 
- TESTS = $(TESTS_ECR) $(TESTS_LEC)
- 
--EXTRA_DIST = test1.sh test2.sh test3.sh test4.sh test5.sh test6.sh  \
--test7.sh  test8.sh  test9.sh  test10.sh test11.sh test11b.sh test12.sh \
-+EXTRA_DIST = test1.sh test4.sh test5.sh test6.sh  \
-+test7.sh    test10.sh test11.sh test11b.sh test12.sh \
- test13.sh  test14.sh test15.sh test16.sh test17.sh test18.sh \
- test20.sh test23.sh test24.sh \
- test25.sh test26.sh test27.sh test28.sh \
- test29.sh test30.sh test31.sh test32.sh test33.sh test21.sh test22.sh
--#test19.sh
-+#test19.sh test2.sh test3.sh test8.sh test9.sh
- 
- #check_local:
- #	$(MAKE) check_test_ecr
-@@ -103,10 +103,8 @@
- 
- CLEANFILES = \
- ./test1.med\
--./test2.med\
- ./test4.med\
- ./test6.med\
--./test8.med\
- ./test10.med\
- ./test12.med\
- ./test14.med\
-@@ -135,9 +133,7 @@
- ./test27.dump\
- ./test29.dump\
- ./test31.dump\
--./test2.dump\
- ./test4.dump\
--./test6.dump\
--./test8.dump
-+./test6.dump
- 
--SUBDIRS = dumps.ref . 2.3.6 2.3.1 2.3.2 2.3v3.0 2.3.1v3.0 2.3.2v3.0
-+SUBDIRS = dumps.ref . 2.3.6
---- a/tests/c/2.3.6/Makefile.am
-+++ b/tests/c/2.3.6/Makefile.am
-@@ -17,8 +17,8 @@
- #-DDEF_LECT_AJOUT 
- 
- 
--noinst_PROGRAMS = test1 test2 test3 test4 test5 test6  \
--test7  test8  test9  test10 test11 test12 \
-+noinst_PROGRAMS = test1 test4 test5 test6  \
-+test7   test10 test11 test12 \
- test13  test14 test15 test16 test17 test18 \
- test19 test20 test21 test22 test23 test24 test25 test26 test27 test28 \
- test29 test30 test31 test32 test33
-@@ -26,14 +26,10 @@
- LDADD = $(top_builddir)/src/libmedC.la
- 
- nodist_EXTRA_test1_SOURCES = dummy.cxx
--nodist_EXTRA_test2_SOURCES = dummy.cxx
--nodist_EXTRA_test3_SOURCES = dummy.cxx 
- nodist_EXTRA_test4_SOURCES = dummy.cxx
- nodist_EXTRA_test5_SOURCES = dummy.cxx
- nodist_EXTRA_test6_SOURCES = dummy.cxx
- nodist_EXTRA_test7_SOURCES = dummy.cxx
--nodist_EXTRA_test8_SOURCES = dummy.cxx
--nodist_EXTRA_test9_SOURCES = dummy.cxx
- nodist_EXTRA_test10_SOURCES = dummy.cxx
- nodist_EXTRA_test11_SOURCES = dummy.cxx
- nodist_EXTRA_test12_SOURCES = dummy.cxx
-@@ -59,20 +55,20 @@
- nodist_EXTRA_test32_SOURCES = dummy.cxx
- nodist_EXTRA_test33_SOURCES = dummy.cxx
- 
--TESTS_LEC = test3.sh test5.sh test7.sh test9.sh \
-+TESTS_LEC = test5.sh test7.sh \
- 	test11.sh test13.sh test15.sh test17.sh \
- 	test22.sh test24.sh test26.sh test28.sh \
- 	test30.sh test32.sh test33.sh
- 
--TESTS_ECR = test1.sh test2.sh test4.sh test6.sh \
--	test8.sh test10.sh test12.sh test14.sh test16.sh \
-+TESTS_ECR = test1.sh test4.sh test6.sh \
-+	test10.sh test12.sh test14.sh test16.sh \
- 	test18.sh test19.sh test20.sh test21.sh test23.sh \
- 	test25.sh test27.sh test29.sh test31.sh
- 
- TESTS = $(TESTS_ECR) $(TESTS_LEC)
- 
--EXTRA_DIST = test1.sh test2.sh test3.sh test4.sh test5.sh test6.sh  \
--test7.sh  test8.sh  test9.sh  test10.sh test11.sh test12.sh \
-+EXTRA_DIST = test1.sh test4.sh test5.sh test6.sh  \
-+test7.sh    test10.sh test11.sh test12.sh \
- test13.sh  test14.sh test15.sh test16.sh test17.sh test18.sh \
- test19.sh test20.sh test21.sh test22.sh test23.sh test24.sh \
- test25.sh test26.sh test27.sh test28.sh \
-@@ -98,10 +94,8 @@
- 
- CLEANFILES = \
- ./test1.med\
--./test2.med\
- ./test4.med\
- ./test6.med\
--./test8.med\
- ./test10.med\
- ./test12.med\
- ./test14.med\
-@@ -130,9 +124,7 @@
- ./test27.dump\
- ./test29.dump\
- ./test31.dump\
--./test2.dump\
- ./test4.dump\
--./test6.dump\
--./test8.dump
-+./test6.dump
- 
- SUBDIRS = dumps.ref .
---- a/tests/f/Makefile.am
-+++ b/tests/f/Makefile.am
-@@ -60,39 +60,35 @@
- 
- endif
- 
--TESTS_LEC = test3.sh  test22.sh test24.sh  test26.sh test28.sh  test32.sh test33.sh $(myTESTS_LEC)
-+TESTS_LEC = test24.sh  test26.sh test28.sh  test32.sh test33.sh $(myTESTS_LEC)
- 
--TESTS_ECR = test1.sh test2.sh \
-+TESTS_ECR = test1.sh \
- 	test4.sh test6.sh \
--	test8.sh test10.sh test12.sh test14.sh test16.sh \
--	test18.sh test20.sh test21.sh test23.sh test25.sh test27.sh test29.sh test31.sh
-+	test8.sh test12.sh test14.sh test16.sh \
-+	test18.sh test21.sh test23.sh test25.sh test27.sh test29.sh test31.sh
- 
- TESTS = $(TESTS_ECR) $(TESTS_LEC)
- 
- 
--EXTRA_DIST = test1.sh test2.sh test3.sh test4.sh test6.sh test8.sh  test10.sh test12.sh test14.sh test16.sh test18.sh test20.sh test5.sh test7.sh test9.sh test11.sh test11b.sh test13.sh test15.sh test17.sh test21.sh test22.sh test23.sh test24.sh test25.sh test26.sh test27.sh test28.sh test29.sh test30.sh test31.sh test32.sh test33.sh
-+EXTRA_DIST = test1.sh test4.sh test6.sh test8.sh  test12.sh test14.sh test16.sh test18.sh test5.sh test7.sh test9.sh test11.sh test11b.sh test13.sh test15.sh test17.sh test21.sh test22.sh test23.sh test24.sh test25.sh test26.sh test27.sh test28.sh test29.sh test30.sh test31.sh test32.sh test33.sh
- #test19.sh      
- 
- 
- LDADD = $(top_builddir)/src/libmed.la
- #test1_LDADD = ....la
- 
--testf_PROGRAMS = test1 test2 test3 test4 test6 test8 test10 test12 test14 test16 test18 test20 test21 test22 test23 test24 test25 test26 \
-+testf_PROGRAMS = test1 test4 test6 test8 test12 test14 test16 test18 test21 test22 test23 test24 test25 test26 \
- test27 test28 test29 test31 test32 test33 $(mycheckPROGRAMS)
- #test19  
- 
- test1_SOURCES = test1.f
--test2_SOURCES = test2.f
--test3_SOURCES = test3.f
- test4_SOURCES = test4.f
- test6_SOURCES = test6.f
- test8_SOURCES = test8.f
--test10_SOURCES = test10.f
- test12_SOURCES = test12.f
- test14_SOURCES = test14.f
- test16_SOURCES = test16.f
- test18_SOURCES = test18.f
--test20_SOURCES = test20.f
- test21_SOURCES = test21.f
- test22_SOURCES = test22.f
- test23_SOURCES = test23.f
-@@ -110,31 +106,25 @@
- 
- CLEANFILES= \
- ./test1.med\
--./test2.med\
- ./test4.med\
- ./test6.med\
- ./test8.med\
--./test10.med\
- ./test12.med\
- ./test14.med\
- ./test16.med\
- ./test18.med\
--./test20.med\
- ./test21.med\
- ./test23.med\
- ./test25.med\
- ./test27.med\
- ./test29.med\
- ./test31.med\
--./test10.dump\
- ./test12.dump\
- ./test14.dump\
- ./test16.dump\
- ./test18.dump\
- ./test19.dump\
- ./test1.dump\
--./test20.dump\
--./test2.dump\
- ./test4.dump\
- ./test6.dump\
- ./test8.dump\
-@@ -148,5 +138,5 @@
- 
- 
- 
--SUBDIRS = dumps.ref . 2.3.6 2.3.1 2.3.2 2.3v3.0 2.3.1v3.0 2.3.2v3.0
-+SUBDIRS = dumps.ref . 
- 
---- a/tests/Makefile.am
-+++ b/tests/Makefile.am
-@@ -1,3 +1,3 @@
- include $(top_srcdir)/config/automake.common
- 
--SUBDIRS = c f parallel unittests usecases
-+SUBDIRS = c f
diff --git a/debian/patches/99-autoreconf.patch b/debian/patches/99-autoreconf.patch
deleted file mode 100644
index 33e1bd2..0000000
--- a/debian/patches/99-autoreconf.patch
+++ /dev/null
@@ -1,3355 +0,0 @@
-Changes made by libtoolize which are not undone by debian/rules clean.
-
-Index: med-fichier-3.0.3.new/Makefile.in
-===================================================================
---- med-fichier-3.0.3.new.orig/Makefile.in	2012-01-21 11:10:09.000000000 +0000
-+++ med-fichier-3.0.3.new/Makefile.in	2012-01-21 11:13:41.000000000 +0000
-@@ -1,4 +1,4 @@
--# Makefile.in generated by automake 1.11 from Makefile.am.
-+# Makefile.in generated by automake 1.11.1 from Makefile.am.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-@@ -40,20 +40,22 @@
- 	config/config.sub config/depcomp config/install-sh \
- 	config/ltmain.sh config/missing
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--am__aclocal_m4_deps = $(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
--	$(top_srcdir)/config/ax_absolute_header.m4 \
--	$(top_srcdir)/config/ax_mpi.m4 $(top_srcdir)/config/libtool.m4 \
-+am__aclocal_m4_deps = $(top_srcdir)/config/ax_absolute_header.m4 \
-+	$(top_srcdir)/config/ax_mpi.m4 \
-+	$(top_srcdir)/config/med_check_hdf5_version.m4 \
-+	$(top_srcdir)/config/med_enable_pmed.m4 \
-+	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/acinclude.m4 \
-+	$(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
-+	$(top_srcdir)/config/libtool.m4 \
- 	$(top_srcdir)/config/ltoptions.m4 \
- 	$(top_srcdir)/config/ltsugar.m4 \
- 	$(top_srcdir)/config/ltversion.m4 \
- 	$(top_srcdir)/config/lt~obsolete.m4 \
- 	$(top_srcdir)/config/med_check_f90.m4 \
- 	$(top_srcdir)/config/med_check_hdf5.m4 \
--	$(top_srcdir)/config/med_check_hdf5_version.m4 \
- 	$(top_srcdir)/config/med_check_mesgerr.m4 \
- 	$(top_srcdir)/config/med_check_typeof_medint.m4 \
--	$(top_srcdir)/config/med_enable_pmed.m4 \
--	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/configure.ac
-+	$(top_srcdir)/configure.ac
- am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- 	$(ACLOCAL_M4)
- am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
-@@ -181,6 +183,7 @@
- LN_S = @LN_S@
- LONG_OR_INT = @LONG_OR_INT@
- LTLIBOBJS = @LTLIBOBJS@
-+MAINT = @MAINT@
- MAKEINFO = @MAKEINFO@
- MANIFEST_TOOL = @MANIFEST_TOOL@
- MED_NUM_MAJEUR = @MED_NUM_MAJEUR@
-@@ -299,7 +302,7 @@
- .SUFFIXES:
- am--refresh:
- 	@:
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
- 	@for dep in $?; do \
- 	  case '$(am__configure_deps)' in \
- 	    *$$dep*) \
-@@ -326,9 +329,9 @@
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- 	$(SHELL) ./config.status --recheck
- 
--$(top_srcdir)/configure:  $(am__configure_deps)
-+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
- 	$(am__cd) $(srcdir) && $(AUTOCONF)
--$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
- 	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
- $(am__aclocal_m4_deps):
- 
-@@ -348,7 +351,7 @@
- #     (which will cause the Makefiles to be regenerated when you run `make');
- # (2) otherwise, pass the desired values on the `make' command line.
- $(RECURSIVE_TARGETS):
--	@failcom='exit 1'; \
-+	@fail= failcom='exit 1'; \
- 	for f in x $$MAKEFLAGS; do \
- 	  case $$f in \
- 	    *=* | --[!k]*);; \
-@@ -373,7 +376,7 @@
- 	fi; test -z "$$fail"
- 
- $(RECURSIVE_CLEAN_TARGETS):
--	@failcom='exit 1'; \
-+	@fail= failcom='exit 1'; \
- 	for f in x $$MAKEFLAGS; do \
- 	  case $$f in \
- 	    *=* | --[!k]*);; \
-@@ -537,7 +540,8 @@
- 	  fi; \
- 	done
- 	-test -n "$(am__skip_mode_fix)" \
--	|| find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
-+	|| find "$(distdir)" -type d ! -perm -755 \
-+		-exec chmod u+rwx,go+rx {} \; -o \
- 	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
- 	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
- 	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
-@@ -581,17 +585,17 @@
- distcheck: dist
- 	case '$(DIST_ARCHIVES)' in \
- 	*.tar.gz*) \
--	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
-+	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
- 	*.tar.bz2*) \
--	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
-+	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
- 	*.tar.lzma*) \
--	  unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
-+	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
- 	*.tar.xz*) \
- 	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
- 	*.tar.Z*) \
- 	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
- 	*.shar.gz*) \
--	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
-+	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
- 	*.zip*) \
- 	  unzip $(distdir).zip ;;\
- 	esac
-Index: med-fichier-3.0.3.new/aclocal.m4
-===================================================================
---- med-fichier-3.0.3.new.orig/aclocal.m4	2012-01-21 11:10:09.000000000 +0000
-+++ med-fichier-3.0.3.new/aclocal.m4	2012-01-21 11:13:41.000000000 +0000
-@@ -1,4 +1,4 @@
--# generated automatically by aclocal 1.11 -*- Autoconf -*-
-+# generated automatically by aclocal 1.11.1 -*- Autoconf -*-
- 
- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
- # 2005, 2006, 2007, 2008, 2009  Free Software Foundation, Inc.
-@@ -34,7 +34,7 @@
- [am__api_version='1.11'
- dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
- dnl require some minimum version.  Point them to the right macro.
--m4_if([$1], [1.11], [],
-+m4_if([$1], [1.11.1], [],
-       [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
- ])
- 
-@@ -50,7 +50,7 @@
- # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
- # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
--[AM_AUTOMAKE_VERSION([1.11])dnl
-+[AM_AUTOMAKE_VERSION([1.11.1])dnl
- m4_ifndef([AC_AUTOCONF_VERSION],
-   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
- _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
-@@ -587,6 +587,46 @@
- rmdir .tst 2>/dev/null
- AC_SUBST([am__leading_dot])])
- 
-+# Add --enable-maintainer-mode option to configure.         -*- Autoconf -*-
-+# From Jim Meyering
-+
-+# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008
-+# Free Software Foundation, Inc.
-+#
-+# This file is free software; the Free Software Foundation
-+# gives unlimited permission to copy and/or distribute it,
-+# with or without modifications, as long as this notice is preserved.
-+
-+# serial 5
-+
-+# AM_MAINTAINER_MODE([DEFAULT-MODE])
-+# ----------------------------------
-+# Control maintainer-specific portions of Makefiles.
-+# Default is to disable them, unless `enable' is passed literally.
-+# For symmetry, `disable' may be passed as well.  Anyway, the user
-+# can override the default with the --enable/--disable switch.
-+AC_DEFUN([AM_MAINTAINER_MODE],
-+[m4_case(m4_default([$1], [disable]),
-+       [enable], [m4_define([am_maintainer_other], [disable])],
-+       [disable], [m4_define([am_maintainer_other], [enable])],
-+       [m4_define([am_maintainer_other], [enable])
-+        m4_warn([syntax], [unexpected argument to AM@&t at _MAINTAINER_MODE: $1])])
-+AC_MSG_CHECKING([whether to am_maintainer_other maintainer-specific portions of Makefiles])
-+  dnl maintainer-mode's default is 'disable' unless 'enable' is passed
-+  AC_ARG_ENABLE([maintainer-mode],
-+[  --][am_maintainer_other][-maintainer-mode  am_maintainer_other make rules and dependencies not useful
-+			  (and sometimes confusing) to the casual installer],
-+      [USE_MAINTAINER_MODE=$enableval],
-+      [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
-+  AC_MSG_RESULT([$USE_MAINTAINER_MODE])
-+  AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
-+  MAINT=$MAINTAINER_MODE_TRUE
-+  AC_SUBST([MAINT])dnl
-+]
-+)
-+
-+AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
-+
- # Check to see how 'make' treats includes.	            -*- Autoconf -*-
- 
- # Copyright (C) 2001, 2002, 2003, 2005, 2009  Free Software Foundation, Inc.
-@@ -966,18 +1006,9 @@
- AC_SUBST([am__untar])
- ]) # _AM_PROG_TAR
- 
--m4_include([config/ac_check_sizeof_fortran.m4])
- m4_include([config/ax_absolute_header.m4])
- m4_include([config/ax_mpi.m4])
--m4_include([config/libtool.m4])
--m4_include([config/ltoptions.m4])
--m4_include([config/ltsugar.m4])
--m4_include([config/ltversion.m4])
--m4_include([config/lt~obsolete.m4])
--m4_include([config/med_check_f90.m4])
--m4_include([config/med_check_hdf5.m4])
- m4_include([config/med_check_hdf5_version.m4])
--m4_include([config/med_check_mesgerr.m4])
--m4_include([config/med_check_typeof_medint.m4])
- m4_include([config/med_enable_pmed.m4])
- m4_include([config/med_summary.m4])
-+m4_include([acinclude.m4])
-Index: med-fichier-3.0.3.new/config/ltmain.sh
-===================================================================
---- med-fichier-3.0.3.new.orig/config/ltmain.sh	2012-01-21 11:10:09.000000000 +0000
-+++ med-fichier-3.0.3.new/config/ltmain.sh	2012-01-21 11:13:41.000000000 +0000
-@@ -1,9 +1,9 @@
- 
--# libtool (GNU libtool) 2.4
-+# libtool (GNU libtool) 2.4.2
- # Written by Gordon Matzigkeit <gord at gnu.ai.mit.edu>, 1996
- 
- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006,
--# 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
-+# 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
- # This is free software; see the source for copying conditions.  There is NO
- # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- 
-@@ -41,6 +41,7 @@
- #       --quiet, --silent    don't print informational messages
- #       --no-quiet, --no-silent
- #                            print informational messages (default)
-+#       --no-warn            don't display warning messages
- #       --tag=TAG            use configuration variables from tag TAG
- #   -v, --verbose            print more informational messages than default
- #       --no-verbose         don't print the extra informational messages
-@@ -69,7 +70,7 @@
- #         compiler:		$LTCC
- #         compiler flags:		$LTCFLAGS
- #         linker:		$LD (gnu? $with_gnu_ld)
--#         $progname:	(GNU libtool) 2.4
-+#         $progname:	(GNU libtool) 2.4.2 Debian-2.4.2-1
- #         automake:	$automake_version
- #         autoconf:	$autoconf_version
- #
-@@ -79,9 +80,9 @@
- 
- PROGRAM=libtool
- PACKAGE=libtool
--VERSION=2.4
-+VERSION="2.4.2 Debian-2.4.2-1"
- TIMESTAMP=""
--package_revision=1.3293
-+package_revision=1.3337
- 
- # Be Bourne compatible
- if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
-@@ -136,15 +137,10 @@
- 
- : ${CP="cp -f"}
- test "${ECHO+set}" = set || ECHO=${as_echo-'printf %s\n'}
--: ${EGREP="grep -E"}
--: ${FGREP="grep -F"}
--: ${GREP="grep"}
--: ${LN_S="ln -s"}
- : ${MAKE="make"}
- : ${MKDIR="mkdir"}
- : ${MV="mv -f"}
- : ${RM="rm -f"}
--: ${SED="sed"}
- : ${SHELL="${CONFIG_SHELL-/bin/sh}"}
- : ${Xsed="$SED -e 1s/^X//"}
- 
-@@ -387,7 +383,7 @@
-      ;;
-   *)
-      save_IFS="$IFS"
--     IFS=:
-+     IFS=${PATH_SEPARATOR-:}
-      for progdir in $PATH; do
-        IFS="$save_IFS"
-        test -x "$progdir/$progname" && break
-@@ -771,8 +767,8 @@
- 	s*\$LTCFLAGS*'"$LTCFLAGS"'*
- 	s*\$LD*'"$LD"'*
- 	s/\$with_gnu_ld/'"$with_gnu_ld"'/
--	s/\$automake_version/'"`(automake --version) 2>/dev/null |$SED 1q`"'/
--	s/\$autoconf_version/'"`(autoconf --version) 2>/dev/null |$SED 1q`"'/
-+	s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/
-+	s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/
- 	p
- 	d
-      }
-@@ -1052,6 +1048,7 @@
- opt_help=false
- opt_help_all=false
- opt_silent=:
-+opt_warning=:
- opt_verbose=:
- opt_silent=false
- opt_verbose=false
-@@ -1120,6 +1117,10 @@
- 			opt_silent=false
- func_append preserve_args " $opt"
- 			;;
-+      --no-warning|--no-warn)
-+			opt_warning=false
-+func_append preserve_args " $opt"
-+			;;
-       --no-verbose)
- 			opt_verbose=false
- func_append preserve_args " $opt"
-@@ -2059,7 +2060,7 @@
-     *.[cCFSifmso] | \
-     *.ada | *.adb | *.ads | *.asm | \
-     *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
--    *.[fF][09]? | *.for | *.java | *.obj | *.sx | *.cu | *.cup)
-+    *.[fF][09]? | *.for | *.java | *.go | *.obj | *.sx | *.cu | *.cup)
-       func_xform "$libobj"
-       libobj=$func_xform_result
-       ;;
-@@ -3201,11 +3202,13 @@
- 
-       # Set up the ranlib parameters.
-       oldlib="$destdir/$name"
-+      func_to_tool_file "$oldlib" func_convert_file_msys_to_w32
-+      tool_oldlib=$func_to_tool_file_result
- 
-       func_show_eval "$install_prog \$file \$oldlib" 'exit $?'
- 
-       if test -n "$stripme" && test -n "$old_striplib"; then
--	func_show_eval "$old_striplib $oldlib" 'exit $?'
-+	func_show_eval "$old_striplib $tool_oldlib" 'exit $?'
-       fi
- 
-       # Do each command in the postinstall commands.
-@@ -3470,7 +3473,7 @@
- 	  # linked before any other PIC object.  But we must not use
- 	  # pic_flag when linking with -static.  The problem exists in
- 	  # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1.
--	  *-*-freebsd2*|*-*-freebsd3.0*|*-*-freebsdelf3.0*)
-+	  *-*-freebsd2.*|*-*-freebsd3.0*|*-*-freebsdelf3.0*)
- 	    pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND" ;;
- 	  *-*-hpux*)
- 	    pic_flag_for_symtable=" $pic_flag"  ;;
-@@ -3982,14 +3985,17 @@
- # launches target application with the remaining arguments.
- func_exec_program ()
- {
--  for lt_wr_arg
--  do
--    case \$lt_wr_arg in
--    --lt-*) ;;
--    *) set x \"\$@\" \"\$lt_wr_arg\"; shift;;
--    esac
--    shift
--  done
-+  case \" \$* \" in
-+  *\\ --lt-*)
-+    for lt_wr_arg
-+    do
-+      case \$lt_wr_arg in
-+      --lt-*) ;;
-+      *) set x \"\$@\" \"\$lt_wr_arg\"; shift;;
-+      esac
-+      shift
-+    done ;;
-+  esac
-   func_exec_program_core \${1+\"\$@\"}
- }
- 
-@@ -5057,9 +5063,15 @@
- {
- EOF
- 	    func_emit_wrapper yes |
--              $SED -e 's/\([\\"]\)/\\\1/g' \
--	           -e 's/^/  fputs ("/' -e 's/$/\\n", f);/'
--
-+	      $SED -n -e '
-+s/^\(.\{79\}\)\(..*\)/\1\
-+\2/
-+h
-+s/\([\\"]\)/\\\1/g
-+s/$/\\n/
-+s/\([^\n]*\).*/  fputs ("\1", f);/p
-+g
-+D'
-             cat <<"EOF"
- }
- EOF
-@@ -5643,7 +5655,8 @@
- 	continue
- 	;;
- 
--      -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
-+      -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \
-+      |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*)
- 	func_append compiler_flags " $arg"
- 	func_append compile_command " $arg"
- 	func_append finalize_command " $arg"
-@@ -6111,7 +6124,10 @@
- 	case $pass in
- 	dlopen) libs="$dlfiles" ;;
- 	dlpreopen) libs="$dlprefiles" ;;
--	link) libs="$deplibs %DEPLIBS% $dependency_libs" ;;
-+	link)
-+	  libs="$deplibs %DEPLIBS%"
-+	  test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs"
-+	  ;;
- 	esac
-       fi
-       if test "$linkmode,$pass" = "lib,dlpreopen"; then
-@@ -6147,7 +6163,8 @@
- 	lib=
- 	found=no
- 	case $deplib in
--	-mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
-+	-mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \
-+        |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*)
- 	  if test "$linkmode,$pass" = "prog,link"; then
- 	    compile_deplibs="$deplib $compile_deplibs"
- 	    finalize_deplibs="$deplib $finalize_deplibs"
-@@ -6430,19 +6447,19 @@
- 	    # It is a libtool convenience library, so add in its objects.
- 	    func_append convenience " $ladir/$objdir/$old_library"
- 	    func_append old_convenience " $ladir/$objdir/$old_library"
-+	    tmp_libs=
-+	    for deplib in $dependency_libs; do
-+	      deplibs="$deplib $deplibs"
-+	      if $opt_preserve_dup_deps ; then
-+		case "$tmp_libs " in
-+		*" $deplib "*) func_append specialdeplibs " $deplib" ;;
-+		esac
-+	      fi
-+	      func_append tmp_libs " $deplib"
-+	    done
- 	  elif test "$linkmode" != prog && test "$linkmode" != lib; then
- 	    func_fatal_error "\`$lib' is not a convenience library"
- 	  fi
--	  tmp_libs=
--	  for deplib in $dependency_libs; do
--	    deplibs="$deplib $deplibs"
--	    if $opt_preserve_dup_deps ; then
--	      case "$tmp_libs " in
--	      *" $deplib "*) func_append specialdeplibs " $deplib" ;;
--	      esac
--	    fi
--	    func_append tmp_libs " $deplib"
--	  done
- 	  continue
- 	fi # $pass = conv
- 
-@@ -6831,7 +6848,7 @@
- 	         test "$hardcode_direct_absolute" = no; then
- 		add="$dir/$linklib"
- 	      elif test "$hardcode_minus_L" = yes; then
--		add_dir="-L$dir"
-+		add_dir="-L$absdir"
- 		# Try looking first in the location we're being installed to.
- 		if test -n "$inst_prefix_dir"; then
- 		  case $libdir in
-@@ -7316,6 +7333,7 @@
- 	  # which has an extra 1 added just for fun
- 	  #
- 	  case $version_type in
-+	  # correct linux to gnu/linux during the next big refactor
- 	  darwin|linux|osf|windows|none)
- 	    func_arith $number_major + $number_minor
- 	    current=$func_arith_result
-@@ -7334,6 +7352,9 @@
- 	    revision="$number_minor"
- 	    lt_irix_increment=no
- 	    ;;
-+	  *)
-+	    func_fatal_configuration "$modename: unknown library version type \`$version_type'"
-+	    ;;
- 	  esac
- 	  ;;
- 	no)
-@@ -7432,7 +7453,7 @@
- 	  versuffix="$major.$revision"
- 	  ;;
- 
--	linux)
-+	linux) # correct to gnu/linux during the next big refactor
- 	  func_arith $current - $age
- 	  major=.$func_arith_result
- 	  versuffix="$major.$age.$revision"
-@@ -8020,6 +8041,11 @@
- 
-       # Test again, we may have decided not to build it any more
-       if test "$build_libtool_libs" = yes; then
-+	# Remove ${wl} instances when linking with ld.
-+	# FIXME: should test the right _cmds variable.
-+	case $archive_cmds in
-+	  *\$LD\ *) wl= ;;
-+        esac
- 	if test "$hardcode_into_libs" = yes; then
- 	  # Hardcode the library paths
- 	  hardcode_libdirs=
-@@ -8050,7 +8076,7 @@
- 	    elif test -n "$runpath_var"; then
- 	      case "$perm_rpath " in
- 	      *" $libdir "*) ;;
--	      *) func_apped perm_rpath " $libdir" ;;
-+	      *) func_append perm_rpath " $libdir" ;;
- 	      esac
- 	    fi
- 	  done
-@@ -8058,11 +8084,7 @@
- 	  if test -n "$hardcode_libdir_separator" &&
- 	     test -n "$hardcode_libdirs"; then
- 	    libdir="$hardcode_libdirs"
--	    if test -n "$hardcode_libdir_flag_spec_ld"; then
--	      eval dep_rpath=\"$hardcode_libdir_flag_spec_ld\"
--	    else
--	      eval dep_rpath=\"$hardcode_libdir_flag_spec\"
--	    fi
-+	    eval "dep_rpath=\"$hardcode_libdir_flag_spec\""
- 	  fi
- 	  if test -n "$runpath_var" && test -n "$perm_rpath"; then
- 	    # We should set the runpath_var.
-@@ -9152,6 +9174,8 @@
- 	    esac
- 	  done
- 	fi
-+	func_to_tool_file "$oldlib" func_convert_file_msys_to_w32
-+	tool_oldlib=$func_to_tool_file_result
- 	eval cmds=\"$old_archive_cmds\"
- 
- 	func_len " $cmds"
-@@ -9261,7 +9285,8 @@
- 	      *.la)
- 		func_basename "$deplib"
- 		name="$func_basename_result"
--		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
-+		func_resolve_sysroot "$deplib"
-+		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
- 		test -z "$libdir" && \
- 		  func_fatal_error "\`$deplib' is not a valid libtool archive"
- 		func_append newdependency_libs " ${lt_sysroot:+=}$libdir/$name"
-Index: med-fichier-3.0.3.new/configure
-===================================================================
---- med-fichier-3.0.3.new.orig/configure	2012-01-21 11:10:09.000000000 +0000
-+++ med-fichier-3.0.3.new/configure	2012-01-21 11:13:41.000000000 +0000
-@@ -736,6 +736,9 @@
- MED_NUM_RELEASE
- MED_NUM_MINEUR
- MED_NUM_MAJEUR
-+MAINT
-+MAINTAINER_MODE_FALSE
-+MAINTAINER_MODE_TRUE
- target_alias
- host_alias
- build_alias
-@@ -792,6 +795,7 @@
- DOXYALIASES'
- ac_user_opts='
- enable_option_checking
-+enable_maintainer_mode
- with_med_int
- enable_dependency_tracking
- enable_mesgerr
-@@ -803,7 +807,6 @@
- with_gnu_ld
- with_sysroot
- enable_libtool_lock
--with_gnu_ld
- with_hdf5
- '
-       ac_precious_vars='build_alias
-@@ -815,34 +818,16 @@
- LIBS
- CC
- CFLAGS
--LDFLAGS
--LIBS
- CPPFLAGS
- CPP
--CPPFLAGS
- FC
- FCFLAGS
--LDFLAGS
--LIBS
--FC
--LDFLAGS
--LIBS
- FTLDFLAGS
- FTLIBS
--CPP
--CPPFLAGS
--CC
--CFLAGS
--LIBS
--CPPFLAGS
--F77
--LIBS
- CXX
- CXXFLAGS
--CPPFLAGS
- CCC
- CXXCPP
--CPPFLAGS
- MPICC
- MPICXX
- MPIF77'
-@@ -1466,6 +1451,8 @@
-   --disable-option-checking  ignore unrecognized --enable/--with options
-   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
-   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
-+  --enable-maintainer-mode  enable make rules and dependencies not useful
-+			  (and sometimes confusing) to the casual installer
-   --disable-dependency-tracking  speeds up one-time build
-   --enable-dependency-tracking   do not reject slow dependency extractors
-   --enable-mesgerr        explicit error messages [default=yes]
-@@ -3015,6 +3002,32 @@
- 
- 
- 
-+#add AM_MAINTAINER_MODE so that autotools won't get its nickers in a twist
-+#trying to regenerate some but not all of the build system
-+
-+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
-+$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
-+    # Check whether --enable-maintainer-mode was given.
-+if test "${enable_maintainer_mode+set}" = set; then :
-+  enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
-+else
-+  USE_MAINTAINER_MODE=no
-+fi
-+
-+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
-+$as_echo "$USE_MAINTAINER_MODE" >&6; }
-+   if test $USE_MAINTAINER_MODE = yes; then
-+  MAINTAINER_MODE_TRUE=
-+  MAINTAINER_MODE_FALSE='#'
-+else
-+  MAINTAINER_MODE_TRUE='#'
-+  MAINTAINER_MODE_FALSE=
-+fi
-+
-+  MAINT=$MAINTAINER_MODE_TRUE
-+
-+
-+
- ##Lors de la sortie d'une nouvelle release mettre à jour les champs suivants
- ##Ne pas oubliez de modifier  -version-info x:y:z dans src/Makefile.am tools/medimport/Makefile.am
- ##Modifiez si necessaire les numéros de versions dans la documentation
-@@ -3639,6 +3652,31 @@
- ##AC_CONFIG_HEADER(include/2.3.6/med_config.h)
- 
- 
-+##
-+
-+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
-+$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
-+    # Check whether --enable-maintainer-mode was given.
-+if test "${enable_maintainer_mode+set}" = set; then :
-+  enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
-+else
-+  USE_MAINTAINER_MODE=no
-+fi
-+
-+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
-+$as_echo "$USE_MAINTAINER_MODE" >&6; }
-+   if test $USE_MAINTAINER_MODE = yes; then
-+  MAINTAINER_MODE_TRUE=
-+  MAINTAINER_MODE_FALSE='#'
-+else
-+  MAINTAINER_MODE_TRUE='#'
-+  MAINTAINER_MODE_FALSE=
-+fi
-+
-+  MAINT=$MAINTAINER_MODE_TRUE
-+
-+
-+
- ## Choose med_int type between {int,long}
- ac_ext=f
- ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
-@@ -7299,8 +7337,8 @@
- 
- 
- 
--macro_version='2.4'
--macro_revision='1.3293'
-+macro_version='2.4.2'
-+macro_revision='1.3337'
- 
- 
- 
-@@ -21267,6 +21305,212 @@
- ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
- ac_compiler_gnu=$ac_cv_c_compiler_gnu
- 
-+ac_ext=${ac_fc_srcext-f}
-+ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5'
-+ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5'
-+ac_compiler_gnu=$ac_cv_fc_compiler_gnu
-+if test -n "$ac_tool_prefix"; then
-+  for ac_prog in gfortran g95 xlf95 f95 fort ifort ifc efc pgfortran pgf95 lf95 ftn xlf90 f90 pgf90 pghpf epcf90 g77 xlf f77 frt pgf77 cf77 fort77 fl32 af77
-+  do
-+    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
-+set dummy $ac_tool_prefix$ac_prog; ac_word=$2
-+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-+$as_echo_n "checking for $ac_word... " >&6; }
-+if ${ac_cv_prog_FC+:} false; then :
-+  $as_echo_n "(cached) " >&6
-+else
-+  if test -n "$FC"; then
-+  ac_cv_prog_FC="$FC" # Let the user override the test.
-+else
-+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-+for as_dir in $PATH
-+do
-+  IFS=$as_save_IFS
-+  test -z "$as_dir" && as_dir=.
-+    for ac_exec_ext in '' $ac_executable_extensions; do
-+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
-+    ac_cv_prog_FC="$ac_tool_prefix$ac_prog"
-+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-+    break 2
-+  fi
-+done
-+  done
-+IFS=$as_save_IFS
-+
-+fi
-+fi
-+FC=$ac_cv_prog_FC
-+if test -n "$FC"; then
-+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FC" >&5
-+$as_echo "$FC" >&6; }
-+else
-+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-+$as_echo "no" >&6; }
-+fi
-+
-+
-+    test -n "$FC" && break
-+  done
-+fi
-+if test -z "$FC"; then
-+  ac_ct_FC=$FC
-+  for ac_prog in gfortran g95 xlf95 f95 fort ifort ifc efc pgfortran pgf95 lf95 ftn xlf90 f90 pgf90 pghpf epcf90 g77 xlf f77 frt pgf77 cf77 fort77 fl32 af77
-+do
-+  # Extract the first word of "$ac_prog", so it can be a program name with args.
-+set dummy $ac_prog; ac_word=$2
-+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-+$as_echo_n "checking for $ac_word... " >&6; }
-+if ${ac_cv_prog_ac_ct_FC+:} false; then :
-+  $as_echo_n "(cached) " >&6
-+else
-+  if test -n "$ac_ct_FC"; then
-+  ac_cv_prog_ac_ct_FC="$ac_ct_FC" # Let the user override the test.
-+else
-+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-+for as_dir in $PATH
-+do
-+  IFS=$as_save_IFS
-+  test -z "$as_dir" && as_dir=.
-+    for ac_exec_ext in '' $ac_executable_extensions; do
-+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
-+    ac_cv_prog_ac_ct_FC="$ac_prog"
-+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
-+    break 2
-+  fi
-+done
-+  done
-+IFS=$as_save_IFS
-+
-+fi
-+fi
-+ac_ct_FC=$ac_cv_prog_ac_ct_FC
-+if test -n "$ac_ct_FC"; then
-+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_FC" >&5
-+$as_echo "$ac_ct_FC" >&6; }
-+else
-+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-+$as_echo "no" >&6; }
-+fi
-+
-+
-+  test -n "$ac_ct_FC" && break
-+done
-+
-+  if test "x$ac_ct_FC" = x; then
-+    FC=""
-+  else
-+    case $cross_compiling:$ac_tool_warned in
-+yes:)
-+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
-+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
-+ac_tool_warned=yes ;;
-+esac
-+    FC=$ac_ct_FC
-+  fi
-+fi
-+
-+
-+# Provide some information about the compiler.
-+$as_echo "$as_me:${as_lineno-$LINENO}: checking for Fortran compiler version" >&5
-+set X $ac_compile
-+ac_compiler=$2
-+for ac_option in --version -v -V -qversion; do
-+  { { ac_try="$ac_compiler $ac_option >&5"
-+case "(($ac_try" in
-+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
-+  *) ac_try_echo=$ac_try;;
-+esac
-+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
-+$as_echo "$ac_try_echo"; } >&5
-+  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
-+  ac_status=$?
-+  if test -s conftest.err; then
-+    sed '10a\
-+... rest of stderr output deleted ...
-+         10q' conftest.err >conftest.er1
-+    cat conftest.er1 >&5
-+  fi
-+  rm -f conftest.er1 conftest.err
-+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-+  test $ac_status = 0; }
-+done
-+rm -f a.out
-+
-+# If we don't use `.F' as extension, the preprocessor is not run on the
-+# input file.  (Note that this only needs to work for GNU compilers.)
-+ac_save_ext=$ac_ext
-+ac_ext=F
-+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU Fortran compiler" >&5
-+$as_echo_n "checking whether we are using the GNU Fortran compiler... " >&6; }
-+if ${ac_cv_fc_compiler_gnu+:} false; then :
-+  $as_echo_n "(cached) " >&6
-+else
-+  cat > conftest.$ac_ext <<_ACEOF
-+      program main
-+#ifndef __GNUC__
-+       choke me
-+#endif
-+
-+      end
-+_ACEOF
-+if ac_fn_fc_try_compile "$LINENO"; then :
-+  ac_compiler_gnu=yes
-+else
-+  ac_compiler_gnu=no
-+fi
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-+ac_cv_fc_compiler_gnu=$ac_compiler_gnu
-+
-+fi
-+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_fc_compiler_gnu" >&5
-+$as_echo "$ac_cv_fc_compiler_gnu" >&6; }
-+ac_ext=$ac_save_ext
-+ac_test_FCFLAGS=${FCFLAGS+set}
-+ac_save_FCFLAGS=$FCFLAGS
-+FCFLAGS=
-+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $FC accepts -g" >&5
-+$as_echo_n "checking whether $FC accepts -g... " >&6; }
-+if ${ac_cv_prog_fc_g+:} false; then :
-+  $as_echo_n "(cached) " >&6
-+else
-+  FCFLAGS=-g
-+cat > conftest.$ac_ext <<_ACEOF
-+      program main
-+
-+      end
-+_ACEOF
-+if ac_fn_fc_try_compile "$LINENO"; then :
-+  ac_cv_prog_fc_g=yes
-+else
-+  ac_cv_prog_fc_g=no
-+fi
-+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-+
-+fi
-+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_fc_g" >&5
-+$as_echo "$ac_cv_prog_fc_g" >&6; }
-+if test "$ac_test_FCFLAGS" = set; then
-+  FCFLAGS=$ac_save_FCFLAGS
-+elif test $ac_cv_prog_fc_g = yes; then
-+  if test "x$ac_cv_fc_compiler_gnu" = xyes; then
-+    FCFLAGS="-g -O2"
-+  else
-+    FCFLAGS="-g"
-+  fi
-+else
-+  if test "x$ac_cv_fc_compiler_gnu" = xyes; then
-+    FCFLAGS="-O2"
-+  else
-+    FCFLAGS=
-+  fi
-+fi
-+
-+ac_ext=c
-+ac_cpp='$CPP $CPPFLAGS'
-+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-+ac_compiler_gnu=$ac_cv_c_compiler_gnu
-+
- ac_ext=f
- ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
- ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-@@ -29388,6 +29632,10 @@
- LTLIBOBJS=$ac_ltlibobjs
- 
- 
-+if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
-+  as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
-+Usually this means the macro was only invoked conditionally." "$LINENO" 5
-+fi
-  if test -n "$EXEEXT"; then
-   am__EXEEXT_TRUE=
-   am__EXEEXT_FALSE='#'
-@@ -29396,6 +29644,10 @@
-   am__EXEEXT_FALSE=
- fi
- 
-+if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
-+  as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
-+Usually this means the macro was only invoked conditionally." "$LINENO" 5
-+fi
- if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
-   as_fn_error $? "conditional \"AMDEP\" was never defined.
- Usually this means the macro was only invoked conditionally." "$LINENO" 5
-Index: med-fichier-3.0.3.new/doc/Makefile.in
-===================================================================
---- med-fichier-3.0.3.new.orig/doc/Makefile.in	2012-01-21 11:10:09.000000000 +0000
-+++ med-fichier-3.0.3.new/doc/Makefile.in	2012-01-21 11:13:41.000000000 +0000
-@@ -1,4 +1,4 @@
--# Makefile.in generated by automake 1.11 from Makefile.am.
-+# Makefile.in generated by automake 1.11.1 from Makefile.am.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-@@ -37,20 +37,22 @@
- 	$(top_srcdir)/config/automake.common
- subdir = doc
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--am__aclocal_m4_deps = $(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
--	$(top_srcdir)/config/ax_absolute_header.m4 \
--	$(top_srcdir)/config/ax_mpi.m4 $(top_srcdir)/config/libtool.m4 \
-+am__aclocal_m4_deps = $(top_srcdir)/config/ax_absolute_header.m4 \
-+	$(top_srcdir)/config/ax_mpi.m4 \
-+	$(top_srcdir)/config/med_check_hdf5_version.m4 \
-+	$(top_srcdir)/config/med_enable_pmed.m4 \
-+	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/acinclude.m4 \
-+	$(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
-+	$(top_srcdir)/config/libtool.m4 \
- 	$(top_srcdir)/config/ltoptions.m4 \
- 	$(top_srcdir)/config/ltsugar.m4 \
- 	$(top_srcdir)/config/ltversion.m4 \
- 	$(top_srcdir)/config/lt~obsolete.m4 \
- 	$(top_srcdir)/config/med_check_f90.m4 \
- 	$(top_srcdir)/config/med_check_hdf5.m4 \
--	$(top_srcdir)/config/med_check_hdf5_version.m4 \
- 	$(top_srcdir)/config/med_check_mesgerr.m4 \
- 	$(top_srcdir)/config/med_check_typeof_medint.m4 \
--	$(top_srcdir)/config/med_enable_pmed.m4 \
--	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/configure.ac
-+	$(top_srcdir)/configure.ac
- am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- 	$(ACLOCAL_M4)
- mkinstalldirs = $(install_sh) -d
-@@ -166,6 +168,7 @@
- LN_S = @LN_S@
- LONG_OR_INT = @LONG_OR_INT@
- LTLIBOBJS = @LTLIBOBJS@
-+MAINT = @MAINT@
- MAKEINFO = @MAKEINFO@
- MANIFEST_TOOL = @MANIFEST_TOOL@
- MED_NUM_MAJEUR = @MED_NUM_MAJEUR@
-@@ -270,7 +273,7 @@
- all: all-recursive
- 
- .SUFFIXES:
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common $(am__configure_deps)
- 	@for dep in $?; do \
- 	  case '$(am__configure_deps)' in \
- 	    *$$dep*) \
-@@ -295,9 +298,9 @@
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
--$(top_srcdir)/configure:  $(am__configure_deps)
-+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
--$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- $(am__aclocal_m4_deps):
- 
-@@ -314,7 +317,7 @@
- #     (which will cause the Makefiles to be regenerated when you run `make');
- # (2) otherwise, pass the desired values on the `make' command line.
- $(RECURSIVE_TARGETS):
--	@failcom='exit 1'; \
-+	@fail= failcom='exit 1'; \
- 	for f in x $$MAKEFLAGS; do \
- 	  case $$f in \
- 	    *=* | --[!k]*);; \
-@@ -339,7 +342,7 @@
- 	fi; test -z "$$fail"
- 
- $(RECURSIVE_CLEAN_TARGETS):
--	@failcom='exit 1'; \
-+	@fail= failcom='exit 1'; \
- 	for f in x $$MAKEFLAGS; do \
- 	  case $$f in \
- 	    *=* | --[!k]*);; \
-Index: med-fichier-3.0.3.new/doc/gif/Makefile.in
-===================================================================
---- med-fichier-3.0.3.new.orig/doc/gif/Makefile.in	2012-01-21 11:10:09.000000000 +0000
-+++ med-fichier-3.0.3.new/doc/gif/Makefile.in	2012-01-21 11:13:41.000000000 +0000
-@@ -1,4 +1,4 @@
--# Makefile.in generated by automake 1.11 from Makefile.am.
-+# Makefile.in generated by automake 1.11.1 from Makefile.am.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-@@ -38,20 +38,22 @@
- 	$(top_srcdir)/config/automake.common
- subdir = doc/gif
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--am__aclocal_m4_deps = $(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
--	$(top_srcdir)/config/ax_absolute_header.m4 \
--	$(top_srcdir)/config/ax_mpi.m4 $(top_srcdir)/config/libtool.m4 \
-+am__aclocal_m4_deps = $(top_srcdir)/config/ax_absolute_header.m4 \
-+	$(top_srcdir)/config/ax_mpi.m4 \
-+	$(top_srcdir)/config/med_check_hdf5_version.m4 \
-+	$(top_srcdir)/config/med_enable_pmed.m4 \
-+	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/acinclude.m4 \
-+	$(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
-+	$(top_srcdir)/config/libtool.m4 \
- 	$(top_srcdir)/config/ltoptions.m4 \
- 	$(top_srcdir)/config/ltsugar.m4 \
- 	$(top_srcdir)/config/ltversion.m4 \
- 	$(top_srcdir)/config/lt~obsolete.m4 \
- 	$(top_srcdir)/config/med_check_f90.m4 \
- 	$(top_srcdir)/config/med_check_hdf5.m4 \
--	$(top_srcdir)/config/med_check_hdf5_version.m4 \
- 	$(top_srcdir)/config/med_check_mesgerr.m4 \
- 	$(top_srcdir)/config/med_check_typeof_medint.m4 \
--	$(top_srcdir)/config/med_enable_pmed.m4 \
--	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/configure.ac
-+	$(top_srcdir)/configure.ac
- am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- 	$(ACLOCAL_M4)
- mkinstalldirs = $(install_sh) -d
-@@ -150,6 +152,7 @@
- LN_S = @LN_S@
- LONG_OR_INT = @LONG_OR_INT@
- LTLIBOBJS = @LTLIBOBJS@
-+MAINT = @MAINT@
- MAKEINFO = @MAKEINFO@
- MANIFEST_TOOL = @MANIFEST_TOOL@
- MED_NUM_MAJEUR = @MED_NUM_MAJEUR@
-@@ -331,7 +334,7 @@
- all: all-am
- 
- .SUFFIXES:
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common $(am__configure_deps)
- 	@for dep in $?; do \
- 	  case '$(am__configure_deps)' in \
- 	    *$$dep*) \
-@@ -356,9 +359,9 @@
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
--$(top_srcdir)/configure:  $(am__configure_deps)
-+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
--$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- $(am__aclocal_m4_deps):
- 
-Index: med-fichier-3.0.3.new/doc/html/Makefile.in
-===================================================================
---- med-fichier-3.0.3.new.orig/doc/html/Makefile.in	2012-01-21 11:10:09.000000000 +0000
-+++ med-fichier-3.0.3.new/doc/html/Makefile.in	2012-01-21 11:13:41.000000000 +0000
-@@ -1,4 +1,4 @@
--# Makefile.in generated by automake 1.11 from Makefile.am.
-+# Makefile.in generated by automake 1.11.1 from Makefile.am.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-@@ -37,20 +37,22 @@
- 	$(srcdir)/root.html.in $(top_srcdir)/config/automake.common
- subdir = doc/html
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--am__aclocal_m4_deps = $(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
--	$(top_srcdir)/config/ax_absolute_header.m4 \
--	$(top_srcdir)/config/ax_mpi.m4 $(top_srcdir)/config/libtool.m4 \
-+am__aclocal_m4_deps = $(top_srcdir)/config/ax_absolute_header.m4 \
-+	$(top_srcdir)/config/ax_mpi.m4 \
-+	$(top_srcdir)/config/med_check_hdf5_version.m4 \
-+	$(top_srcdir)/config/med_enable_pmed.m4 \
-+	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/acinclude.m4 \
-+	$(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
-+	$(top_srcdir)/config/libtool.m4 \
- 	$(top_srcdir)/config/ltoptions.m4 \
- 	$(top_srcdir)/config/ltsugar.m4 \
- 	$(top_srcdir)/config/ltversion.m4 \
- 	$(top_srcdir)/config/lt~obsolete.m4 \
- 	$(top_srcdir)/config/med_check_f90.m4 \
- 	$(top_srcdir)/config/med_check_hdf5.m4 \
--	$(top_srcdir)/config/med_check_hdf5_version.m4 \
- 	$(top_srcdir)/config/med_check_mesgerr.m4 \
- 	$(top_srcdir)/config/med_check_typeof_medint.m4 \
--	$(top_srcdir)/config/med_enable_pmed.m4 \
--	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/configure.ac
-+	$(top_srcdir)/configure.ac
- am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- 	$(ACLOCAL_M4)
- mkinstalldirs = $(install_sh) -d
-@@ -126,6 +128,7 @@
- LN_S = @LN_S@
- LONG_OR_INT = @LONG_OR_INT@
- LTLIBOBJS = @LTLIBOBJS@
-+MAINT = @MAINT@
- MAKEINFO = @MAKEINFO@
- MANIFEST_TOOL = @MANIFEST_TOOL@
- MED_NUM_MAJEUR = @MED_NUM_MAJEUR@
-@@ -330,7 +333,7 @@
- 
- .SUFFIXES:
- .SUFFIXES: .html .dox
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common $(am__configure_deps)
- 	@for dep in $?; do \
- 	  case '$(am__configure_deps)' in \
- 	    *$$dep*) \
-@@ -355,9 +358,9 @@
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
--$(top_srcdir)/configure:  $(am__configure_deps)
-+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
--$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- $(am__aclocal_m4_deps):
- root.html: $(top_builddir)/config.status $(srcdir)/root.html.in
-Index: med-fichier-3.0.3.new/doc/jpg/Makefile.in
-===================================================================
---- med-fichier-3.0.3.new.orig/doc/jpg/Makefile.in	2012-01-21 11:10:09.000000000 +0000
-+++ med-fichier-3.0.3.new/doc/jpg/Makefile.in	2012-01-21 11:13:41.000000000 +0000
-@@ -1,4 +1,4 @@
--# Makefile.in generated by automake 1.11 from Makefile.am.
-+# Makefile.in generated by automake 1.11.1 from Makefile.am.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-@@ -38,20 +38,22 @@
- 	$(top_srcdir)/config/automake.common
- subdir = doc/jpg
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--am__aclocal_m4_deps = $(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
--	$(top_srcdir)/config/ax_absolute_header.m4 \
--	$(top_srcdir)/config/ax_mpi.m4 $(top_srcdir)/config/libtool.m4 \
-+am__aclocal_m4_deps = $(top_srcdir)/config/ax_absolute_header.m4 \
-+	$(top_srcdir)/config/ax_mpi.m4 \
-+	$(top_srcdir)/config/med_check_hdf5_version.m4 \
-+	$(top_srcdir)/config/med_enable_pmed.m4 \
-+	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/acinclude.m4 \
-+	$(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
-+	$(top_srcdir)/config/libtool.m4 \
- 	$(top_srcdir)/config/ltoptions.m4 \
- 	$(top_srcdir)/config/ltsugar.m4 \
- 	$(top_srcdir)/config/ltversion.m4 \
- 	$(top_srcdir)/config/lt~obsolete.m4 \
- 	$(top_srcdir)/config/med_check_f90.m4 \
- 	$(top_srcdir)/config/med_check_hdf5.m4 \
--	$(top_srcdir)/config/med_check_hdf5_version.m4 \
- 	$(top_srcdir)/config/med_check_mesgerr.m4 \
- 	$(top_srcdir)/config/med_check_typeof_medint.m4 \
--	$(top_srcdir)/config/med_enable_pmed.m4 \
--	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/configure.ac
-+	$(top_srcdir)/configure.ac
- am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- 	$(ACLOCAL_M4)
- mkinstalldirs = $(install_sh) -d
-@@ -150,6 +152,7 @@
- LN_S = @LN_S@
- LONG_OR_INT = @LONG_OR_INT@
- LTLIBOBJS = @LTLIBOBJS@
-+MAINT = @MAINT@
- MAKEINFO = @MAKEINFO@
- MANIFEST_TOOL = @MANIFEST_TOOL@
- MED_NUM_MAJEUR = @MED_NUM_MAJEUR@
-@@ -269,7 +272,7 @@
- all: all-am
- 
- .SUFFIXES:
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common $(am__configure_deps)
- 	@for dep in $?; do \
- 	  case '$(am__configure_deps)' in \
- 	    *$$dep*) \
-@@ -294,9 +297,9 @@
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
--$(top_srcdir)/configure:  $(am__configure_deps)
-+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
--$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- $(am__aclocal_m4_deps):
- 
-Index: med-fichier-3.0.3.new/doc/png/Makefile.in
-===================================================================
---- med-fichier-3.0.3.new.orig/doc/png/Makefile.in	2012-01-21 11:10:09.000000000 +0000
-+++ med-fichier-3.0.3.new/doc/png/Makefile.in	2012-01-21 11:13:41.000000000 +0000
-@@ -1,4 +1,4 @@
--# Makefile.in generated by automake 1.11 from Makefile.am.
-+# Makefile.in generated by automake 1.11.1 from Makefile.am.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-@@ -38,20 +38,22 @@
- 	$(top_srcdir)/config/automake.common
- subdir = doc/png
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--am__aclocal_m4_deps = $(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
--	$(top_srcdir)/config/ax_absolute_header.m4 \
--	$(top_srcdir)/config/ax_mpi.m4 $(top_srcdir)/config/libtool.m4 \
-+am__aclocal_m4_deps = $(top_srcdir)/config/ax_absolute_header.m4 \
-+	$(top_srcdir)/config/ax_mpi.m4 \
-+	$(top_srcdir)/config/med_check_hdf5_version.m4 \
-+	$(top_srcdir)/config/med_enable_pmed.m4 \
-+	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/acinclude.m4 \
-+	$(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
-+	$(top_srcdir)/config/libtool.m4 \
- 	$(top_srcdir)/config/ltoptions.m4 \
- 	$(top_srcdir)/config/ltsugar.m4 \
- 	$(top_srcdir)/config/ltversion.m4 \
- 	$(top_srcdir)/config/lt~obsolete.m4 \
- 	$(top_srcdir)/config/med_check_f90.m4 \
- 	$(top_srcdir)/config/med_check_hdf5.m4 \
--	$(top_srcdir)/config/med_check_hdf5_version.m4 \
- 	$(top_srcdir)/config/med_check_mesgerr.m4 \
- 	$(top_srcdir)/config/med_check_typeof_medint.m4 \
--	$(top_srcdir)/config/med_enable_pmed.m4 \
--	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/configure.ac
-+	$(top_srcdir)/configure.ac
- am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- 	$(ACLOCAL_M4)
- mkinstalldirs = $(install_sh) -d
-@@ -150,6 +152,7 @@
- LN_S = @LN_S@
- LONG_OR_INT = @LONG_OR_INT@
- LTLIBOBJS = @LTLIBOBJS@
-+MAINT = @MAINT@
- MAKEINFO = @MAKEINFO@
- MANIFEST_TOOL = @MANIFEST_TOOL@
- MED_NUM_MAJEUR = @MED_NUM_MAJEUR@
-@@ -343,7 +346,7 @@
- all: all-am
- 
- .SUFFIXES:
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common $(am__configure_deps)
- 	@for dep in $?; do \
- 	  case '$(am__configure_deps)' in \
- 	    *$$dep*) \
-@@ -368,9 +371,9 @@
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
--$(top_srcdir)/configure:  $(am__configure_deps)
-+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
--$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- $(am__aclocal_m4_deps):
- 
-Index: med-fichier-3.0.3.new/include/Makefile.in
-===================================================================
---- med-fichier-3.0.3.new.orig/include/Makefile.in	2012-01-21 11:10:09.000000000 +0000
-+++ med-fichier-3.0.3.new/include/Makefile.in	2012-01-21 11:13:41.000000000 +0000
-@@ -1,4 +1,4 @@
--# Makefile.in generated by automake 1.11 from Makefile.am.
-+# Makefile.in generated by automake 1.11.1 from Makefile.am.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-@@ -39,20 +39,22 @@
- 	$(srcdir)/Makefile.am $(srcdir)/Makefile.in $(srcdir)/med.h.in \
- 	$(srcdir)/med_config.h.in $(srcdir)/med_utils.h.in
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--am__aclocal_m4_deps = $(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
--	$(top_srcdir)/config/ax_absolute_header.m4 \
--	$(top_srcdir)/config/ax_mpi.m4 $(top_srcdir)/config/libtool.m4 \
-+am__aclocal_m4_deps = $(top_srcdir)/config/ax_absolute_header.m4 \
-+	$(top_srcdir)/config/ax_mpi.m4 \
-+	$(top_srcdir)/config/med_check_hdf5_version.m4 \
-+	$(top_srcdir)/config/med_enable_pmed.m4 \
-+	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/acinclude.m4 \
-+	$(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
-+	$(top_srcdir)/config/libtool.m4 \
- 	$(top_srcdir)/config/ltoptions.m4 \
- 	$(top_srcdir)/config/ltsugar.m4 \
- 	$(top_srcdir)/config/ltversion.m4 \
- 	$(top_srcdir)/config/lt~obsolete.m4 \
- 	$(top_srcdir)/config/med_check_f90.m4 \
- 	$(top_srcdir)/config/med_check_hdf5.m4 \
--	$(top_srcdir)/config/med_check_hdf5_version.m4 \
- 	$(top_srcdir)/config/med_check_mesgerr.m4 \
- 	$(top_srcdir)/config/med_check_typeof_medint.m4 \
--	$(top_srcdir)/config/med_enable_pmed.m4 \
--	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/configure.ac
-+	$(top_srcdir)/configure.ac
- am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- 	$(ACLOCAL_M4)
- mkinstalldirs = $(install_sh) -d
-@@ -192,6 +194,7 @@
- LN_S = @LN_S@
- LONG_OR_INT = @LONG_OR_INT@
- LTLIBOBJS = @LTLIBOBJS@
-+MAINT = @MAINT@
- MAKEINFO = @MAKEINFO@
- MANIFEST_TOOL = @MANIFEST_TOOL@
- MED_NUM_MAJEUR = @MED_NUM_MAJEUR@
-@@ -303,7 +306,7 @@
- 	$(MAKE) $(AM_MAKEFLAGS) all-recursive
- 
- .SUFFIXES:
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
- 	@for dep in $?; do \
- 	  case '$(am__configure_deps)' in \
- 	    *$$dep*) \
-@@ -328,9 +331,9 @@
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
--$(top_srcdir)/configure:  $(am__configure_deps)
-+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
--$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- $(am__aclocal_m4_deps):
- 
-@@ -343,7 +346,7 @@
- stamp-h1: $(srcdir)/med_config.h.in $(top_builddir)/config.status
- 	@rm -f stamp-h1
- 	cd $(top_builddir) && $(SHELL) ./config.status include/med_config.h
--$(srcdir)/med_config.h.in:  $(am__configure_deps) 
-+$(srcdir)/med_config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
- 	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
- 	rm -f stamp-h1
- 	touch $@
-@@ -408,7 +411,7 @@
- #     (which will cause the Makefiles to be regenerated when you run `make');
- # (2) otherwise, pass the desired values on the `make' command line.
- $(RECURSIVE_TARGETS):
--	@failcom='exit 1'; \
-+	@fail= failcom='exit 1'; \
- 	for f in x $$MAKEFLAGS; do \
- 	  case $$f in \
- 	    *=* | --[!k]*);; \
-@@ -433,7 +436,7 @@
- 	fi; test -z "$$fail"
- 
- $(RECURSIVE_CLEAN_TARGETS):
--	@failcom='exit 1'; \
-+	@fail= failcom='exit 1'; \
- 	for f in x $$MAKEFLAGS; do \
- 	  case $$f in \
- 	    *=* | --[!k]*);; \
-Index: med-fichier-3.0.3.new/src/Makefile.in
-===================================================================
---- med-fichier-3.0.3.new.orig/src/Makefile.in	2012-01-21 11:13:41.000000000 +0000
-+++ med-fichier-3.0.3.new/src/Makefile.in	2012-01-21 11:13:41.000000000 +0000
-@@ -1,4 +1,4 @@
--# Makefile.in generated by automake 1.11 from Makefile.am.
-+# Makefile.in generated by automake 1.11.1 from Makefile.am.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-@@ -40,20 +40,22 @@
- 	$(top_srcdir)/config/automake.common
- subdir = src
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--am__aclocal_m4_deps = $(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
--	$(top_srcdir)/config/ax_absolute_header.m4 \
--	$(top_srcdir)/config/ax_mpi.m4 $(top_srcdir)/config/libtool.m4 \
-+am__aclocal_m4_deps = $(top_srcdir)/config/ax_absolute_header.m4 \
-+	$(top_srcdir)/config/ax_mpi.m4 \
-+	$(top_srcdir)/config/med_check_hdf5_version.m4 \
-+	$(top_srcdir)/config/med_enable_pmed.m4 \
-+	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/acinclude.m4 \
-+	$(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
-+	$(top_srcdir)/config/libtool.m4 \
- 	$(top_srcdir)/config/ltoptions.m4 \
- 	$(top_srcdir)/config/ltsugar.m4 \
- 	$(top_srcdir)/config/ltversion.m4 \
- 	$(top_srcdir)/config/lt~obsolete.m4 \
- 	$(top_srcdir)/config/med_check_f90.m4 \
- 	$(top_srcdir)/config/med_check_hdf5.m4 \
--	$(top_srcdir)/config/med_check_hdf5_version.m4 \
- 	$(top_srcdir)/config/med_check_mesgerr.m4 \
- 	$(top_srcdir)/config/med_check_typeof_medint.m4 \
--	$(top_srcdir)/config/med_enable_pmed.m4 \
--	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/configure.ac
-+	$(top_srcdir)/configure.ac
- am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- 	$(ACLOCAL_M4)
- mkinstalldirs = $(install_sh) -d
-@@ -231,6 +233,7 @@
- LN_S = @LN_S@
- LONG_OR_INT = @LONG_OR_INT@
- LTLIBOBJS = @LTLIBOBJS@
-+MAINT = @MAINT@
- MAKEINFO = @MAKEINFO@
- MANIFEST_TOOL = @MANIFEST_TOOL@
- MED_NUM_MAJEUR = @MED_NUM_MAJEUR@
-@@ -354,7 +357,7 @@
- 
- .SUFFIXES:
- .SUFFIXES: .c .cxx .lo .o .obj
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common $(am__configure_deps)
- 	@for dep in $?; do \
- 	  case '$(am__configure_deps)' in \
- 	    *$$dep*) \
-@@ -379,9 +382,9 @@
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
--$(top_srcdir)/configure:  $(am__configure_deps)
-+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
--$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- $(am__aclocal_m4_deps):
- libmed2.settings: $(top_builddir)/config.status $(srcdir)/libmed2.settings.in
-@@ -506,7 +509,7 @@
- #     (which will cause the Makefiles to be regenerated when you run `make');
- # (2) otherwise, pass the desired values on the `make' command line.
- $(RECURSIVE_TARGETS):
--	@failcom='exit 1'; \
-+	@fail= failcom='exit 1'; \
- 	for f in x $$MAKEFLAGS; do \
- 	  case $$f in \
- 	    *=* | --[!k]*);; \
-@@ -531,7 +534,7 @@
- 	fi; test -z "$$fail"
- 
- $(RECURSIVE_CLEAN_TARGETS):
--	@failcom='exit 1'; \
-+	@fail= failcom='exit 1'; \
- 	for f in x $$MAKEFLAGS; do \
- 	  case $$f in \
- 	    *=* | --[!k]*);; \
-Index: med-fichier-3.0.3.new/src/cfi/Makefile.in
-===================================================================
---- med-fichier-3.0.3.new.orig/src/cfi/Makefile.in	2012-01-21 11:10:09.000000000 +0000
-+++ med-fichier-3.0.3.new/src/cfi/Makefile.in	2012-01-21 11:13:41.000000000 +0000
-@@ -1,4 +1,4 @@
--# Makefile.in generated by automake 1.11 from Makefile.am.
-+# Makefile.in generated by automake 1.11.1 from Makefile.am.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-@@ -39,20 +39,22 @@
- @WITHPMED_TRUE at am__append_1 = parfilecf.c 
- subdir = src/cfi
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--am__aclocal_m4_deps = $(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
--	$(top_srcdir)/config/ax_absolute_header.m4 \
--	$(top_srcdir)/config/ax_mpi.m4 $(top_srcdir)/config/libtool.m4 \
-+am__aclocal_m4_deps = $(top_srcdir)/config/ax_absolute_header.m4 \
-+	$(top_srcdir)/config/ax_mpi.m4 \
-+	$(top_srcdir)/config/med_check_hdf5_version.m4 \
-+	$(top_srcdir)/config/med_enable_pmed.m4 \
-+	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/acinclude.m4 \
-+	$(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
-+	$(top_srcdir)/config/libtool.m4 \
- 	$(top_srcdir)/config/ltoptions.m4 \
- 	$(top_srcdir)/config/ltsugar.m4 \
- 	$(top_srcdir)/config/ltversion.m4 \
- 	$(top_srcdir)/config/lt~obsolete.m4 \
- 	$(top_srcdir)/config/med_check_f90.m4 \
- 	$(top_srcdir)/config/med_check_hdf5.m4 \
--	$(top_srcdir)/config/med_check_hdf5_version.m4 \
- 	$(top_srcdir)/config/med_check_mesgerr.m4 \
- 	$(top_srcdir)/config/med_check_typeof_medint.m4 \
--	$(top_srcdir)/config/med_enable_pmed.m4 \
--	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/configure.ac
-+	$(top_srcdir)/configure.ac
- am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- 	$(ACLOCAL_M4)
- mkinstalldirs = $(install_sh) -d
-@@ -165,6 +167,7 @@
- LN_S = @LN_S@
- LONG_OR_INT = @LONG_OR_INT@
- LTLIBOBJS = @LTLIBOBJS@
-+MAINT = @MAINT@
- MAKEINFO = @MAKEINFO@
- MANIFEST_TOOL = @MANIFEST_TOOL@
- MED_NUM_MAJEUR = @MED_NUM_MAJEUR@
-@@ -274,7 +277,7 @@
- 
- .SUFFIXES:
- .SUFFIXES: .c .cxx .lo .o .obj
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common $(am__configure_deps)
- 	@for dep in $?; do \
- 	  case '$(am__configure_deps)' in \
- 	    *$$dep*) \
-@@ -299,9 +302,9 @@
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
--$(top_srcdir)/configure:  $(am__configure_deps)
-+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
--$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- $(am__aclocal_m4_deps):
- 
-Index: med-fichier-3.0.3.new/src/ci/Makefile.in
-===================================================================
---- med-fichier-3.0.3.new.orig/src/ci/Makefile.in	2012-01-21 11:10:09.000000000 +0000
-+++ med-fichier-3.0.3.new/src/ci/Makefile.in	2012-01-21 11:13:41.000000000 +0000
-@@ -1,4 +1,4 @@
--# Makefile.in generated by automake 1.11 from Makefile.am.
-+# Makefile.in generated by automake 1.11.1 from Makefile.am.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-@@ -41,20 +41,22 @@
- 
- subdir = src/ci
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--am__aclocal_m4_deps = $(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
--	$(top_srcdir)/config/ax_absolute_header.m4 \
--	$(top_srcdir)/config/ax_mpi.m4 $(top_srcdir)/config/libtool.m4 \
-+am__aclocal_m4_deps = $(top_srcdir)/config/ax_absolute_header.m4 \
-+	$(top_srcdir)/config/ax_mpi.m4 \
-+	$(top_srcdir)/config/med_check_hdf5_version.m4 \
-+	$(top_srcdir)/config/med_enable_pmed.m4 \
-+	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/acinclude.m4 \
-+	$(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
-+	$(top_srcdir)/config/libtool.m4 \
- 	$(top_srcdir)/config/ltoptions.m4 \
- 	$(top_srcdir)/config/ltsugar.m4 \
- 	$(top_srcdir)/config/ltversion.m4 \
- 	$(top_srcdir)/config/lt~obsolete.m4 \
- 	$(top_srcdir)/config/med_check_f90.m4 \
- 	$(top_srcdir)/config/med_check_hdf5.m4 \
--	$(top_srcdir)/config/med_check_hdf5_version.m4 \
- 	$(top_srcdir)/config/med_check_mesgerr.m4 \
- 	$(top_srcdir)/config/med_check_typeof_medint.m4 \
--	$(top_srcdir)/config/med_enable_pmed.m4 \
--	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/configure.ac
-+	$(top_srcdir)/configure.ac
- am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- 	$(ACLOCAL_M4)
- mkinstalldirs = $(install_sh) -d
-@@ -438,6 +440,7 @@
- LN_S = @LN_S@
- LONG_OR_INT = @LONG_OR_INT@
- LTLIBOBJS = @LTLIBOBJS@
-+MAINT = @MAINT@
- MAKEINFO = @MAKEINFO@
- MANIFEST_TOOL = @MANIFEST_TOOL@
- MED_NUM_MAJEUR = @MED_NUM_MAJEUR@
-@@ -682,7 +685,7 @@
- 
- .SUFFIXES:
- .SUFFIXES: .c .lo .o .obj
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common $(am__configure_deps)
- 	@for dep in $?; do \
- 	  case '$(am__configure_deps)' in \
- 	    *$$dep*) \
-@@ -707,9 +710,9 @@
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
--$(top_srcdir)/configure:  $(am__configure_deps)
-+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
--$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- $(am__aclocal_m4_deps):
- 
-Index: med-fichier-3.0.3.new/src/fi/Makefile.in
-===================================================================
---- med-fichier-3.0.3.new.orig/src/fi/Makefile.in	2012-01-21 11:10:09.000000000 +0000
-+++ med-fichier-3.0.3.new/src/fi/Makefile.in	2012-01-21 11:13:41.000000000 +0000
-@@ -1,4 +1,4 @@
--# Makefile.in generated by automake 1.11 from Makefile.am.
-+# Makefile.in generated by automake 1.11.1 from Makefile.am.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-@@ -39,20 +39,22 @@
- @WITHPMED_TRUE at am__append_1 = medparfile.f
- subdir = src/fi
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--am__aclocal_m4_deps = $(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
--	$(top_srcdir)/config/ax_absolute_header.m4 \
--	$(top_srcdir)/config/ax_mpi.m4 $(top_srcdir)/config/libtool.m4 \
-+am__aclocal_m4_deps = $(top_srcdir)/config/ax_absolute_header.m4 \
-+	$(top_srcdir)/config/ax_mpi.m4 \
-+	$(top_srcdir)/config/med_check_hdf5_version.m4 \
-+	$(top_srcdir)/config/med_enable_pmed.m4 \
-+	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/acinclude.m4 \
-+	$(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
-+	$(top_srcdir)/config/libtool.m4 \
- 	$(top_srcdir)/config/ltoptions.m4 \
- 	$(top_srcdir)/config/ltsugar.m4 \
- 	$(top_srcdir)/config/ltversion.m4 \
- 	$(top_srcdir)/config/lt~obsolete.m4 \
- 	$(top_srcdir)/config/med_check_f90.m4 \
- 	$(top_srcdir)/config/med_check_hdf5.m4 \
--	$(top_srcdir)/config/med_check_hdf5_version.m4 \
- 	$(top_srcdir)/config/med_check_mesgerr.m4 \
- 	$(top_srcdir)/config/med_check_typeof_medint.m4 \
--	$(top_srcdir)/config/med_enable_pmed.m4 \
--	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/configure.ac
-+	$(top_srcdir)/configure.ac
- am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- 	$(ACLOCAL_M4)
- mkinstalldirs = $(install_sh) -d
-@@ -150,6 +152,7 @@
- LN_S = @LN_S@
- LONG_OR_INT = @LONG_OR_INT@
- LTLIBOBJS = @LTLIBOBJS@
-+MAINT = @MAINT@
- MAKEINFO = @MAKEINFO@
- MANIFEST_TOOL = @MANIFEST_TOOL@
- MED_NUM_MAJEUR = @MED_NUM_MAJEUR@
-@@ -258,7 +261,7 @@
- 
- .SUFFIXES:
- .SUFFIXES: .f .lo .o .obj
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common $(am__configure_deps)
- 	@for dep in $?; do \
- 	  case '$(am__configure_deps)' in \
- 	    *$$dep*) \
-@@ -283,9 +286,9 @@
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
--$(top_srcdir)/configure:  $(am__configure_deps)
-+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
--$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- $(am__aclocal_m4_deps):
- 
-Index: med-fichier-3.0.3.new/src/hdfi/Makefile.in
-===================================================================
---- med-fichier-3.0.3.new.orig/src/hdfi/Makefile.in	2012-01-21 11:10:09.000000000 +0000
-+++ med-fichier-3.0.3.new/src/hdfi/Makefile.in	2012-01-21 11:13:41.000000000 +0000
-@@ -1,4 +1,4 @@
--# Makefile.in generated by automake 1.11 from Makefile.am.
-+# Makefile.in generated by automake 1.11.1 from Makefile.am.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-@@ -42,20 +42,22 @@
- 
- subdir = src/hdfi
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--am__aclocal_m4_deps = $(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
--	$(top_srcdir)/config/ax_absolute_header.m4 \
--	$(top_srcdir)/config/ax_mpi.m4 $(top_srcdir)/config/libtool.m4 \
-+am__aclocal_m4_deps = $(top_srcdir)/config/ax_absolute_header.m4 \
-+	$(top_srcdir)/config/ax_mpi.m4 \
-+	$(top_srcdir)/config/med_check_hdf5_version.m4 \
-+	$(top_srcdir)/config/med_enable_pmed.m4 \
-+	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/acinclude.m4 \
-+	$(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
-+	$(top_srcdir)/config/libtool.m4 \
- 	$(top_srcdir)/config/ltoptions.m4 \
- 	$(top_srcdir)/config/ltsugar.m4 \
- 	$(top_srcdir)/config/ltversion.m4 \
- 	$(top_srcdir)/config/lt~obsolete.m4 \
- 	$(top_srcdir)/config/med_check_f90.m4 \
- 	$(top_srcdir)/config/med_check_hdf5.m4 \
--	$(top_srcdir)/config/med_check_hdf5_version.m4 \
- 	$(top_srcdir)/config/med_check_mesgerr.m4 \
- 	$(top_srcdir)/config/med_check_typeof_medint.m4 \
--	$(top_srcdir)/config/med_enable_pmed.m4 \
--	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/configure.ac
-+	$(top_srcdir)/configure.ac
- am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- 	$(ACLOCAL_M4)
- mkinstalldirs = $(install_sh) -d
-@@ -206,6 +208,7 @@
- LN_S = @LN_S@
- LONG_OR_INT = @LONG_OR_INT@
- LTLIBOBJS = @LTLIBOBJS@
-+MAINT = @MAINT@
- MAKEINFO = @MAKEINFO@
- MANIFEST_TOOL = @MANIFEST_TOOL@
- MED_NUM_MAJEUR = @MED_NUM_MAJEUR@
-@@ -337,7 +340,7 @@
- 
- .SUFFIXES:
- .SUFFIXES: .c .lo .o .obj
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common $(am__configure_deps)
- 	@for dep in $?; do \
- 	  case '$(am__configure_deps)' in \
- 	    *$$dep*) \
-@@ -362,9 +365,9 @@
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
--$(top_srcdir)/configure:  $(am__configure_deps)
-+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
--$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- $(am__aclocal_m4_deps):
- 
-Index: med-fichier-3.0.3.new/src/misc/Makefile.in
-===================================================================
---- med-fichier-3.0.3.new.orig/src/misc/Makefile.in	2012-01-21 11:10:09.000000000 +0000
-+++ med-fichier-3.0.3.new/src/misc/Makefile.in	2012-01-21 11:13:41.000000000 +0000
-@@ -1,4 +1,4 @@
--# Makefile.in generated by automake 1.11 from Makefile.am.
-+# Makefile.in generated by automake 1.11.1 from Makefile.am.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-@@ -38,20 +38,22 @@
- 	$(top_srcdir)/config/automake.common
- subdir = src/misc
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--am__aclocal_m4_deps = $(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
--	$(top_srcdir)/config/ax_absolute_header.m4 \
--	$(top_srcdir)/config/ax_mpi.m4 $(top_srcdir)/config/libtool.m4 \
-+am__aclocal_m4_deps = $(top_srcdir)/config/ax_absolute_header.m4 \
-+	$(top_srcdir)/config/ax_mpi.m4 \
-+	$(top_srcdir)/config/med_check_hdf5_version.m4 \
-+	$(top_srcdir)/config/med_enable_pmed.m4 \
-+	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/acinclude.m4 \
-+	$(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
-+	$(top_srcdir)/config/libtool.m4 \
- 	$(top_srcdir)/config/ltoptions.m4 \
- 	$(top_srcdir)/config/ltsugar.m4 \
- 	$(top_srcdir)/config/ltversion.m4 \
- 	$(top_srcdir)/config/lt~obsolete.m4 \
- 	$(top_srcdir)/config/med_check_f90.m4 \
- 	$(top_srcdir)/config/med_check_hdf5.m4 \
--	$(top_srcdir)/config/med_check_hdf5_version.m4 \
- 	$(top_srcdir)/config/med_check_mesgerr.m4 \
- 	$(top_srcdir)/config/med_check_typeof_medint.m4 \
--	$(top_srcdir)/config/med_enable_pmed.m4 \
--	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/configure.ac
-+	$(top_srcdir)/configure.ac
- am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- 	$(ACLOCAL_M4)
- mkinstalldirs = $(install_sh) -d
-@@ -162,6 +164,7 @@
- LN_S = @LN_S@
- LONG_OR_INT = @LONG_OR_INT@
- LTLIBOBJS = @LTLIBOBJS@
-+MAINT = @MAINT@
- MAKEINFO = @MAKEINFO@
- MANIFEST_TOOL = @MANIFEST_TOOL@
- MED_NUM_MAJEUR = @MED_NUM_MAJEUR@
-@@ -275,7 +278,7 @@
- 
- .SUFFIXES:
- .SUFFIXES: .c .cxx .lo .o .obj
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common $(am__configure_deps)
- 	@for dep in $?; do \
- 	  case '$(am__configure_deps)' in \
- 	    *$$dep*) \
-@@ -300,9 +303,9 @@
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
--$(top_srcdir)/configure:  $(am__configure_deps)
-+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
--$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- $(am__aclocal_m4_deps):
- 
-Index: med-fichier-3.0.3.new/tests/Makefile.in
-===================================================================
---- med-fichier-3.0.3.new.orig/tests/Makefile.in	2012-01-21 11:10:09.000000000 +0000
-+++ med-fichier-3.0.3.new/tests/Makefile.in	2012-01-21 11:13:41.000000000 +0000
-@@ -1,4 +1,4 @@
--# Makefile.in generated by automake 1.11 from Makefile.am.
-+# Makefile.in generated by automake 1.11.1 from Makefile.am.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-@@ -37,20 +37,22 @@
- 	$(top_srcdir)/config/automake.common
- subdir = tests
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--am__aclocal_m4_deps = $(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
--	$(top_srcdir)/config/ax_absolute_header.m4 \
--	$(top_srcdir)/config/ax_mpi.m4 $(top_srcdir)/config/libtool.m4 \
-+am__aclocal_m4_deps = $(top_srcdir)/config/ax_absolute_header.m4 \
-+	$(top_srcdir)/config/ax_mpi.m4 \
-+	$(top_srcdir)/config/med_check_hdf5_version.m4 \
-+	$(top_srcdir)/config/med_enable_pmed.m4 \
-+	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/acinclude.m4 \
-+	$(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
-+	$(top_srcdir)/config/libtool.m4 \
- 	$(top_srcdir)/config/ltoptions.m4 \
- 	$(top_srcdir)/config/ltsugar.m4 \
- 	$(top_srcdir)/config/ltversion.m4 \
- 	$(top_srcdir)/config/lt~obsolete.m4 \
- 	$(top_srcdir)/config/med_check_f90.m4 \
- 	$(top_srcdir)/config/med_check_hdf5.m4 \
--	$(top_srcdir)/config/med_check_hdf5_version.m4 \
- 	$(top_srcdir)/config/med_check_mesgerr.m4 \
- 	$(top_srcdir)/config/med_check_typeof_medint.m4 \
--	$(top_srcdir)/config/med_enable_pmed.m4 \
--	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/configure.ac
-+	$(top_srcdir)/configure.ac
- am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- 	$(ACLOCAL_M4)
- mkinstalldirs = $(install_sh) -d
-@@ -166,6 +168,7 @@
- LN_S = @LN_S@
- LONG_OR_INT = @LONG_OR_INT@
- LTLIBOBJS = @LTLIBOBJS@
-+MAINT = @MAINT@
- MAKEINFO = @MAKEINFO@
- MANIFEST_TOOL = @MANIFEST_TOOL@
- MED_NUM_MAJEUR = @MED_NUM_MAJEUR@
-@@ -268,7 +271,7 @@
- all: all-recursive
- 
- .SUFFIXES:
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common $(am__configure_deps)
- 	@for dep in $?; do \
- 	  case '$(am__configure_deps)' in \
- 	    *$$dep*) \
-@@ -293,9 +296,9 @@
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
--$(top_srcdir)/configure:  $(am__configure_deps)
-+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
--$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- $(am__aclocal_m4_deps):
- 
-@@ -312,7 +315,7 @@
- #     (which will cause the Makefiles to be regenerated when you run `make');
- # (2) otherwise, pass the desired values on the `make' command line.
- $(RECURSIVE_TARGETS):
--	@failcom='exit 1'; \
-+	@fail= failcom='exit 1'; \
- 	for f in x $$MAKEFLAGS; do \
- 	  case $$f in \
- 	    *=* | --[!k]*);; \
-@@ -337,7 +340,7 @@
- 	fi; test -z "$$fail"
- 
- $(RECURSIVE_CLEAN_TARGETS):
--	@failcom='exit 1'; \
-+	@fail= failcom='exit 1'; \
- 	for f in x $$MAKEFLAGS; do \
- 	  case $$f in \
- 	    *=* | --[!k]*);; \
-Index: med-fichier-3.0.3.new/tests/c/2.3.1/Makefile.in
-===================================================================
---- med-fichier-3.0.3.new.orig/tests/c/2.3.1/Makefile.in	2012-01-21 11:10:09.000000000 +0000
-+++ med-fichier-3.0.3.new/tests/c/2.3.1/Makefile.in	2012-01-21 11:13:41.000000000 +0000
-@@ -1,4 +1,4 @@
--# Makefile.in generated by automake 1.11 from Makefile.am.
-+# Makefile.in generated by automake 1.11.1 from Makefile.am.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-@@ -39,20 +39,22 @@
- noinst_PROGRAMS = test10$(EXEEXT) test11$(EXEEXT)
- subdir = tests/c/2.3.1
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--am__aclocal_m4_deps = $(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
--	$(top_srcdir)/config/ax_absolute_header.m4 \
--	$(top_srcdir)/config/ax_mpi.m4 $(top_srcdir)/config/libtool.m4 \
-+am__aclocal_m4_deps = $(top_srcdir)/config/ax_absolute_header.m4 \
-+	$(top_srcdir)/config/ax_mpi.m4 \
-+	$(top_srcdir)/config/med_check_hdf5_version.m4 \
-+	$(top_srcdir)/config/med_enable_pmed.m4 \
-+	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/acinclude.m4 \
-+	$(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
-+	$(top_srcdir)/config/libtool.m4 \
- 	$(top_srcdir)/config/ltoptions.m4 \
- 	$(top_srcdir)/config/ltsugar.m4 \
- 	$(top_srcdir)/config/ltversion.m4 \
- 	$(top_srcdir)/config/lt~obsolete.m4 \
- 	$(top_srcdir)/config/med_check_f90.m4 \
- 	$(top_srcdir)/config/med_check_hdf5.m4 \
--	$(top_srcdir)/config/med_check_hdf5_version.m4 \
- 	$(top_srcdir)/config/med_check_mesgerr.m4 \
- 	$(top_srcdir)/config/med_check_typeof_medint.m4 \
--	$(top_srcdir)/config/med_enable_pmed.m4 \
--	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/configure.ac
-+	$(top_srcdir)/configure.ac
- am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- 	$(ACLOCAL_M4)
- mkinstalldirs = $(install_sh) -d
-@@ -201,6 +203,7 @@
- LN_S = @LN_S@
- LONG_OR_INT = @LONG_OR_INT@
- LTLIBOBJS = @LTLIBOBJS@
-+MAINT = @MAINT@
- MAKEINFO = @MAKEINFO@
- MANIFEST_TOOL = @MANIFEST_TOOL@
- MED_NUM_MAJEUR = @MED_NUM_MAJEUR@
-@@ -364,7 +367,7 @@
- 
- .SUFFIXES:
- .SUFFIXES: .c .cxx .lo .o .obj
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common.2.3.6 $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common.2.3.6 $(am__configure_deps)
- 	@for dep in $?; do \
- 	  case '$(am__configure_deps)' in \
- 	    *$$dep*) \
-@@ -389,9 +392,9 @@
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
--$(top_srcdir)/configure:  $(am__configure_deps)
-+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
--$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- $(am__aclocal_m4_deps):
- 
-@@ -475,7 +478,7 @@
- #     (which will cause the Makefiles to be regenerated when you run `make');
- # (2) otherwise, pass the desired values on the `make' command line.
- $(RECURSIVE_TARGETS):
--	@failcom='exit 1'; \
-+	@fail= failcom='exit 1'; \
- 	for f in x $$MAKEFLAGS; do \
- 	  case $$f in \
- 	    *=* | --[!k]*);; \
-@@ -500,7 +503,7 @@
- 	fi; test -z "$$fail"
- 
- $(RECURSIVE_CLEAN_TARGETS):
--	@failcom='exit 1'; \
-+	@fail= failcom='exit 1'; \
- 	for f in x $$MAKEFLAGS; do \
- 	  case $$f in \
- 	    *=* | --[!k]*);; \
-Index: med-fichier-3.0.3.new/tests/c/2.3.1/dumps.ref/Makefile.in
-===================================================================
---- med-fichier-3.0.3.new.orig/tests/c/2.3.1/dumps.ref/Makefile.in	2012-01-21 11:10:09.000000000 +0000
-+++ med-fichier-3.0.3.new/tests/c/2.3.1/dumps.ref/Makefile.in	2012-01-21 11:13:41.000000000 +0000
-@@ -1,4 +1,4 @@
--# Makefile.in generated by automake 1.11 from Makefile.am.
-+# Makefile.in generated by automake 1.11.1 from Makefile.am.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-@@ -37,20 +37,22 @@
- 	$(top_srcdir)/config/automake.common
- subdir = tests/c/2.3.1/dumps.ref
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--am__aclocal_m4_deps = $(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
--	$(top_srcdir)/config/ax_absolute_header.m4 \
--	$(top_srcdir)/config/ax_mpi.m4 $(top_srcdir)/config/libtool.m4 \
-+am__aclocal_m4_deps = $(top_srcdir)/config/ax_absolute_header.m4 \
-+	$(top_srcdir)/config/ax_mpi.m4 \
-+	$(top_srcdir)/config/med_check_hdf5_version.m4 \
-+	$(top_srcdir)/config/med_enable_pmed.m4 \
-+	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/acinclude.m4 \
-+	$(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
-+	$(top_srcdir)/config/libtool.m4 \
- 	$(top_srcdir)/config/ltoptions.m4 \
- 	$(top_srcdir)/config/ltsugar.m4 \
- 	$(top_srcdir)/config/ltversion.m4 \
- 	$(top_srcdir)/config/lt~obsolete.m4 \
- 	$(top_srcdir)/config/med_check_f90.m4 \
- 	$(top_srcdir)/config/med_check_hdf5.m4 \
--	$(top_srcdir)/config/med_check_hdf5_version.m4 \
- 	$(top_srcdir)/config/med_check_mesgerr.m4 \
- 	$(top_srcdir)/config/med_check_typeof_medint.m4 \
--	$(top_srcdir)/config/med_enable_pmed.m4 \
--	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/configure.ac
-+	$(top_srcdir)/configure.ac
- am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- 	$(ACLOCAL_M4)
- mkinstalldirs = $(install_sh) -d
-@@ -126,6 +128,7 @@
- LN_S = @LN_S@
- LONG_OR_INT = @LONG_OR_INT@
- LTLIBOBJS = @LTLIBOBJS@
-+MAINT = @MAINT@
- MAKEINFO = @MAKEINFO@
- MANIFEST_TOOL = @MANIFEST_TOOL@
- MED_NUM_MAJEUR = @MED_NUM_MAJEUR@
-@@ -269,7 +272,7 @@
- 
- .SUFFIXES:
- .SUFFIXES: .med .dump
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common $(am__configure_deps)
- 	@for dep in $?; do \
- 	  case '$(am__configure_deps)' in \
- 	    *$$dep*) \
-@@ -294,9 +297,9 @@
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
--$(top_srcdir)/configure:  $(am__configure_deps)
-+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
--$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- $(am__aclocal_m4_deps):
- 
-Index: med-fichier-3.0.3.new/tests/c/2.3.2/Makefile.in
-===================================================================
---- med-fichier-3.0.3.new.orig/tests/c/2.3.2/Makefile.in	2012-01-21 11:10:09.000000000 +0000
-+++ med-fichier-3.0.3.new/tests/c/2.3.2/Makefile.in	2012-01-21 11:13:41.000000000 +0000
-@@ -1,4 +1,4 @@
--# Makefile.in generated by automake 1.11 from Makefile.am.
-+# Makefile.in generated by automake 1.11.1 from Makefile.am.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-@@ -39,20 +39,22 @@
- noinst_PROGRAMS = test10$(EXEEXT) test11$(EXEEXT)
- subdir = tests/c/2.3.2
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--am__aclocal_m4_deps = $(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
--	$(top_srcdir)/config/ax_absolute_header.m4 \
--	$(top_srcdir)/config/ax_mpi.m4 $(top_srcdir)/config/libtool.m4 \
-+am__aclocal_m4_deps = $(top_srcdir)/config/ax_absolute_header.m4 \
-+	$(top_srcdir)/config/ax_mpi.m4 \
-+	$(top_srcdir)/config/med_check_hdf5_version.m4 \
-+	$(top_srcdir)/config/med_enable_pmed.m4 \
-+	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/acinclude.m4 \
-+	$(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
-+	$(top_srcdir)/config/libtool.m4 \
- 	$(top_srcdir)/config/ltoptions.m4 \
- 	$(top_srcdir)/config/ltsugar.m4 \
- 	$(top_srcdir)/config/ltversion.m4 \
- 	$(top_srcdir)/config/lt~obsolete.m4 \
- 	$(top_srcdir)/config/med_check_f90.m4 \
- 	$(top_srcdir)/config/med_check_hdf5.m4 \
--	$(top_srcdir)/config/med_check_hdf5_version.m4 \
- 	$(top_srcdir)/config/med_check_mesgerr.m4 \
- 	$(top_srcdir)/config/med_check_typeof_medint.m4 \
--	$(top_srcdir)/config/med_enable_pmed.m4 \
--	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/configure.ac
-+	$(top_srcdir)/configure.ac
- am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- 	$(ACLOCAL_M4)
- mkinstalldirs = $(install_sh) -d
-@@ -201,6 +203,7 @@
- LN_S = @LN_S@
- LONG_OR_INT = @LONG_OR_INT@
- LTLIBOBJS = @LTLIBOBJS@
-+MAINT = @MAINT@
- MAKEINFO = @MAKEINFO@
- MANIFEST_TOOL = @MANIFEST_TOOL@
- MED_NUM_MAJEUR = @MED_NUM_MAJEUR@
-@@ -363,7 +366,7 @@
- 
- .SUFFIXES:
- .SUFFIXES: .c .cxx .lo .o .obj
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common.2.3.6 $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common.2.3.6 $(am__configure_deps)
- 	@for dep in $?; do \
- 	  case '$(am__configure_deps)' in \
- 	    *$$dep*) \
-@@ -388,9 +391,9 @@
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
--$(top_srcdir)/configure:  $(am__configure_deps)
-+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
--$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- $(am__aclocal_m4_deps):
- 
-@@ -474,7 +477,7 @@
- #     (which will cause the Makefiles to be regenerated when you run `make');
- # (2) otherwise, pass the desired values on the `make' command line.
- $(RECURSIVE_TARGETS):
--	@failcom='exit 1'; \
-+	@fail= failcom='exit 1'; \
- 	for f in x $$MAKEFLAGS; do \
- 	  case $$f in \
- 	    *=* | --[!k]*);; \
-@@ -499,7 +502,7 @@
- 	fi; test -z "$$fail"
- 
- $(RECURSIVE_CLEAN_TARGETS):
--	@failcom='exit 1'; \
-+	@fail= failcom='exit 1'; \
- 	for f in x $$MAKEFLAGS; do \
- 	  case $$f in \
- 	    *=* | --[!k]*);; \
-Index: med-fichier-3.0.3.new/tests/c/2.3.2/dumps.ref/Makefile.in
-===================================================================
---- med-fichier-3.0.3.new.orig/tests/c/2.3.2/dumps.ref/Makefile.in	2012-01-21 11:10:09.000000000 +0000
-+++ med-fichier-3.0.3.new/tests/c/2.3.2/dumps.ref/Makefile.in	2012-01-21 11:13:41.000000000 +0000
-@@ -1,4 +1,4 @@
--# Makefile.in generated by automake 1.11 from Makefile.am.
-+# Makefile.in generated by automake 1.11.1 from Makefile.am.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-@@ -37,20 +37,22 @@
- 	$(top_srcdir)/config/automake.common
- subdir = tests/c/2.3.2/dumps.ref
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--am__aclocal_m4_deps = $(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
--	$(top_srcdir)/config/ax_absolute_header.m4 \
--	$(top_srcdir)/config/ax_mpi.m4 $(top_srcdir)/config/libtool.m4 \
-+am__aclocal_m4_deps = $(top_srcdir)/config/ax_absolute_header.m4 \
-+	$(top_srcdir)/config/ax_mpi.m4 \
-+	$(top_srcdir)/config/med_check_hdf5_version.m4 \
-+	$(top_srcdir)/config/med_enable_pmed.m4 \
-+	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/acinclude.m4 \
-+	$(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
-+	$(top_srcdir)/config/libtool.m4 \
- 	$(top_srcdir)/config/ltoptions.m4 \
- 	$(top_srcdir)/config/ltsugar.m4 \
- 	$(top_srcdir)/config/ltversion.m4 \
- 	$(top_srcdir)/config/lt~obsolete.m4 \
- 	$(top_srcdir)/config/med_check_f90.m4 \
- 	$(top_srcdir)/config/med_check_hdf5.m4 \
--	$(top_srcdir)/config/med_check_hdf5_version.m4 \
- 	$(top_srcdir)/config/med_check_mesgerr.m4 \
- 	$(top_srcdir)/config/med_check_typeof_medint.m4 \
--	$(top_srcdir)/config/med_enable_pmed.m4 \
--	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/configure.ac
-+	$(top_srcdir)/configure.ac
- am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- 	$(ACLOCAL_M4)
- mkinstalldirs = $(install_sh) -d
-@@ -126,6 +128,7 @@
- LN_S = @LN_S@
- LONG_OR_INT = @LONG_OR_INT@
- LTLIBOBJS = @LTLIBOBJS@
-+MAINT = @MAINT@
- MAKEINFO = @MAKEINFO@
- MANIFEST_TOOL = @MANIFEST_TOOL@
- MED_NUM_MAJEUR = @MED_NUM_MAJEUR@
-@@ -269,7 +272,7 @@
- 
- .SUFFIXES:
- .SUFFIXES: .med .dump
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common $(am__configure_deps)
- 	@for dep in $?; do \
- 	  case '$(am__configure_deps)' in \
- 	    *$$dep*) \
-@@ -294,9 +297,9 @@
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
--$(top_srcdir)/configure:  $(am__configure_deps)
-+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
--$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- $(am__aclocal_m4_deps):
- 
-Index: med-fichier-3.0.3.new/tests/c/Makefile.in
-===================================================================
---- med-fichier-3.0.3.new.orig/tests/c/Makefile.in	2012-01-21 11:10:09.000000000 +0000
-+++ med-fichier-3.0.3.new/tests/c/Makefile.in	2012-01-21 11:13:41.000000000 +0000
-@@ -1,4 +1,4 @@
--# Makefile.in generated by automake 1.11 from Makefile.am.
-+# Makefile.in generated by automake 1.11.1 from Makefile.am.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-@@ -49,20 +49,22 @@
- 	test22$(EXEEXT)
- subdir = tests/c
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--am__aclocal_m4_deps = $(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
--	$(top_srcdir)/config/ax_absolute_header.m4 \
--	$(top_srcdir)/config/ax_mpi.m4 $(top_srcdir)/config/libtool.m4 \
-+am__aclocal_m4_deps = $(top_srcdir)/config/ax_absolute_header.m4 \
-+	$(top_srcdir)/config/ax_mpi.m4 \
-+	$(top_srcdir)/config/med_check_hdf5_version.m4 \
-+	$(top_srcdir)/config/med_enable_pmed.m4 \
-+	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/acinclude.m4 \
-+	$(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
-+	$(top_srcdir)/config/libtool.m4 \
- 	$(top_srcdir)/config/ltoptions.m4 \
- 	$(top_srcdir)/config/ltsugar.m4 \
- 	$(top_srcdir)/config/ltversion.m4 \
- 	$(top_srcdir)/config/lt~obsolete.m4 \
- 	$(top_srcdir)/config/med_check_f90.m4 \
- 	$(top_srcdir)/config/med_check_hdf5.m4 \
--	$(top_srcdir)/config/med_check_hdf5_version.m4 \
- 	$(top_srcdir)/config/med_check_mesgerr.m4 \
- 	$(top_srcdir)/config/med_check_typeof_medint.m4 \
--	$(top_srcdir)/config/med_enable_pmed.m4 \
--	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/configure.ac
-+	$(top_srcdir)/configure.ac
- am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- 	$(ACLOCAL_M4)
- mkinstalldirs = $(install_sh) -d
-@@ -371,6 +373,7 @@
- LN_S = @LN_S@
- LONG_OR_INT = @LONG_OR_INT@
- LTLIBOBJS = @LTLIBOBJS@
-+MAINT = @MAINT@
- MAKEINFO = @MAKEINFO@
- MANIFEST_TOOL = @MANIFEST_TOOL@
- MED_NUM_MAJEUR = @MED_NUM_MAJEUR@
-@@ -595,7 +598,7 @@
- 
- .SUFFIXES:
- .SUFFIXES: .c .cxx .lo .o .obj
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common $(am__configure_deps)
- 	@for dep in $?; do \
- 	  case '$(am__configure_deps)' in \
- 	    *$$dep*) \
-@@ -620,9 +623,9 @@
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
--$(top_srcdir)/configure:  $(am__configure_deps)
-+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
--$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- $(am__aclocal_m4_deps):
- install-testcPROGRAMS: $(testc_PROGRAMS)
-@@ -864,7 +867,7 @@
- #     (which will cause the Makefiles to be regenerated when you run `make');
- # (2) otherwise, pass the desired values on the `make' command line.
- $(RECURSIVE_TARGETS):
--	@failcom='exit 1'; \
-+	@fail= failcom='exit 1'; \
- 	for f in x $$MAKEFLAGS; do \
- 	  case $$f in \
- 	    *=* | --[!k]*);; \
-@@ -889,7 +892,7 @@
- 	fi; test -z "$$fail"
- 
- $(RECURSIVE_CLEAN_TARGETS):
--	@failcom='exit 1'; \
-+	@fail= failcom='exit 1'; \
- 	for f in x $$MAKEFLAGS; do \
- 	  case $$f in \
- 	    *=* | --[!k]*);; \
-Index: med-fichier-3.0.3.new/tests/c/dumps.ref/Makefile.in
-===================================================================
---- med-fichier-3.0.3.new.orig/tests/c/dumps.ref/Makefile.in	2012-01-21 11:10:09.000000000 +0000
-+++ med-fichier-3.0.3.new/tests/c/dumps.ref/Makefile.in	2012-01-21 11:13:41.000000000 +0000
-@@ -1,4 +1,4 @@
--# Makefile.in generated by automake 1.11 from Makefile.am.
-+# Makefile.in generated by automake 1.11.1 from Makefile.am.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-@@ -37,20 +37,22 @@
- 	$(top_srcdir)/config/automake.common
- subdir = tests/c/dumps.ref
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--am__aclocal_m4_deps = $(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
--	$(top_srcdir)/config/ax_absolute_header.m4 \
--	$(top_srcdir)/config/ax_mpi.m4 $(top_srcdir)/config/libtool.m4 \
-+am__aclocal_m4_deps = $(top_srcdir)/config/ax_absolute_header.m4 \
-+	$(top_srcdir)/config/ax_mpi.m4 \
-+	$(top_srcdir)/config/med_check_hdf5_version.m4 \
-+	$(top_srcdir)/config/med_enable_pmed.m4 \
-+	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/acinclude.m4 \
-+	$(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
-+	$(top_srcdir)/config/libtool.m4 \
- 	$(top_srcdir)/config/ltoptions.m4 \
- 	$(top_srcdir)/config/ltsugar.m4 \
- 	$(top_srcdir)/config/ltversion.m4 \
- 	$(top_srcdir)/config/lt~obsolete.m4 \
- 	$(top_srcdir)/config/med_check_f90.m4 \
- 	$(top_srcdir)/config/med_check_hdf5.m4 \
--	$(top_srcdir)/config/med_check_hdf5_version.m4 \
- 	$(top_srcdir)/config/med_check_mesgerr.m4 \
- 	$(top_srcdir)/config/med_check_typeof_medint.m4 \
--	$(top_srcdir)/config/med_enable_pmed.m4 \
--	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/configure.ac
-+	$(top_srcdir)/configure.ac
- am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- 	$(ACLOCAL_M4)
- mkinstalldirs = $(install_sh) -d
-@@ -126,6 +128,7 @@
- LN_S = @LN_S@
- LONG_OR_INT = @LONG_OR_INT@
- LTLIBOBJS = @LTLIBOBJS@
-+MAINT = @MAINT@
- MAKEINFO = @MAKEINFO@
- MANIFEST_TOOL = @MANIFEST_TOOL@
- MED_NUM_MAJEUR = @MED_NUM_MAJEUR@
-@@ -269,7 +272,7 @@
- 
- .SUFFIXES:
- .SUFFIXES: .med .dump
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common $(am__configure_deps)
- 	@for dep in $?; do \
- 	  case '$(am__configure_deps)' in \
- 	    *$$dep*) \
-@@ -294,9 +297,9 @@
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
--$(top_srcdir)/configure:  $(am__configure_deps)
-+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
--$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- $(am__aclocal_m4_deps):
- 
-Index: med-fichier-3.0.3.new/tests/f/2.3.1/Makefile.in
-===================================================================
---- med-fichier-3.0.3.new.orig/tests/f/2.3.1/Makefile.in	2012-01-21 11:10:09.000000000 +0000
-+++ med-fichier-3.0.3.new/tests/f/2.3.1/Makefile.in	2012-01-21 11:13:41.000000000 +0000
-@@ -1,4 +1,4 @@
--# Makefile.in generated by automake 1.11 from Makefile.am.
-+# Makefile.in generated by automake 1.11.1 from Makefile.am.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-@@ -39,20 +39,22 @@
- noinst_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2)
- subdir = tests/f/2.3.1
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--am__aclocal_m4_deps = $(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
--	$(top_srcdir)/config/ax_absolute_header.m4 \
--	$(top_srcdir)/config/ax_mpi.m4 $(top_srcdir)/config/libtool.m4 \
-+am__aclocal_m4_deps = $(top_srcdir)/config/ax_absolute_header.m4 \
-+	$(top_srcdir)/config/ax_mpi.m4 \
-+	$(top_srcdir)/config/med_check_hdf5_version.m4 \
-+	$(top_srcdir)/config/med_enable_pmed.m4 \
-+	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/acinclude.m4 \
-+	$(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
-+	$(top_srcdir)/config/libtool.m4 \
- 	$(top_srcdir)/config/ltoptions.m4 \
- 	$(top_srcdir)/config/ltsugar.m4 \
- 	$(top_srcdir)/config/ltversion.m4 \
- 	$(top_srcdir)/config/lt~obsolete.m4 \
- 	$(top_srcdir)/config/med_check_f90.m4 \
- 	$(top_srcdir)/config/med_check_hdf5.m4 \
--	$(top_srcdir)/config/med_check_hdf5_version.m4 \
- 	$(top_srcdir)/config/med_check_mesgerr.m4 \
- 	$(top_srcdir)/config/med_check_typeof_medint.m4 \
--	$(top_srcdir)/config/med_enable_pmed.m4 \
--	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/configure.ac
-+	$(top_srcdir)/configure.ac
- am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- 	$(ACLOCAL_M4)
- mkinstalldirs = $(install_sh) -d
-@@ -196,6 +198,7 @@
- LN_S = @LN_S@
- LONG_OR_INT = @LONG_OR_INT@
- LTLIBOBJS = @LTLIBOBJS@
-+MAINT = @MAINT@
- MAKEINFO = @MAKEINFO@
- MANIFEST_TOOL = @MANIFEST_TOOL@
- MED_NUM_MAJEUR = @MED_NUM_MAJEUR@
-@@ -366,7 +369,7 @@
- 
- .SUFFIXES:
- .SUFFIXES: .f .f90 .lo .o .obj
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common.2.3.6 $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common.2.3.6 $(am__configure_deps)
- 	@for dep in $?; do \
- 	  case '$(am__configure_deps)' in \
- 	    *$$dep*) \
-@@ -391,9 +394,9 @@
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
--$(top_srcdir)/configure:  $(am__configure_deps)
-+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
--$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- $(am__aclocal_m4_deps):
- 
-@@ -449,7 +452,7 @@
- #     (which will cause the Makefiles to be regenerated when you run `make');
- # (2) otherwise, pass the desired values on the `make' command line.
- $(RECURSIVE_TARGETS):
--	@failcom='exit 1'; \
-+	@fail= failcom='exit 1'; \
- 	for f in x $$MAKEFLAGS; do \
- 	  case $$f in \
- 	    *=* | --[!k]*);; \
-@@ -474,7 +477,7 @@
- 	fi; test -z "$$fail"
- 
- $(RECURSIVE_CLEAN_TARGETS):
--	@failcom='exit 1'; \
-+	@fail= failcom='exit 1'; \
- 	for f in x $$MAKEFLAGS; do \
- 	  case $$f in \
- 	    *=* | --[!k]*);; \
-Index: med-fichier-3.0.3.new/tests/f/2.3.1/dumps.ref/Makefile.in
-===================================================================
---- med-fichier-3.0.3.new.orig/tests/f/2.3.1/dumps.ref/Makefile.in	2012-01-21 11:10:09.000000000 +0000
-+++ med-fichier-3.0.3.new/tests/f/2.3.1/dumps.ref/Makefile.in	2012-01-21 11:13:41.000000000 +0000
-@@ -1,4 +1,4 @@
--# Makefile.in generated by automake 1.11 from Makefile.am.
-+# Makefile.in generated by automake 1.11.1 from Makefile.am.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-@@ -37,20 +37,22 @@
- 	$(top_srcdir)/config/automake.common
- subdir = tests/f/2.3.1/dumps.ref
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--am__aclocal_m4_deps = $(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
--	$(top_srcdir)/config/ax_absolute_header.m4 \
--	$(top_srcdir)/config/ax_mpi.m4 $(top_srcdir)/config/libtool.m4 \
-+am__aclocal_m4_deps = $(top_srcdir)/config/ax_absolute_header.m4 \
-+	$(top_srcdir)/config/ax_mpi.m4 \
-+	$(top_srcdir)/config/med_check_hdf5_version.m4 \
-+	$(top_srcdir)/config/med_enable_pmed.m4 \
-+	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/acinclude.m4 \
-+	$(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
-+	$(top_srcdir)/config/libtool.m4 \
- 	$(top_srcdir)/config/ltoptions.m4 \
- 	$(top_srcdir)/config/ltsugar.m4 \
- 	$(top_srcdir)/config/ltversion.m4 \
- 	$(top_srcdir)/config/lt~obsolete.m4 \
- 	$(top_srcdir)/config/med_check_f90.m4 \
- 	$(top_srcdir)/config/med_check_hdf5.m4 \
--	$(top_srcdir)/config/med_check_hdf5_version.m4 \
- 	$(top_srcdir)/config/med_check_mesgerr.m4 \
- 	$(top_srcdir)/config/med_check_typeof_medint.m4 \
--	$(top_srcdir)/config/med_enable_pmed.m4 \
--	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/configure.ac
-+	$(top_srcdir)/configure.ac
- am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- 	$(ACLOCAL_M4)
- mkinstalldirs = $(install_sh) -d
-@@ -126,6 +128,7 @@
- LN_S = @LN_S@
- LONG_OR_INT = @LONG_OR_INT@
- LTLIBOBJS = @LTLIBOBJS@
-+MAINT = @MAINT@
- MAKEINFO = @MAKEINFO@
- MANIFEST_TOOL = @MANIFEST_TOOL@
- MED_NUM_MAJEUR = @MED_NUM_MAJEUR@
-@@ -275,7 +278,7 @@
- 
- .SUFFIXES:
- .SUFFIXES: .med .dump .out
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common $(am__configure_deps)
- 	@for dep in $?; do \
- 	  case '$(am__configure_deps)' in \
- 	    *$$dep*) \
-@@ -300,9 +303,9 @@
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
--$(top_srcdir)/configure:  $(am__configure_deps)
-+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
--$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- $(am__aclocal_m4_deps):
- 
-Index: med-fichier-3.0.3.new/tests/f/2.3.2/Makefile.in
-===================================================================
---- med-fichier-3.0.3.new.orig/tests/f/2.3.2/Makefile.in	2012-01-21 11:10:09.000000000 +0000
-+++ med-fichier-3.0.3.new/tests/f/2.3.2/Makefile.in	2012-01-21 11:13:41.000000000 +0000
-@@ -1,4 +1,4 @@
--# Makefile.in generated by automake 1.11 from Makefile.am.
-+# Makefile.in generated by automake 1.11.1 from Makefile.am.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-@@ -39,20 +39,22 @@
- noinst_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2)
- subdir = tests/f/2.3.2
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--am__aclocal_m4_deps = $(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
--	$(top_srcdir)/config/ax_absolute_header.m4 \
--	$(top_srcdir)/config/ax_mpi.m4 $(top_srcdir)/config/libtool.m4 \
-+am__aclocal_m4_deps = $(top_srcdir)/config/ax_absolute_header.m4 \
-+	$(top_srcdir)/config/ax_mpi.m4 \
-+	$(top_srcdir)/config/med_check_hdf5_version.m4 \
-+	$(top_srcdir)/config/med_enable_pmed.m4 \
-+	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/acinclude.m4 \
-+	$(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
-+	$(top_srcdir)/config/libtool.m4 \
- 	$(top_srcdir)/config/ltoptions.m4 \
- 	$(top_srcdir)/config/ltsugar.m4 \
- 	$(top_srcdir)/config/ltversion.m4 \
- 	$(top_srcdir)/config/lt~obsolete.m4 \
- 	$(top_srcdir)/config/med_check_f90.m4 \
- 	$(top_srcdir)/config/med_check_hdf5.m4 \
--	$(top_srcdir)/config/med_check_hdf5_version.m4 \
- 	$(top_srcdir)/config/med_check_mesgerr.m4 \
- 	$(top_srcdir)/config/med_check_typeof_medint.m4 \
--	$(top_srcdir)/config/med_enable_pmed.m4 \
--	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/configure.ac
-+	$(top_srcdir)/configure.ac
- am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- 	$(ACLOCAL_M4)
- mkinstalldirs = $(install_sh) -d
-@@ -196,6 +198,7 @@
- LN_S = @LN_S@
- LONG_OR_INT = @LONG_OR_INT@
- LTLIBOBJS = @LTLIBOBJS@
-+MAINT = @MAINT@
- MAKEINFO = @MAKEINFO@
- MANIFEST_TOOL = @MANIFEST_TOOL@
- MED_NUM_MAJEUR = @MED_NUM_MAJEUR@
-@@ -366,7 +369,7 @@
- 
- .SUFFIXES:
- .SUFFIXES: .f .f90 .lo .o .obj
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common.2.3.6 $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common.2.3.6 $(am__configure_deps)
- 	@for dep in $?; do \
- 	  case '$(am__configure_deps)' in \
- 	    *$$dep*) \
-@@ -391,9 +394,9 @@
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
--$(top_srcdir)/configure:  $(am__configure_deps)
-+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
--$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- $(am__aclocal_m4_deps):
- 
-@@ -449,7 +452,7 @@
- #     (which will cause the Makefiles to be regenerated when you run `make');
- # (2) otherwise, pass the desired values on the `make' command line.
- $(RECURSIVE_TARGETS):
--	@failcom='exit 1'; \
-+	@fail= failcom='exit 1'; \
- 	for f in x $$MAKEFLAGS; do \
- 	  case $$f in \
- 	    *=* | --[!k]*);; \
-@@ -474,7 +477,7 @@
- 	fi; test -z "$$fail"
- 
- $(RECURSIVE_CLEAN_TARGETS):
--	@failcom='exit 1'; \
-+	@fail= failcom='exit 1'; \
- 	for f in x $$MAKEFLAGS; do \
- 	  case $$f in \
- 	    *=* | --[!k]*);; \
-Index: med-fichier-3.0.3.new/tests/f/2.3.2/dumps.ref/Makefile.in
-===================================================================
---- med-fichier-3.0.3.new.orig/tests/f/2.3.2/dumps.ref/Makefile.in	2012-01-21 11:10:09.000000000 +0000
-+++ med-fichier-3.0.3.new/tests/f/2.3.2/dumps.ref/Makefile.in	2012-01-21 11:13:41.000000000 +0000
-@@ -1,4 +1,4 @@
--# Makefile.in generated by automake 1.11 from Makefile.am.
-+# Makefile.in generated by automake 1.11.1 from Makefile.am.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-@@ -37,20 +37,22 @@
- 	$(top_srcdir)/config/automake.common
- subdir = tests/f/2.3.2/dumps.ref
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--am__aclocal_m4_deps = $(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
--	$(top_srcdir)/config/ax_absolute_header.m4 \
--	$(top_srcdir)/config/ax_mpi.m4 $(top_srcdir)/config/libtool.m4 \
-+am__aclocal_m4_deps = $(top_srcdir)/config/ax_absolute_header.m4 \
-+	$(top_srcdir)/config/ax_mpi.m4 \
-+	$(top_srcdir)/config/med_check_hdf5_version.m4 \
-+	$(top_srcdir)/config/med_enable_pmed.m4 \
-+	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/acinclude.m4 \
-+	$(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
-+	$(top_srcdir)/config/libtool.m4 \
- 	$(top_srcdir)/config/ltoptions.m4 \
- 	$(top_srcdir)/config/ltsugar.m4 \
- 	$(top_srcdir)/config/ltversion.m4 \
- 	$(top_srcdir)/config/lt~obsolete.m4 \
- 	$(top_srcdir)/config/med_check_f90.m4 \
- 	$(top_srcdir)/config/med_check_hdf5.m4 \
--	$(top_srcdir)/config/med_check_hdf5_version.m4 \
- 	$(top_srcdir)/config/med_check_mesgerr.m4 \
- 	$(top_srcdir)/config/med_check_typeof_medint.m4 \
--	$(top_srcdir)/config/med_enable_pmed.m4 \
--	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/configure.ac
-+	$(top_srcdir)/configure.ac
- am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- 	$(ACLOCAL_M4)
- mkinstalldirs = $(install_sh) -d
-@@ -126,6 +128,7 @@
- LN_S = @LN_S@
- LONG_OR_INT = @LONG_OR_INT@
- LTLIBOBJS = @LTLIBOBJS@
-+MAINT = @MAINT@
- MAKEINFO = @MAKEINFO@
- MANIFEST_TOOL = @MANIFEST_TOOL@
- MED_NUM_MAJEUR = @MED_NUM_MAJEUR@
-@@ -275,7 +278,7 @@
- 
- .SUFFIXES:
- .SUFFIXES: .med .dump .out
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common $(am__configure_deps)
- 	@for dep in $?; do \
- 	  case '$(am__configure_deps)' in \
- 	    *$$dep*) \
-@@ -300,9 +303,9 @@
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
--$(top_srcdir)/configure:  $(am__configure_deps)
-+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
--$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- $(am__aclocal_m4_deps):
- 
-Index: med-fichier-3.0.3.new/tests/f/Makefile.in
-===================================================================
---- med-fichier-3.0.3.new.orig/tests/f/Makefile.in	2012-01-21 11:10:09.000000000 +0000
-+++ med-fichier-3.0.3.new/tests/f/Makefile.in	2012-01-21 11:13:41.000000000 +0000
-@@ -1,4 +1,4 @@
--# Makefile.in generated by automake 1.11 from Makefile.am.
-+# Makefile.in generated by automake 1.11.1 from Makefile.am.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-@@ -46,20 +46,22 @@
- 	test32$(EXEEXT) test33$(EXEEXT) $(am__EXEEXT_1)
- subdir = tests/f
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--am__aclocal_m4_deps = $(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
--	$(top_srcdir)/config/ax_absolute_header.m4 \
--	$(top_srcdir)/config/ax_mpi.m4 $(top_srcdir)/config/libtool.m4 \
-+am__aclocal_m4_deps = $(top_srcdir)/config/ax_absolute_header.m4 \
-+	$(top_srcdir)/config/ax_mpi.m4 \
-+	$(top_srcdir)/config/med_check_hdf5_version.m4 \
-+	$(top_srcdir)/config/med_enable_pmed.m4 \
-+	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/acinclude.m4 \
-+	$(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
-+	$(top_srcdir)/config/libtool.m4 \
- 	$(top_srcdir)/config/ltoptions.m4 \
- 	$(top_srcdir)/config/ltsugar.m4 \
- 	$(top_srcdir)/config/ltversion.m4 \
- 	$(top_srcdir)/config/lt~obsolete.m4 \
- 	$(top_srcdir)/config/med_check_f90.m4 \
- 	$(top_srcdir)/config/med_check_hdf5.m4 \
--	$(top_srcdir)/config/med_check_hdf5_version.m4 \
- 	$(top_srcdir)/config/med_check_mesgerr.m4 \
- 	$(top_srcdir)/config/med_check_typeof_medint.m4 \
--	$(top_srcdir)/config/med_enable_pmed.m4 \
--	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/configure.ac
-+	$(top_srcdir)/configure.ac
- am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- 	$(ACLOCAL_M4)
- mkinstalldirs = $(install_sh) -d
-@@ -360,6 +362,7 @@
- LN_S = @LN_S@
- LONG_OR_INT = @LONG_OR_INT@
- LTLIBOBJS = @LTLIBOBJS@
-+MAINT = @MAINT@
- MAKEINFO = @MAKEINFO@
- MANIFEST_TOOL = @MANIFEST_TOOL@
- MED_NUM_MAJEUR = @MED_NUM_MAJEUR@
-@@ -554,7 +557,7 @@
- 
- .SUFFIXES:
- .SUFFIXES: .f .f90 .lo .o .obj
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common $(am__configure_deps)
- 	@for dep in $?; do \
- 	  case '$(am__configure_deps)' in \
- 	    *$$dep*) \
-@@ -579,9 +582,9 @@
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
--$(top_srcdir)/configure:  $(am__configure_deps)
-+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
--$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- $(am__aclocal_m4_deps):
- install-testfPROGRAMS: $(testf_PROGRAMS)
-@@ -764,7 +767,7 @@
- #     (which will cause the Makefiles to be regenerated when you run `make');
- # (2) otherwise, pass the desired values on the `make' command line.
- $(RECURSIVE_TARGETS):
--	@failcom='exit 1'; \
-+	@fail= failcom='exit 1'; \
- 	for f in x $$MAKEFLAGS; do \
- 	  case $$f in \
- 	    *=* | --[!k]*);; \
-@@ -789,7 +792,7 @@
- 	fi; test -z "$$fail"
- 
- $(RECURSIVE_CLEAN_TARGETS):
--	@failcom='exit 1'; \
-+	@fail= failcom='exit 1'; \
- 	for f in x $$MAKEFLAGS; do \
- 	  case $$f in \
- 	    *=* | --[!k]*);; \
-Index: med-fichier-3.0.3.new/tests/f/dumps.ref/Makefile.in
-===================================================================
---- med-fichier-3.0.3.new.orig/tests/f/dumps.ref/Makefile.in	2012-01-21 11:10:09.000000000 +0000
-+++ med-fichier-3.0.3.new/tests/f/dumps.ref/Makefile.in	2012-01-21 11:13:41.000000000 +0000
-@@ -1,4 +1,4 @@
--# Makefile.in generated by automake 1.11 from Makefile.am.
-+# Makefile.in generated by automake 1.11.1 from Makefile.am.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-@@ -37,20 +37,22 @@
- 	$(top_srcdir)/config/automake.common
- subdir = tests/f/dumps.ref
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--am__aclocal_m4_deps = $(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
--	$(top_srcdir)/config/ax_absolute_header.m4 \
--	$(top_srcdir)/config/ax_mpi.m4 $(top_srcdir)/config/libtool.m4 \
-+am__aclocal_m4_deps = $(top_srcdir)/config/ax_absolute_header.m4 \
-+	$(top_srcdir)/config/ax_mpi.m4 \
-+	$(top_srcdir)/config/med_check_hdf5_version.m4 \
-+	$(top_srcdir)/config/med_enable_pmed.m4 \
-+	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/acinclude.m4 \
-+	$(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
-+	$(top_srcdir)/config/libtool.m4 \
- 	$(top_srcdir)/config/ltoptions.m4 \
- 	$(top_srcdir)/config/ltsugar.m4 \
- 	$(top_srcdir)/config/ltversion.m4 \
- 	$(top_srcdir)/config/lt~obsolete.m4 \
- 	$(top_srcdir)/config/med_check_f90.m4 \
- 	$(top_srcdir)/config/med_check_hdf5.m4 \
--	$(top_srcdir)/config/med_check_hdf5_version.m4 \
- 	$(top_srcdir)/config/med_check_mesgerr.m4 \
- 	$(top_srcdir)/config/med_check_typeof_medint.m4 \
--	$(top_srcdir)/config/med_enable_pmed.m4 \
--	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/configure.ac
-+	$(top_srcdir)/configure.ac
- am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- 	$(ACLOCAL_M4)
- mkinstalldirs = $(install_sh) -d
-@@ -126,6 +128,7 @@
- LN_S = @LN_S@
- LONG_OR_INT = @LONG_OR_INT@
- LTLIBOBJS = @LTLIBOBJS@
-+MAINT = @MAINT@
- MAKEINFO = @MAKEINFO@
- MANIFEST_TOOL = @MANIFEST_TOOL@
- MED_NUM_MAJEUR = @MED_NUM_MAJEUR@
-@@ -267,7 +270,7 @@
- 
- .SUFFIXES:
- .SUFFIXES: .med .dump .out
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common $(am__configure_deps)
- 	@for dep in $?; do \
- 	  case '$(am__configure_deps)' in \
- 	    *$$dep*) \
-@@ -292,9 +295,9 @@
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
--$(top_srcdir)/configure:  $(am__configure_deps)
-+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
--$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- $(am__aclocal_m4_deps):
- 
-Index: med-fichier-3.0.3.new/tools/Makefile.in
-===================================================================
---- med-fichier-3.0.3.new.orig/tools/Makefile.in	2012-01-21 11:10:09.000000000 +0000
-+++ med-fichier-3.0.3.new/tools/Makefile.in	2012-01-21 11:13:41.000000000 +0000
-@@ -1,4 +1,4 @@
--# Makefile.in generated by automake 1.11 from Makefile.am.
-+# Makefile.in generated by automake 1.11.1 from Makefile.am.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-@@ -37,20 +37,22 @@
- 	$(top_srcdir)/config/automake.common.2.3.6
- subdir = tools
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--am__aclocal_m4_deps = $(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
--	$(top_srcdir)/config/ax_absolute_header.m4 \
--	$(top_srcdir)/config/ax_mpi.m4 $(top_srcdir)/config/libtool.m4 \
-+am__aclocal_m4_deps = $(top_srcdir)/config/ax_absolute_header.m4 \
-+	$(top_srcdir)/config/ax_mpi.m4 \
-+	$(top_srcdir)/config/med_check_hdf5_version.m4 \
-+	$(top_srcdir)/config/med_enable_pmed.m4 \
-+	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/acinclude.m4 \
-+	$(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
-+	$(top_srcdir)/config/libtool.m4 \
- 	$(top_srcdir)/config/ltoptions.m4 \
- 	$(top_srcdir)/config/ltsugar.m4 \
- 	$(top_srcdir)/config/ltversion.m4 \
- 	$(top_srcdir)/config/lt~obsolete.m4 \
- 	$(top_srcdir)/config/med_check_f90.m4 \
- 	$(top_srcdir)/config/med_check_hdf5.m4 \
--	$(top_srcdir)/config/med_check_hdf5_version.m4 \
- 	$(top_srcdir)/config/med_check_mesgerr.m4 \
- 	$(top_srcdir)/config/med_check_typeof_medint.m4 \
--	$(top_srcdir)/config/med_enable_pmed.m4 \
--	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/configure.ac
-+	$(top_srcdir)/configure.ac
- am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- 	$(ACLOCAL_M4)
- mkinstalldirs = $(install_sh) -d
-@@ -166,6 +168,7 @@
- LN_S = @LN_S@
- LONG_OR_INT = @LONG_OR_INT@
- LTLIBOBJS = @LTLIBOBJS@
-+MAINT = @MAINT@
- MAKEINFO = @MAKEINFO@
- MANIFEST_TOOL = @MANIFEST_TOOL@
- MED_NUM_MAJEUR = @MED_NUM_MAJEUR@
-@@ -268,7 +271,7 @@
- all: all-recursive
- 
- .SUFFIXES:
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common.2.3.6 $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common.2.3.6 $(am__configure_deps)
- 	@for dep in $?; do \
- 	  case '$(am__configure_deps)' in \
- 	    *$$dep*) \
-@@ -293,9 +296,9 @@
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
--$(top_srcdir)/configure:  $(am__configure_deps)
-+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
--$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- $(am__aclocal_m4_deps):
- 
-@@ -312,7 +315,7 @@
- #     (which will cause the Makefiles to be regenerated when you run `make');
- # (2) otherwise, pass the desired values on the `make' command line.
- $(RECURSIVE_TARGETS):
--	@failcom='exit 1'; \
-+	@fail= failcom='exit 1'; \
- 	for f in x $$MAKEFLAGS; do \
- 	  case $$f in \
- 	    *=* | --[!k]*);; \
-@@ -337,7 +340,7 @@
- 	fi; test -z "$$fail"
- 
- $(RECURSIVE_CLEAN_TARGETS):
--	@failcom='exit 1'; \
-+	@fail= failcom='exit 1'; \
- 	for f in x $$MAKEFLAGS; do \
- 	  case $$f in \
- 	    *=* | --[!k]*);; \
-Index: med-fichier-3.0.3.new/tools/mdump/Makefile.in
-===================================================================
---- med-fichier-3.0.3.new.orig/tools/mdump/Makefile.in	2012-01-21 11:10:09.000000000 +0000
-+++ med-fichier-3.0.3.new/tools/mdump/Makefile.in	2012-01-21 11:13:41.000000000 +0000
-@@ -1,4 +1,4 @@
--# Makefile.in generated by automake 1.11 from Makefile.am.
-+# Makefile.in generated by automake 1.11.1 from Makefile.am.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-@@ -40,20 +40,22 @@
- bin_PROGRAMS = mdump$(EXEEXT)
- subdir = tools/mdump
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--am__aclocal_m4_deps = $(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
--	$(top_srcdir)/config/ax_absolute_header.m4 \
--	$(top_srcdir)/config/ax_mpi.m4 $(top_srcdir)/config/libtool.m4 \
-+am__aclocal_m4_deps = $(top_srcdir)/config/ax_absolute_header.m4 \
-+	$(top_srcdir)/config/ax_mpi.m4 \
-+	$(top_srcdir)/config/med_check_hdf5_version.m4 \
-+	$(top_srcdir)/config/med_enable_pmed.m4 \
-+	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/acinclude.m4 \
-+	$(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
-+	$(top_srcdir)/config/libtool.m4 \
- 	$(top_srcdir)/config/ltoptions.m4 \
- 	$(top_srcdir)/config/ltsugar.m4 \
- 	$(top_srcdir)/config/ltversion.m4 \
- 	$(top_srcdir)/config/lt~obsolete.m4 \
- 	$(top_srcdir)/config/med_check_f90.m4 \
- 	$(top_srcdir)/config/med_check_hdf5.m4 \
--	$(top_srcdir)/config/med_check_hdf5_version.m4 \
- 	$(top_srcdir)/config/med_check_mesgerr.m4 \
- 	$(top_srcdir)/config/med_check_typeof_medint.m4 \
--	$(top_srcdir)/config/med_enable_pmed.m4 \
--	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/configure.ac
-+	$(top_srcdir)/configure.ac
- am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- 	$(ACLOCAL_M4)
- mkinstalldirs = $(install_sh) -d
-@@ -180,6 +182,7 @@
- LN_S = @LN_S@
- LONG_OR_INT = @LONG_OR_INT@
- LTLIBOBJS = @LTLIBOBJS@
-+MAINT = @MAINT@
- MAKEINFO = @MAKEINFO@
- MANIFEST_TOOL = @MANIFEST_TOOL@
- MED_NUM_MAJEUR = @MED_NUM_MAJEUR@
-@@ -288,7 +291,7 @@
- 
- .SUFFIXES:
- .SUFFIXES: .c .cxx .lo .o .obj
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common $(am__configure_deps)
- 	@for dep in $?; do \
- 	  case '$(am__configure_deps)' in \
- 	    *$$dep*) \
-@@ -313,9 +316,9 @@
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
--$(top_srcdir)/configure:  $(am__configure_deps)
-+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
--$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- $(am__aclocal_m4_deps):
- xmdump: $(top_builddir)/config.status $(srcdir)/xmdump.in
-Index: med-fichier-3.0.3.new/tools/medconforme/Makefile.in
-===================================================================
---- med-fichier-3.0.3.new.orig/tools/medconforme/Makefile.in	2012-01-21 11:10:09.000000000 +0000
-+++ med-fichier-3.0.3.new/tools/medconforme/Makefile.in	2012-01-21 11:13:41.000000000 +0000
-@@ -1,4 +1,4 @@
--# Makefile.in generated by automake 1.11 from Makefile.am.
-+# Makefile.in generated by automake 1.11.1 from Makefile.am.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-@@ -39,20 +39,22 @@
- bin_PROGRAMS = medconforme$(EXEEXT)
- subdir = tools/medconforme
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--am__aclocal_m4_deps = $(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
--	$(top_srcdir)/config/ax_absolute_header.m4 \
--	$(top_srcdir)/config/ax_mpi.m4 $(top_srcdir)/config/libtool.m4 \
-+am__aclocal_m4_deps = $(top_srcdir)/config/ax_absolute_header.m4 \
-+	$(top_srcdir)/config/ax_mpi.m4 \
-+	$(top_srcdir)/config/med_check_hdf5_version.m4 \
-+	$(top_srcdir)/config/med_enable_pmed.m4 \
-+	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/acinclude.m4 \
-+	$(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
-+	$(top_srcdir)/config/libtool.m4 \
- 	$(top_srcdir)/config/ltoptions.m4 \
- 	$(top_srcdir)/config/ltsugar.m4 \
- 	$(top_srcdir)/config/ltversion.m4 \
- 	$(top_srcdir)/config/lt~obsolete.m4 \
- 	$(top_srcdir)/config/med_check_f90.m4 \
- 	$(top_srcdir)/config/med_check_hdf5.m4 \
--	$(top_srcdir)/config/med_check_hdf5_version.m4 \
- 	$(top_srcdir)/config/med_check_mesgerr.m4 \
- 	$(top_srcdir)/config/med_check_typeof_medint.m4 \
--	$(top_srcdir)/config/med_enable_pmed.m4 \
--	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/configure.ac
-+	$(top_srcdir)/configure.ac
- am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- 	$(ACLOCAL_M4)
- mkinstalldirs = $(install_sh) -d
-@@ -156,6 +158,7 @@
- LN_S = @LN_S@
- LONG_OR_INT = @LONG_OR_INT@
- LTLIBOBJS = @LTLIBOBJS@
-+MAINT = @MAINT@
- MAKEINFO = @MAKEINFO@
- MANIFEST_TOOL = @MANIFEST_TOOL@
- MED_NUM_MAJEUR = @MED_NUM_MAJEUR@
-@@ -263,7 +266,7 @@
- 
- .SUFFIXES:
- .SUFFIXES: .c .cxx .lo .o .obj
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common $(am__configure_deps)
- 	@for dep in $?; do \
- 	  case '$(am__configure_deps)' in \
- 	    *$$dep*) \
-@@ -288,9 +291,9 @@
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
--$(top_srcdir)/configure:  $(am__configure_deps)
-+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
--$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- $(am__aclocal_m4_deps):
- install-binPROGRAMS: $(bin_PROGRAMS)
-Index: med-fichier-3.0.3.new/tools/medimport/2.1.x/Makefile.in
-===================================================================
---- med-fichier-3.0.3.new.orig/tools/medimport/2.1.x/Makefile.in	2012-01-21 11:10:09.000000000 +0000
-+++ med-fichier-3.0.3.new/tools/medimport/2.1.x/Makefile.in	2012-01-21 11:13:41.000000000 +0000
-@@ -1,4 +1,4 @@
--# Makefile.in generated by automake 1.11 from Makefile.am.
-+# Makefile.in generated by automake 1.11.1 from Makefile.am.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-@@ -39,20 +39,22 @@
- 	$(top_srcdir)/config/automake.common.2.3.6
- subdir = tools/medimport/2.1.x
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--am__aclocal_m4_deps = $(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
--	$(top_srcdir)/config/ax_absolute_header.m4 \
--	$(top_srcdir)/config/ax_mpi.m4 $(top_srcdir)/config/libtool.m4 \
-+am__aclocal_m4_deps = $(top_srcdir)/config/ax_absolute_header.m4 \
-+	$(top_srcdir)/config/ax_mpi.m4 \
-+	$(top_srcdir)/config/med_check_hdf5_version.m4 \
-+	$(top_srcdir)/config/med_enable_pmed.m4 \
-+	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/acinclude.m4 \
-+	$(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
-+	$(top_srcdir)/config/libtool.m4 \
- 	$(top_srcdir)/config/ltoptions.m4 \
- 	$(top_srcdir)/config/ltsugar.m4 \
- 	$(top_srcdir)/config/ltversion.m4 \
- 	$(top_srcdir)/config/lt~obsolete.m4 \
- 	$(top_srcdir)/config/med_check_f90.m4 \
- 	$(top_srcdir)/config/med_check_hdf5.m4 \
--	$(top_srcdir)/config/med_check_hdf5_version.m4 \
- 	$(top_srcdir)/config/med_check_mesgerr.m4 \
- 	$(top_srcdir)/config/med_check_typeof_medint.m4 \
--	$(top_srcdir)/config/med_enable_pmed.m4 \
--	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/configure.ac
-+	$(top_srcdir)/configure.ac
- am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- 	$(ACLOCAL_M4)
- mkinstalldirs = $(install_sh) -d
-@@ -169,6 +171,7 @@
- LN_S = @LN_S@
- LONG_OR_INT = @LONG_OR_INT@
- LTLIBOBJS = @LTLIBOBJS@
-+MAINT = @MAINT@
- MAKEINFO = @MAKEINFO@
- MANIFEST_TOOL = @MANIFEST_TOOL@
- MED_NUM_MAJEUR = @MED_NUM_MAJEUR@
-@@ -302,7 +305,7 @@
- 
- .SUFFIXES:
- .SUFFIXES: built.cxx .c .cxx .lo .o .obj
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common.2.3.6 $(srcdir)/../config/medimport.common $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common.2.3.6 $(srcdir)/../config/medimport.common $(am__configure_deps)
- 	@for dep in $?; do \
- 	  case '$(am__configure_deps)' in \
- 	    *$$dep*) \
-@@ -327,9 +330,9 @@
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
--$(top_srcdir)/configure:  $(am__configure_deps)
-+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
--$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- $(am__aclocal_m4_deps):
- 
-Index: med-fichier-3.0.3.new/tools/medimport/2.3.1/Makefile.in
-===================================================================
---- med-fichier-3.0.3.new.orig/tools/medimport/2.3.1/Makefile.in	2012-01-21 11:10:09.000000000 +0000
-+++ med-fichier-3.0.3.new/tools/medimport/2.3.1/Makefile.in	2012-01-21 11:13:41.000000000 +0000
-@@ -1,4 +1,4 @@
--# Makefile.in generated by automake 1.11 from Makefile.am.
-+# Makefile.in generated by automake 1.11.1 from Makefile.am.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-@@ -39,20 +39,22 @@
- 	$(top_srcdir)/config/automake.common.2.3.6
- subdir = tools/medimport/2.3.1
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--am__aclocal_m4_deps = $(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
--	$(top_srcdir)/config/ax_absolute_header.m4 \
--	$(top_srcdir)/config/ax_mpi.m4 $(top_srcdir)/config/libtool.m4 \
-+am__aclocal_m4_deps = $(top_srcdir)/config/ax_absolute_header.m4 \
-+	$(top_srcdir)/config/ax_mpi.m4 \
-+	$(top_srcdir)/config/med_check_hdf5_version.m4 \
-+	$(top_srcdir)/config/med_enable_pmed.m4 \
-+	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/acinclude.m4 \
-+	$(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
-+	$(top_srcdir)/config/libtool.m4 \
- 	$(top_srcdir)/config/ltoptions.m4 \
- 	$(top_srcdir)/config/ltsugar.m4 \
- 	$(top_srcdir)/config/ltversion.m4 \
- 	$(top_srcdir)/config/lt~obsolete.m4 \
- 	$(top_srcdir)/config/med_check_f90.m4 \
- 	$(top_srcdir)/config/med_check_hdf5.m4 \
--	$(top_srcdir)/config/med_check_hdf5_version.m4 \
- 	$(top_srcdir)/config/med_check_mesgerr.m4 \
- 	$(top_srcdir)/config/med_check_typeof_medint.m4 \
--	$(top_srcdir)/config/med_enable_pmed.m4 \
--	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/configure.ac
-+	$(top_srcdir)/configure.ac
- am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- 	$(ACLOCAL_M4)
- mkinstalldirs = $(install_sh) -d
-@@ -169,6 +171,7 @@
- LN_S = @LN_S@
- LONG_OR_INT = @LONG_OR_INT@
- LTLIBOBJS = @LTLIBOBJS@
-+MAINT = @MAINT@
- MAKEINFO = @MAKEINFO@
- MANIFEST_TOOL = @MANIFEST_TOOL@
- MED_NUM_MAJEUR = @MED_NUM_MAJEUR@
-@@ -300,7 +303,7 @@
- 
- .SUFFIXES:
- .SUFFIXES: built.cxx .c .cxx .lo .o .obj
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common.2.3.6 $(srcdir)/../config/medimport.common $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common.2.3.6 $(srcdir)/../config/medimport.common $(am__configure_deps)
- 	@for dep in $?; do \
- 	  case '$(am__configure_deps)' in \
- 	    *$$dep*) \
-@@ -325,9 +328,9 @@
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
--$(top_srcdir)/configure:  $(am__configure_deps)
-+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
--$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- $(am__aclocal_m4_deps):
- 
-Index: med-fichier-3.0.3.new/tools/medimport/Makefile.in
-===================================================================
---- med-fichier-3.0.3.new.orig/tools/medimport/Makefile.in	2012-01-21 11:10:09.000000000 +0000
-+++ med-fichier-3.0.3.new/tools/medimport/Makefile.in	2012-01-21 11:13:41.000000000 +0000
-@@ -1,4 +1,4 @@
--# Makefile.in generated by automake 1.11 from Makefile.am.
-+# Makefile.in generated by automake 1.11.1 from Makefile.am.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-@@ -42,20 +42,22 @@
- noinst_PROGRAMS = medimportcxx$(EXEEXT)
- subdir = tools/medimport
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--am__aclocal_m4_deps = $(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
--	$(top_srcdir)/config/ax_absolute_header.m4 \
--	$(top_srcdir)/config/ax_mpi.m4 $(top_srcdir)/config/libtool.m4 \
-+am__aclocal_m4_deps = $(top_srcdir)/config/ax_absolute_header.m4 \
-+	$(top_srcdir)/config/ax_mpi.m4 \
-+	$(top_srcdir)/config/med_check_hdf5_version.m4 \
-+	$(top_srcdir)/config/med_enable_pmed.m4 \
-+	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/acinclude.m4 \
-+	$(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
-+	$(top_srcdir)/config/libtool.m4 \
- 	$(top_srcdir)/config/ltoptions.m4 \
- 	$(top_srcdir)/config/ltsugar.m4 \
- 	$(top_srcdir)/config/ltversion.m4 \
- 	$(top_srcdir)/config/lt~obsolete.m4 \
- 	$(top_srcdir)/config/med_check_f90.m4 \
- 	$(top_srcdir)/config/med_check_hdf5.m4 \
--	$(top_srcdir)/config/med_check_hdf5_version.m4 \
- 	$(top_srcdir)/config/med_check_mesgerr.m4 \
- 	$(top_srcdir)/config/med_check_typeof_medint.m4 \
--	$(top_srcdir)/config/med_enable_pmed.m4 \
--	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/configure.ac
-+	$(top_srcdir)/configure.ac
- am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- 	$(ACLOCAL_M4)
- mkinstalldirs = $(install_sh) -d
-@@ -234,6 +236,7 @@
- LN_S = @LN_S@
- LONG_OR_INT = @LONG_OR_INT@
- LTLIBOBJS = @LTLIBOBJS@
-+MAINT = @MAINT@
- MAKEINFO = @MAKEINFO@
- MANIFEST_TOOL = @MANIFEST_TOOL@
- MED_NUM_MAJEUR = @MED_NUM_MAJEUR@
-@@ -355,7 +358,7 @@
- 
- .SUFFIXES:
- .SUFFIXES: built.cxx .c .cxx .lo .o .obj
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common $(srcdir)/config/medimport.common $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/config/automake.common $(srcdir)/config/medimport.common $(am__configure_deps)
- 	@for dep in $?; do \
- 	  case '$(am__configure_deps)' in \
- 	    *$$dep*) \
-@@ -380,9 +383,9 @@
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
--$(top_srcdir)/configure:  $(am__configure_deps)
-+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
--$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- $(am__aclocal_m4_deps):
- install-libLTLIBRARIES: $(lib_LTLIBRARIES)
-@@ -545,7 +548,7 @@
- #     (which will cause the Makefiles to be regenerated when you run `make');
- # (2) otherwise, pass the desired values on the `make' command line.
- $(RECURSIVE_TARGETS):
--	@failcom='exit 1'; \
-+	@fail= failcom='exit 1'; \
- 	for f in x $$MAKEFLAGS; do \
- 	  case $$f in \
- 	    *=* | --[!k]*);; \
-@@ -570,7 +573,7 @@
- 	fi; test -z "$$fail"
- 
- $(RECURSIVE_CLEAN_TARGETS):
--	@failcom='exit 1'; \
-+	@fail= failcom='exit 1'; \
- 	for f in x $$MAKEFLAGS; do \
- 	  case $$f in \
- 	    *=* | --[!k]*);; \
-Index: med-fichier-3.0.3.new/tools/medimport/include/Makefile.in
-===================================================================
---- med-fichier-3.0.3.new.orig/tools/medimport/include/Makefile.in	2012-01-21 11:10:09.000000000 +0000
-+++ med-fichier-3.0.3.new/tools/medimport/include/Makefile.in	2012-01-21 11:13:41.000000000 +0000
-@@ -1,4 +1,4 @@
--# Makefile.in generated by automake 1.11 from Makefile.am.
-+# Makefile.in generated by automake 1.11.1 from Makefile.am.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-@@ -38,20 +38,22 @@
- DIST_COMMON = $(include_HEADERS) $(noinst_HEADERS) \
- 	$(srcdir)/Makefile.am $(srcdir)/Makefile.in
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--am__aclocal_m4_deps = $(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
--	$(top_srcdir)/config/ax_absolute_header.m4 \
--	$(top_srcdir)/config/ax_mpi.m4 $(top_srcdir)/config/libtool.m4 \
-+am__aclocal_m4_deps = $(top_srcdir)/config/ax_absolute_header.m4 \
-+	$(top_srcdir)/config/ax_mpi.m4 \
-+	$(top_srcdir)/config/med_check_hdf5_version.m4 \
-+	$(top_srcdir)/config/med_enable_pmed.m4 \
-+	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/acinclude.m4 \
-+	$(top_srcdir)/config/ac_check_sizeof_fortran.m4 \
-+	$(top_srcdir)/config/libtool.m4 \
- 	$(top_srcdir)/config/ltoptions.m4 \
- 	$(top_srcdir)/config/ltsugar.m4 \
- 	$(top_srcdir)/config/ltversion.m4 \
- 	$(top_srcdir)/config/lt~obsolete.m4 \
- 	$(top_srcdir)/config/med_check_f90.m4 \
- 	$(top_srcdir)/config/med_check_hdf5.m4 \
--	$(top_srcdir)/config/med_check_hdf5_version.m4 \
- 	$(top_srcdir)/config/med_check_mesgerr.m4 \
- 	$(top_srcdir)/config/med_check_typeof_medint.m4 \
--	$(top_srcdir)/config/med_enable_pmed.m4 \
--	$(top_srcdir)/config/med_summary.m4 $(top_srcdir)/configure.ac
-+	$(top_srcdir)/configure.ac
- am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- 	$(ACLOCAL_M4)
- mkinstalldirs = $(install_sh) -d
-@@ -152,6 +154,7 @@
- LN_S = @LN_S@
- LONG_OR_INT = @LONG_OR_INT@
- LTLIBOBJS = @LTLIBOBJS@
-+MAINT = @MAINT@
- MAKEINFO = @MAKEINFO@
- MANIFEST_TOOL = @MANIFEST_TOOL@
- MED_NUM_MAJEUR = @MED_NUM_MAJEUR@
-@@ -263,7 +266,7 @@
- all: all-am
- 
- .SUFFIXES:
--$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
- 	@for dep in $?; do \
- 	  case '$(am__configure_deps)' in \
- 	    *$$dep*) \
-@@ -288,9 +291,9 @@
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- 
--$(top_srcdir)/configure:  $(am__configure_deps)
-+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
--$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
- 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- $(am__aclocal_m4_deps):
- 
-Index: med-fichier-3.0.3.new/config/ltversion.m4
-===================================================================
---- med-fichier-3.0.3.new.orig/config/ltversion.m4	2012-01-21 11:10:09.000000000 +0000
-+++ med-fichier-3.0.3.new/config/ltversion.m4	2012-01-21 11:14:14.000000000 +0000
-@@ -9,15 +9,15 @@
- 
- # @configure_input@
- 
--# serial 3293 ltversion.m4
-+# serial 3337 ltversion.m4
- # This file is part of GNU Libtool
- 
--m4_define([LT_PACKAGE_VERSION], [2.4])
--m4_define([LT_PACKAGE_REVISION], [1.3293])
-+m4_define([LT_PACKAGE_VERSION], [2.4.2])
-+m4_define([LT_PACKAGE_REVISION], [1.3337])
- 
- AC_DEFUN([LTVERSION_VERSION],
--[macro_version='2.4'
--macro_revision='1.3293'
-+[macro_version='2.4.2'
-+macro_revision='1.3337'
- _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
- _LT_DECL(, macro_revision, 0)
- ])
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 56ceb8c..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,8 +0,0 @@
-00-am_maintainer_mode.patch
-01-ac-prog-fc.patch
-02-acinclude.patch
-#03-c++-safe.patch
-04-debian-mpi-libs.patch
-05-xmdump-path-fix.patch
-99-autoreconf.patch
-07_disable_some_tests.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/med-fichier.git



More information about the debian-science-commits mailing list