[DebianGIS-dev] r2655 - packages/libhdf4/trunk/debian/patches
frankie at alioth.debian.org
frankie at alioth.debian.org
Thu Jan 14 12:07:47 UTC 2010
Author: frankie
Date: 2010-01-14 12:07:45 +0000 (Thu, 14 Jan 2010)
New Revision: 2655
Modified:
packages/libhdf4/trunk/debian/patches/autotools
packages/libhdf4/trunk/debian/patches/shared_fortran
Log:
Fixed for libtool missing update.
Modified: packages/libhdf4/trunk/debian/patches/autotools
===================================================================
--- packages/libhdf4/trunk/debian/patches/autotools 2010-01-14 11:11:25 UTC (rev 2654)
+++ packages/libhdf4/trunk/debian/patches/autotools 2010-01-14 12:07:45 UTC (rev 2655)
@@ -1,7 +1,7 @@
Index: libhdf4-4.2r4/HDF4/aclocal.m4
===================================================================
---- libhdf4-4.2r4.orig/HDF4/aclocal.m4 2008-10-09 21:45:04.000000000 +0200
-+++ libhdf4-4.2r4/HDF4/aclocal.m4 2010-01-14 11:53:15.000000000 +0100
+--- libhdf4-4.2r4.orig/HDF4/aclocal.m4 2010-01-14 13:05:06.000000000 +0100
++++ libhdf4-4.2r4/HDF4/aclocal.m4 2010-01-14 13:06:03.000000000 +0100
@@ -1,7 +1,7 @@
-# generated automatically by aclocal 1.10.1 -*- Autoconf -*-
+# generated automatically by aclocal 1.11 -*- Autoconf -*-
@@ -13584,8 +13584,8 @@
Index: libhdf4-4.2r4/HDF4/configure
===================================================================
---- libhdf4-4.2r4.orig/HDF4/configure 2009-01-21 03:44:10.000000000 +0100
-+++ libhdf4-4.2r4/HDF4/configure 2010-01-14 11:53:18.000000000 +0100
+--- libhdf4-4.2r4.orig/HDF4/configure 2010-01-14 13:05:06.000000000 +0100
++++ libhdf4-4.2r4/HDF4/configure 2010-01-14 13:06:05.000000000 +0100
@@ -1,63 +1,86 @@
#! /bin/sh
# From configure.ac Id: configure.ac 5143 2009-01-13 21:13:49Z epourmal .
@@ -37041,8 +37041,8 @@
Index: libhdf4-4.2r4/HDF4/hdf/Makefile.in
===================================================================
---- libhdf4-4.2r4.orig/HDF4/hdf/Makefile.in 2008-10-13 21:39:11.000000000 +0200
-+++ libhdf4-4.2r4/HDF4/hdf/Makefile.in 2010-01-14 11:53:21.000000000 +0100
+--- libhdf4-4.2r4.orig/HDF4/hdf/Makefile.in 2010-01-14 13:05:06.000000000 +0100
++++ libhdf4-4.2r4/HDF4/hdf/Makefile.in 2010-01-14 13:06:07.000000000 +0100
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
@@ -37377,8 +37377,8 @@
.NOEXPORT:
Index: libhdf4-4.2r4/HDF4/hdf/src/h4config.h.in
===================================================================
---- libhdf4-4.2r4.orig/HDF4/hdf/src/h4config.h.in 2008-10-09 21:45:04.000000000 +0200
-+++ libhdf4-4.2r4/HDF4/hdf/src/h4config.h.in 2010-01-14 11:53:20.000000000 +0100
+--- libhdf4-4.2r4.orig/HDF4/hdf/src/h4config.h.in 2010-01-14 13:05:06.000000000 +0100
++++ libhdf4-4.2r4/HDF4/hdf/src/h4config.h.in 2010-01-14 13:06:07.000000000 +0100
@@ -1,5 +1,8 @@
/* hdf/src/h4config.h.in. Generated from configure.ac by autoheader. */
@@ -37422,7 +37422,7 @@
Index: libhdf4-4.2r4/HDF4/hdf/src/h4config.h.in~
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ libhdf4-4.2r4/HDF4/hdf/src/h4config.h.in~ 2010-01-14 11:52:03.000000000 +0100
++++ libhdf4-4.2r4/HDF4/hdf/src/h4config.h.in~ 2010-01-14 13:05:29.000000000 +0100
@@ -0,0 +1,140 @@
+/* hdf/src/h4config.h.in. Generated from configure.ac by autoheader. */
+
@@ -37566,8 +37566,8 @@
+#undef YYTEXT_POINTER
Index: libhdf4-4.2r4/HDF4/hdf/src/Makefile.am
===================================================================
---- libhdf4-4.2r4.orig/HDF4/hdf/src/Makefile.am 2008-10-09 21:45:04.000000000 +0200
-+++ libhdf4-4.2r4/HDF4/hdf/src/Makefile.am 2010-01-14 11:52:03.000000000 +0100
+--- libhdf4-4.2r4.orig/HDF4/hdf/src/Makefile.am 2010-01-14 13:02:22.000000000 +0100
++++ libhdf4-4.2r4/HDF4/hdf/src/Makefile.am 2010-01-14 13:05:29.000000000 +0100
@@ -4,7 +4,7 @@
include $(top_srcdir)/config/commence.am
@@ -37592,8 +37592,8 @@
Index: libhdf4-4.2r4/HDF4/hdf/src/Makefile.in
===================================================================
---- libhdf4-4.2r4.orig/HDF4/hdf/src/Makefile.in 2008-10-13 21:39:11.000000000 +0200
-+++ libhdf4-4.2r4/HDF4/hdf/src/Makefile.in 2010-01-14 11:53:21.000000000 +0100
+--- libhdf4-4.2r4.orig/HDF4/hdf/src/Makefile.in 2010-01-14 13:05:06.000000000 +0100
++++ libhdf4-4.2r4/HDF4/hdf/src/Makefile.in 2010-01-14 13:06:08.000000000 +0100
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
@@ -38010,8 +38010,8 @@
.NOEXPORT:
Index: libhdf4-4.2r4/HDF4/hdf/test/Makefile.am
===================================================================
---- libhdf4-4.2r4.orig/HDF4/hdf/test/Makefile.am 2008-10-15 16:08:16.000000000 +0200
-+++ libhdf4-4.2r4/HDF4/hdf/test/Makefile.am 2010-01-14 11:52:03.000000000 +0100
+--- libhdf4-4.2r4.orig/HDF4/hdf/test/Makefile.am 2010-01-14 13:02:22.000000000 +0100
++++ libhdf4-4.2r4/HDF4/hdf/test/Makefile.am 2010-01-14 13:05:29.000000000 +0100
@@ -23,11 +23,11 @@
mgr.c nbit.c rig.c sdmms.c sdnmms.c sdstr.c slab.c tbv.c \
tdupimgs.c testhdf.c tree.c tszip.c tvattr.c tvset.c \
@@ -38030,8 +38030,8 @@
fortest_SOURCES = fortest.c
Index: libhdf4-4.2r4/HDF4/hdf/test/Makefile.in
===================================================================
---- libhdf4-4.2r4.orig/HDF4/hdf/test/Makefile.in 2008-10-15 16:08:16.000000000 +0200
-+++ libhdf4-4.2r4/HDF4/hdf/test/Makefile.in 2010-01-14 11:53:21.000000000 +0100
+--- libhdf4-4.2r4.orig/HDF4/hdf/test/Makefile.in 2010-01-14 13:05:06.000000000 +0100
++++ libhdf4-4.2r4/HDF4/hdf/test/Makefile.in 2010-01-14 13:06:08.000000000 +0100
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
@@ -38429,8 +38429,8 @@
.NOEXPORT:
Index: libhdf4-4.2r4/HDF4/hdf/util/Makefile.am
===================================================================
---- libhdf4-4.2r4.orig/HDF4/hdf/util/Makefile.am 2008-10-09 21:45:04.000000000 +0200
-+++ libhdf4-4.2r4/HDF4/hdf/util/Makefile.am 2010-01-14 11:52:03.000000000 +0100
+--- libhdf4-4.2r4.orig/HDF4/hdf/util/Makefile.am 2010-01-14 13:02:22.000000000 +0100
++++ libhdf4-4.2r4/HDF4/hdf/util/Makefile.am 2010-01-14 13:05:29.000000000 +0100
@@ -22,76 +22,76 @@
endif
@@ -38546,8 +38546,8 @@
## Testing -- Here there be dragons. ##
Index: libhdf4-4.2r4/HDF4/hdf/util/Makefile.in
===================================================================
---- libhdf4-4.2r4.orig/HDF4/hdf/util/Makefile.in 2008-10-13 21:39:11.000000000 +0200
-+++ libhdf4-4.2r4/HDF4/hdf/util/Makefile.in 2010-01-14 11:53:21.000000000 +0100
+--- libhdf4-4.2r4.orig/HDF4/hdf/util/Makefile.in 2010-01-14 13:05:06.000000000 +0100
++++ libhdf4-4.2r4/HDF4/hdf/util/Makefile.in 2010-01-14 13:06:08.000000000 +0100
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
@@ -39035,8 +39035,8 @@
.NOEXPORT:
Index: libhdf4-4.2r4/HDF4/Makefile.in
===================================================================
---- libhdf4-4.2r4.orig/HDF4/Makefile.in 2008-10-13 21:39:11.000000000 +0200
-+++ libhdf4-4.2r4/HDF4/Makefile.in 2010-01-14 11:53:23.000000000 +0100
+--- libhdf4-4.2r4.orig/HDF4/Makefile.in 2010-01-14 13:05:06.000000000 +0100
++++ libhdf4-4.2r4/HDF4/Makefile.in 2010-01-14 13:06:09.000000000 +0100
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
@@ -39540,8 +39540,8 @@
.NOEXPORT:
Index: libhdf4-4.2r4/HDF4/man/Makefile.in
===================================================================
---- libhdf4-4.2r4.orig/HDF4/man/Makefile.in 2008-10-13 21:39:11.000000000 +0200
-+++ libhdf4-4.2r4/HDF4/man/Makefile.in 2010-01-14 11:53:21.000000000 +0100
+--- libhdf4-4.2r4.orig/HDF4/man/Makefile.in 2010-01-14 13:05:06.000000000 +0100
++++ libhdf4-4.2r4/HDF4/man/Makefile.in 2010-01-14 13:06:08.000000000 +0100
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
@@ -39818,8 +39818,8 @@
.NOEXPORT:
Index: libhdf4-4.2r4/HDF4/mfhdf/dumper/Makefile.am
===================================================================
---- libhdf4-4.2r4.orig/HDF4/mfhdf/dumper/Makefile.am 2008-10-09 21:45:04.000000000 +0200
-+++ libhdf4-4.2r4/HDF4/mfhdf/dumper/Makefile.am 2010-01-14 11:52:03.000000000 +0100
+--- libhdf4-4.2r4.orig/HDF4/mfhdf/dumper/Makefile.am 2010-01-14 13:02:22.000000000 +0100
++++ libhdf4-4.2r4/HDF4/mfhdf/dumper/Makefile.am 2010-01-14 13:05:29.000000000 +0100
@@ -20,8 +20,8 @@
## Information for building the "hdp" program
hdp_SOURCES = hdp.c hdp_dump.c hdp_gr.c hdp_list.c hdp_rig.c hdp_sds.c \
@@ -39833,8 +39833,8 @@
## Testing -- Here there be dragons. ##
Index: libhdf4-4.2r4/HDF4/mfhdf/dumper/Makefile.in
===================================================================
---- libhdf4-4.2r4.orig/HDF4/mfhdf/dumper/Makefile.in 2008-10-13 21:39:11.000000000 +0200
-+++ libhdf4-4.2r4/HDF4/mfhdf/dumper/Makefile.in 2010-01-14 11:53:21.000000000 +0100
+--- libhdf4-4.2r4.orig/HDF4/mfhdf/dumper/Makefile.in 2010-01-14 13:05:06.000000000 +0100
++++ libhdf4-4.2r4/HDF4/mfhdf/dumper/Makefile.in 2010-01-14 13:06:08.000000000 +0100
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
@@ -40168,8 +40168,8 @@
.NOEXPORT:
Index: libhdf4-4.2r4/HDF4/mfhdf/fortran/Makefile.am
===================================================================
---- libhdf4-4.2r4.orig/HDF4/mfhdf/fortran/Makefile.am 2008-10-15 16:08:16.000000000 +0200
-+++ libhdf4-4.2r4/HDF4/mfhdf/fortran/Makefile.am 2010-01-14 11:52:03.000000000 +0100
+--- libhdf4-4.2r4.orig/HDF4/mfhdf/fortran/Makefile.am 2010-01-14 13:02:22.000000000 +0100
++++ libhdf4-4.2r4/HDF4/mfhdf/fortran/Makefile.am 2010-01-14 13:05:29.000000000 +0100
@@ -27,22 +27,22 @@
if HDF_BUILD_NETCDF
ftest_SOURCES = ftest.f
@@ -40203,8 +40203,8 @@
-mkdir testdir
Index: libhdf4-4.2r4/HDF4/mfhdf/fortran/Makefile.in
===================================================================
---- libhdf4-4.2r4.orig/HDF4/mfhdf/fortran/Makefile.in 2008-10-15 16:08:16.000000000 +0200
-+++ libhdf4-4.2r4/HDF4/mfhdf/fortran/Makefile.in 2010-01-14 11:53:21.000000000 +0100
+--- libhdf4-4.2r4.orig/HDF4/mfhdf/fortran/Makefile.in 2010-01-14 13:05:06.000000000 +0100
++++ libhdf4-4.2r4/HDF4/mfhdf/fortran/Makefile.in 2010-01-14 13:06:08.000000000 +0100
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
@@ -40528,8 +40528,8 @@
.NOEXPORT:
Index: libhdf4-4.2r4/HDF4/mfhdf/hdfimport/Makefile.am
===================================================================
---- libhdf4-4.2r4.orig/HDF4/mfhdf/hdfimport/Makefile.am 2008-10-09 21:45:04.000000000 +0200
-+++ libhdf4-4.2r4/HDF4/mfhdf/hdfimport/Makefile.am 2010-01-14 11:52:03.000000000 +0100
+--- libhdf4-4.2r4.orig/HDF4/mfhdf/hdfimport/Makefile.am 2010-01-14 13:02:22.000000000 +0100
++++ libhdf4-4.2r4/HDF4/mfhdf/hdfimport/Makefile.am 2010-01-14 13:05:29.000000000 +0100
@@ -16,7 +16,7 @@
## Libraries to link against ##
#############################################################################
@@ -40541,8 +40541,8 @@
## Programs to build ##
Index: libhdf4-4.2r4/HDF4/mfhdf/hdfimport/Makefile.in
===================================================================
---- libhdf4-4.2r4.orig/HDF4/mfhdf/hdfimport/Makefile.in 2008-10-13 21:39:11.000000000 +0200
-+++ libhdf4-4.2r4/HDF4/mfhdf/hdfimport/Makefile.in 2010-01-14 11:53:22.000000000 +0100
+--- libhdf4-4.2r4.orig/HDF4/mfhdf/hdfimport/Makefile.in 2010-01-14 13:05:06.000000000 +0100
++++ libhdf4-4.2r4/HDF4/mfhdf/hdfimport/Makefile.in 2010-01-14 13:06:08.000000000 +0100
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
@@ -40906,8 +40906,8 @@
.NOEXPORT:
Index: libhdf4-4.2r4/HDF4/mfhdf/hdiff/Makefile.am
===================================================================
---- libhdf4-4.2r4.orig/HDF4/mfhdf/hdiff/Makefile.am 2008-10-14 23:51:03.000000000 +0200
-+++ libhdf4-4.2r4/HDF4/mfhdf/hdiff/Makefile.am 2010-01-14 11:52:03.000000000 +0100
+--- libhdf4-4.2r4.orig/HDF4/mfhdf/hdiff/Makefile.am 2010-01-14 13:02:22.000000000 +0100
++++ libhdf4-4.2r4/HDF4/mfhdf/hdiff/Makefile.am 2010-01-14 13:05:29.000000000 +0100
@@ -22,8 +22,8 @@
hdiff_SOURCES = hdiff.c hdiff_array.c hdiff_gr.c hdiff_list.c hdiff_main.c \
hdiff_mattbl.c hdiff_gattr.c hdiff_misc.c hdiff_sds.c \
@@ -40932,8 +40932,8 @@
@srcdir="$(srcdir)" $(SHELL) $(srcdir)/testhdiff.sh
Index: libhdf4-4.2r4/HDF4/mfhdf/hdiff/Makefile.in
===================================================================
---- libhdf4-4.2r4.orig/HDF4/mfhdf/hdiff/Makefile.in 2008-10-14 23:51:03.000000000 +0200
-+++ libhdf4-4.2r4/HDF4/mfhdf/hdiff/Makefile.in 2010-01-14 11:53:22.000000000 +0100
+--- libhdf4-4.2r4.orig/HDF4/mfhdf/hdiff/Makefile.in 2010-01-14 13:05:06.000000000 +0100
++++ libhdf4-4.2r4/HDF4/mfhdf/hdiff/Makefile.in 2010-01-14 13:06:08.000000000 +0100
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
@@ -41288,8 +41288,8 @@
.NOEXPORT:
Index: libhdf4-4.2r4/HDF4/mfhdf/hrepack/Makefile.am
===================================================================
---- libhdf4-4.2r4.orig/HDF4/mfhdf/hrepack/Makefile.am 2008-11-18 22:40:10.000000000 +0100
-+++ libhdf4-4.2r4/HDF4/mfhdf/hrepack/Makefile.am 2010-01-14 11:52:03.000000000 +0100
+--- libhdf4-4.2r4.orig/HDF4/mfhdf/hrepack/Makefile.am 2010-01-14 13:02:22.000000000 +0100
++++ libhdf4-4.2r4/HDF4/mfhdf/hrepack/Makefile.am 2010-01-14 13:05:29.000000000 +0100
@@ -24,8 +24,8 @@
hrepack_opttable.c hrepack_parse.c \
hrepack_sds.c hrepack_utils.c \
@@ -41320,8 +41320,8 @@
## And the cleanup ##
Index: libhdf4-4.2r4/HDF4/mfhdf/hrepack/Makefile.in
===================================================================
---- libhdf4-4.2r4.orig/HDF4/mfhdf/hrepack/Makefile.in 2008-11-18 22:40:10.000000000 +0100
-+++ libhdf4-4.2r4/HDF4/mfhdf/hrepack/Makefile.in 2010-01-14 11:53:22.000000000 +0100
+--- libhdf4-4.2r4.orig/HDF4/mfhdf/hrepack/Makefile.in 2010-01-14 13:05:06.000000000 +0100
++++ libhdf4-4.2r4/HDF4/mfhdf/hrepack/Makefile.in 2010-01-14 13:06:09.000000000 +0100
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
@@ -41972,8 +41972,8 @@
.NOEXPORT:
Index: libhdf4-4.2r4/HDF4/mfhdf/libsrc/Makefile.am
===================================================================
---- libhdf4-4.2r4.orig/HDF4/mfhdf/libsrc/Makefile.am 2009-01-21 03:44:10.000000000 +0100
-+++ libhdf4-4.2r4/HDF4/mfhdf/libsrc/Makefile.am 2010-01-14 11:52:03.000000000 +0100
+--- libhdf4-4.2r4.orig/HDF4/mfhdf/libsrc/Makefile.am 2010-01-14 13:02:22.000000000 +0100
++++ libhdf4-4.2r4/HDF4/mfhdf/libsrc/Makefile.am 2010-01-14 13:05:29.000000000 +0100
@@ -15,9 +15,9 @@
## Library to build ##
#############################################################################
@@ -42022,8 +42022,8 @@
@echo "============================"
Index: libhdf4-4.2r4/HDF4/mfhdf/libsrc/Makefile.in
===================================================================
---- libhdf4-4.2r4.orig/HDF4/mfhdf/libsrc/Makefile.in 2009-01-21 03:44:10.000000000 +0100
-+++ libhdf4-4.2r4/HDF4/mfhdf/libsrc/Makefile.in 2010-01-14 11:53:22.000000000 +0100
+--- libhdf4-4.2r4.orig/HDF4/mfhdf/libsrc/Makefile.in 2010-01-14 13:05:06.000000000 +0100
++++ libhdf4-4.2r4/HDF4/mfhdf/libsrc/Makefile.in 2010-01-14 13:06:09.000000000 +0100
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
@@ -42541,8 +42541,8 @@
.NOEXPORT:
Index: libhdf4-4.2r4/HDF4/mfhdf/Makefile.in
===================================================================
---- libhdf4-4.2r4.orig/HDF4/mfhdf/Makefile.in 2008-10-13 21:39:11.000000000 +0200
-+++ libhdf4-4.2r4/HDF4/mfhdf/Makefile.in 2010-01-14 11:53:21.000000000 +0100
+--- libhdf4-4.2r4.orig/HDF4/mfhdf/Makefile.in 2010-01-14 13:05:06.000000000 +0100
++++ libhdf4-4.2r4/HDF4/mfhdf/Makefile.in 2010-01-14 13:06:08.000000000 +0100
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
@@ -42878,8 +42878,8 @@
.NOEXPORT:
Index: libhdf4-4.2r4/HDF4/mfhdf/ncdump/Makefile.am
===================================================================
---- libhdf4-4.2r4.orig/HDF4/mfhdf/ncdump/Makefile.am 2008-10-09 21:45:04.000000000 +0200
-+++ libhdf4-4.2r4/HDF4/mfhdf/ncdump/Makefile.am 2010-01-14 11:52:03.000000000 +0100
+--- libhdf4-4.2r4.orig/HDF4/mfhdf/ncdump/Makefile.am 2010-01-14 13:02:22.000000000 +0100
++++ libhdf4-4.2r4/HDF4/mfhdf/ncdump/Makefile.am 2010-01-14 13:05:29.000000000 +0100
@@ -21,8 +21,8 @@
## Information for building the "ncdump" program
@@ -42893,8 +42893,8 @@
$(TESTS_ENVIRONMENT) ../ncgen/ncgen -o test0.nc -n $(srcdir)/test0.cdl
Index: libhdf4-4.2r4/HDF4/mfhdf/ncdump/Makefile.in
===================================================================
---- libhdf4-4.2r4.orig/HDF4/mfhdf/ncdump/Makefile.in 2008-10-13 21:39:11.000000000 +0200
-+++ libhdf4-4.2r4/HDF4/mfhdf/ncdump/Makefile.in 2010-01-14 11:53:22.000000000 +0100
+--- libhdf4-4.2r4.orig/HDF4/mfhdf/ncdump/Makefile.in 2010-01-14 13:05:06.000000000 +0100
++++ libhdf4-4.2r4/HDF4/mfhdf/ncdump/Makefile.in 2010-01-14 13:06:09.000000000 +0100
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
@@ -43343,8 +43343,8 @@
.NOEXPORT:
Index: libhdf4-4.2r4/HDF4/mfhdf/ncgen/Makefile.am
===================================================================
---- libhdf4-4.2r4.orig/HDF4/mfhdf/ncgen/Makefile.am 2008-10-09 21:45:04.000000000 +0200
-+++ libhdf4-4.2r4/HDF4/mfhdf/ncgen/Makefile.am 2010-01-14 11:52:03.000000000 +0100
+--- libhdf4-4.2r4.orig/HDF4/mfhdf/ncgen/Makefile.am 2010-01-14 13:02:22.000000000 +0100
++++ libhdf4-4.2r4/HDF4/mfhdf/ncgen/Makefile.am 2010-01-14 13:05:29.000000000 +0100
@@ -5,9 +5,9 @@
include $(top_srcdir)/config/commence.am
@@ -43374,8 +43374,8 @@
Index: libhdf4-4.2r4/HDF4/mfhdf/ncgen/Makefile.in
===================================================================
---- libhdf4-4.2r4.orig/HDF4/mfhdf/ncgen/Makefile.in 2008-10-13 21:39:11.000000000 +0200
-+++ libhdf4-4.2r4/HDF4/mfhdf/ncgen/Makefile.in 2010-01-14 11:53:22.000000000 +0100
+--- libhdf4-4.2r4.orig/HDF4/mfhdf/ncgen/Makefile.in 2010-01-14 13:05:06.000000000 +0100
++++ libhdf4-4.2r4/HDF4/mfhdf/ncgen/Makefile.in 2010-01-14 13:06:09.000000000 +0100
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
@@ -43856,8 +43856,8 @@
.NOEXPORT:
Index: libhdf4-4.2r4/HDF4/mfhdf/nctest/Makefile.am
===================================================================
---- libhdf4-4.2r4.orig/HDF4/mfhdf/nctest/Makefile.am 2008-10-09 21:45:04.000000000 +0200
-+++ libhdf4-4.2r4/HDF4/mfhdf/nctest/Makefile.am 2010-01-14 11:52:03.000000000 +0100
+--- libhdf4-4.2r4.orig/HDF4/mfhdf/nctest/Makefile.am 2010-01-14 13:02:22.000000000 +0100
++++ libhdf4-4.2r4/HDF4/mfhdf/nctest/Makefile.am 2010-01-14 13:05:29.000000000 +0100
@@ -24,8 +24,8 @@
error.c misctest.c rec.c slabs.c val.c varget_unlim.c \
varget.c vargetg.c varput.c varputg.c vardef.c vartests.c \
@@ -43871,8 +43871,8 @@
## And the cleanup ##
Index: libhdf4-4.2r4/HDF4/mfhdf/nctest/Makefile.in
===================================================================
---- libhdf4-4.2r4.orig/HDF4/mfhdf/nctest/Makefile.in 2008-10-13 21:39:11.000000000 +0200
-+++ libhdf4-4.2r4/HDF4/mfhdf/nctest/Makefile.in 2010-01-14 11:53:22.000000000 +0100
+--- libhdf4-4.2r4.orig/HDF4/mfhdf/nctest/Makefile.in 2010-01-14 13:05:06.000000000 +0100
++++ libhdf4-4.2r4/HDF4/mfhdf/nctest/Makefile.in 2010-01-14 13:06:09.000000000 +0100
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
@@ -44266,8 +44266,8 @@
.NOEXPORT:
Index: libhdf4-4.2r4/HDF4/mfhdf/port/Makefile.in
===================================================================
---- libhdf4-4.2r4.orig/HDF4/mfhdf/port/Makefile.in 2008-10-13 21:39:11.000000000 +0200
-+++ libhdf4-4.2r4/HDF4/mfhdf/port/Makefile.in 2010-01-14 11:53:22.000000000 +0100
+--- libhdf4-4.2r4.orig/HDF4/mfhdf/port/Makefile.in 2010-01-14 13:05:06.000000000 +0100
++++ libhdf4-4.2r4/HDF4/mfhdf/port/Makefile.in 2010-01-14 13:06:09.000000000 +0100
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
@@ -44514,8 +44514,8 @@
.NOEXPORT:
Index: libhdf4-4.2r4/HDF4/mfhdf/xdr/Makefile.in
===================================================================
---- libhdf4-4.2r4.orig/HDF4/mfhdf/xdr/Makefile.in 2008-10-13 21:39:11.000000000 +0200
-+++ libhdf4-4.2r4/HDF4/mfhdf/xdr/Makefile.in 2010-01-14 11:53:22.000000000 +0100
+--- libhdf4-4.2r4.orig/HDF4/mfhdf/xdr/Makefile.in 2010-01-14 13:05:06.000000000 +0100
++++ libhdf4-4.2r4/HDF4/mfhdf/xdr/Makefile.in 2010-01-14 13:06:09.000000000 +0100
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
Modified: packages/libhdf4/trunk/debian/patches/shared_fortran
===================================================================
--- packages/libhdf4/trunk/debian/patches/shared_fortran 2010-01-14 11:11:25 UTC (rev 2654)
+++ packages/libhdf4/trunk/debian/patches/shared_fortran 2010-01-14 12:07:45 UTC (rev 2655)
@@ -1,7 +1,7 @@
Index: libhdf4-4.2r4/HDF4/aclocal.m4
===================================================================
---- libhdf4-4.2r4.orig/HDF4/aclocal.m4 2010-01-14 11:55:18.000000000 +0100
-+++ libhdf4-4.2r4/HDF4/aclocal.m4 2010-01-14 11:56:20.000000000 +0100
+--- libhdf4-4.2r4.orig/HDF4/aclocal.m4 2010-01-14 13:03:40.000000000 +0100
++++ libhdf4-4.2r4/HDF4/aclocal.m4 2010-01-14 13:04:33.000000000 +0100
@@ -1,7 +1,7 @@
-# generated automatically by aclocal 1.10.1 -*- Autoconf -*-
+# generated automatically by aclocal 1.11 -*- Autoconf -*-
@@ -13584,8 +13584,8 @@
Index: libhdf4-4.2r4/HDF4/configure
===================================================================
---- libhdf4-4.2r4.orig/HDF4/configure 2010-01-14 11:55:18.000000000 +0100
-+++ libhdf4-4.2r4/HDF4/configure 2010-01-14 11:56:22.000000000 +0100
+--- libhdf4-4.2r4.orig/HDF4/configure 2010-01-14 13:03:40.000000000 +0100
++++ libhdf4-4.2r4/HDF4/configure 2010-01-14 13:04:35.000000000 +0100
@@ -1,63 +1,86 @@
#! /bin/sh
# From configure.ac Id: configure.ac 5143 2009-01-13 21:13:49Z epourmal .
@@ -37071,8 +37071,8 @@
Index: libhdf4-4.2r4/HDF4/configure.ac
===================================================================
---- libhdf4-4.2r4.orig/HDF4/configure.ac 2010-01-14 11:28:55.000000000 +0100
-+++ libhdf4-4.2r4/HDF4/configure.ac 2010-01-14 11:55:52.000000000 +0100
+--- libhdf4-4.2r4.orig/HDF4/configure.ac 2010-01-14 13:03:40.000000000 +0100
++++ libhdf4-4.2r4/HDF4/configure.ac 2010-01-14 13:03:47.000000000 +0100
@@ -190,12 +190,6 @@
enable_shared="no"
fi
@@ -37088,8 +37088,8 @@
AC_PROG_INSTALL
Index: libhdf4-4.2r4/HDF4/hdf/Makefile.in
===================================================================
---- libhdf4-4.2r4.orig/HDF4/hdf/Makefile.in 2010-01-14 11:55:18.000000000 +0100
-+++ libhdf4-4.2r4/HDF4/hdf/Makefile.in 2010-01-14 11:56:24.000000000 +0100
+--- libhdf4-4.2r4.orig/HDF4/hdf/Makefile.in 2010-01-14 13:03:40.000000000 +0100
++++ libhdf4-4.2r4/HDF4/hdf/Makefile.in 2010-01-14 13:04:37.000000000 +0100
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
@@ -37424,8 +37424,8 @@
.NOEXPORT:
Index: libhdf4-4.2r4/HDF4/hdf/src/h4config.h.in
===================================================================
---- libhdf4-4.2r4.orig/HDF4/hdf/src/h4config.h.in 2010-01-14 11:55:18.000000000 +0100
-+++ libhdf4-4.2r4/HDF4/hdf/src/h4config.h.in 2010-01-14 11:56:23.000000000 +0100
+--- libhdf4-4.2r4.orig/HDF4/hdf/src/h4config.h.in 2010-01-14 13:03:40.000000000 +0100
++++ libhdf4-4.2r4/HDF4/hdf/src/h4config.h.in 2010-01-14 13:04:36.000000000 +0100
@@ -1,5 +1,8 @@
/* hdf/src/h4config.h.in. Generated from configure.ac by autoheader. */
@@ -37469,8 +37469,8 @@
Index: libhdf4-4.2r4/HDF4/hdf/src/h4config.h.in~
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ libhdf4-4.2r4/HDF4/hdf/src/h4config.h.in~ 2010-01-14 11:55:52.000000000 +0100
-@@ -0,0 +1,137 @@
++++ libhdf4-4.2r4/HDF4/hdf/src/h4config.h.in~ 2010-01-14 13:03:47.000000000 +0100
+@@ -0,0 +1,140 @@
+/* hdf/src/h4config.h.in. Generated from configure.ac by autoheader. */
+
+/* Define if building universal (internal helper macro) */
@@ -37581,6 +37581,9 @@
+/* Define to the one symbol short name of this package. */
+#undef PACKAGE_TARNAME
+
++/* Define to the home page for this package. */
++#undef PACKAGE_URL
++
+/* Define to the version of this package. */
+#undef PACKAGE_VERSION
+
@@ -37610,8 +37613,8 @@
+#undef YYTEXT_POINTER
Index: libhdf4-4.2r4/HDF4/hdf/src/Makefile.in
===================================================================
---- libhdf4-4.2r4.orig/HDF4/hdf/src/Makefile.in 2010-01-14 11:55:18.000000000 +0100
-+++ libhdf4-4.2r4/HDF4/hdf/src/Makefile.in 2010-01-14 11:56:24.000000000 +0100
+--- libhdf4-4.2r4.orig/HDF4/hdf/src/Makefile.in 2010-01-14 13:03:40.000000000 +0100
++++ libhdf4-4.2r4/HDF4/hdf/src/Makefile.in 2010-01-14 13:04:37.000000000 +0100
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
@@ -37974,8 +37977,8 @@
.NOEXPORT:
Index: libhdf4-4.2r4/HDF4/hdf/test/Makefile.in
===================================================================
---- libhdf4-4.2r4.orig/HDF4/hdf/test/Makefile.in 2010-01-14 11:55:18.000000000 +0100
-+++ libhdf4-4.2r4/HDF4/hdf/test/Makefile.in 2010-01-14 11:56:24.000000000 +0100
+--- libhdf4-4.2r4.orig/HDF4/hdf/test/Makefile.in 2010-01-14 13:03:40.000000000 +0100
++++ libhdf4-4.2r4/HDF4/hdf/test/Makefile.in 2010-01-14 13:04:37.000000000 +0100
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
@@ -38358,8 +38361,8 @@
.NOEXPORT:
Index: libhdf4-4.2r4/HDF4/hdf/util/Makefile.in
===================================================================
---- libhdf4-4.2r4.orig/HDF4/hdf/util/Makefile.in 2010-01-14 11:55:18.000000000 +0100
-+++ libhdf4-4.2r4/HDF4/hdf/util/Makefile.in 2010-01-14 11:56:25.000000000 +0100
+--- libhdf4-4.2r4.orig/HDF4/hdf/util/Makefile.in 2010-01-14 13:03:40.000000000 +0100
++++ libhdf4-4.2r4/HDF4/hdf/util/Makefile.in 2010-01-14 13:04:37.000000000 +0100
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
@@ -38751,8 +38754,8 @@
.NOEXPORT:
Index: libhdf4-4.2r4/HDF4/Makefile.in
===================================================================
---- libhdf4-4.2r4.orig/HDF4/Makefile.in 2010-01-14 11:55:18.000000000 +0100
-+++ libhdf4-4.2r4/HDF4/Makefile.in 2010-01-14 11:56:26.000000000 +0100
+--- libhdf4-4.2r4.orig/HDF4/Makefile.in 2010-01-14 13:03:40.000000000 +0100
++++ libhdf4-4.2r4/HDF4/Makefile.in 2010-01-14 13:04:39.000000000 +0100
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
@@ -39256,8 +39259,8 @@
.NOEXPORT:
Index: libhdf4-4.2r4/HDF4/man/Makefile.in
===================================================================
---- libhdf4-4.2r4.orig/HDF4/man/Makefile.in 2010-01-14 11:55:18.000000000 +0100
-+++ libhdf4-4.2r4/HDF4/man/Makefile.in 2010-01-14 11:56:25.000000000 +0100
+--- libhdf4-4.2r4.orig/HDF4/man/Makefile.in 2010-01-14 13:03:40.000000000 +0100
++++ libhdf4-4.2r4/HDF4/man/Makefile.in 2010-01-14 13:04:38.000000000 +0100
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
@@ -39534,8 +39537,8 @@
.NOEXPORT:
Index: libhdf4-4.2r4/HDF4/mfhdf/dumper/Makefile.in
===================================================================
---- libhdf4-4.2r4.orig/HDF4/mfhdf/dumper/Makefile.in 2010-01-14 11:55:18.000000000 +0100
-+++ libhdf4-4.2r4/HDF4/mfhdf/dumper/Makefile.in 2010-01-14 11:56:25.000000000 +0100
+--- libhdf4-4.2r4.orig/HDF4/mfhdf/dumper/Makefile.in 2010-01-14 13:03:40.000000000 +0100
++++ libhdf4-4.2r4/HDF4/mfhdf/dumper/Makefile.in 2010-01-14 13:04:38.000000000 +0100
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
@@ -39858,8 +39861,8 @@
.NOEXPORT:
Index: libhdf4-4.2r4/HDF4/mfhdf/fortran/Makefile.in
===================================================================
---- libhdf4-4.2r4.orig/HDF4/mfhdf/fortran/Makefile.in 2010-01-14 11:55:18.000000000 +0100
-+++ libhdf4-4.2r4/HDF4/mfhdf/fortran/Makefile.in 2010-01-14 11:56:25.000000000 +0100
+--- libhdf4-4.2r4.orig/HDF4/mfhdf/fortran/Makefile.in 2010-01-14 13:03:40.000000000 +0100
++++ libhdf4-4.2r4/HDF4/mfhdf/fortran/Makefile.in 2010-01-14 13:04:38.000000000 +0100
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
@@ -40154,8 +40157,8 @@
.NOEXPORT:
Index: libhdf4-4.2r4/HDF4/mfhdf/hdfimport/Makefile.in
===================================================================
---- libhdf4-4.2r4.orig/HDF4/mfhdf/hdfimport/Makefile.in 2010-01-14 11:55:18.000000000 +0100
-+++ libhdf4-4.2r4/HDF4/mfhdf/hdfimport/Makefile.in 2010-01-14 11:56:26.000000000 +0100
+--- libhdf4-4.2r4.orig/HDF4/mfhdf/hdfimport/Makefile.in 2010-01-14 13:03:40.000000000 +0100
++++ libhdf4-4.2r4/HDF4/mfhdf/hdfimport/Makefile.in 2010-01-14 13:04:38.000000000 +0100
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
@@ -40492,8 +40495,8 @@
.NOEXPORT:
Index: libhdf4-4.2r4/HDF4/mfhdf/hdiff/Makefile.in
===================================================================
---- libhdf4-4.2r4.orig/HDF4/mfhdf/hdiff/Makefile.in 2010-01-14 11:55:18.000000000 +0100
-+++ libhdf4-4.2r4/HDF4/mfhdf/hdiff/Makefile.in 2010-01-14 11:56:26.000000000 +0100
+--- libhdf4-4.2r4.orig/HDF4/mfhdf/hdiff/Makefile.in 2010-01-14 13:03:40.000000000 +0100
++++ libhdf4-4.2r4/HDF4/mfhdf/hdiff/Makefile.in 2010-01-14 13:04:38.000000000 +0100
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
@@ -40828,8 +40831,8 @@
.NOEXPORT:
Index: libhdf4-4.2r4/HDF4/mfhdf/hrepack/Makefile.in
===================================================================
---- libhdf4-4.2r4.orig/HDF4/mfhdf/hrepack/Makefile.in 2010-01-14 11:55:18.000000000 +0100
-+++ libhdf4-4.2r4/HDF4/mfhdf/hrepack/Makefile.in 2010-01-14 11:56:26.000000000 +0100
+--- libhdf4-4.2r4.orig/HDF4/mfhdf/hrepack/Makefile.in 2010-01-14 13:03:40.000000000 +0100
++++ libhdf4-4.2r4/HDF4/mfhdf/hrepack/Makefile.in 2010-01-14 13:04:38.000000000 +0100
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
@@ -41453,8 +41456,8 @@
.NOEXPORT:
Index: libhdf4-4.2r4/HDF4/mfhdf/libsrc/Makefile.in
===================================================================
---- libhdf4-4.2r4.orig/HDF4/mfhdf/libsrc/Makefile.in 2010-01-14 11:55:18.000000000 +0100
-+++ libhdf4-4.2r4/HDF4/mfhdf/libsrc/Makefile.in 2010-01-14 11:56:26.000000000 +0100
+--- libhdf4-4.2r4.orig/HDF4/mfhdf/libsrc/Makefile.in 2010-01-14 13:03:40.000000000 +0100
++++ libhdf4-4.2r4/HDF4/mfhdf/libsrc/Makefile.in 2010-01-14 13:04:38.000000000 +0100
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
@@ -41855,8 +41858,8 @@
.NOEXPORT:
Index: libhdf4-4.2r4/HDF4/mfhdf/Makefile.in
===================================================================
---- libhdf4-4.2r4.orig/HDF4/mfhdf/Makefile.in 2010-01-14 11:55:18.000000000 +0100
-+++ libhdf4-4.2r4/HDF4/mfhdf/Makefile.in 2010-01-14 11:56:25.000000000 +0100
+--- libhdf4-4.2r4.orig/HDF4/mfhdf/Makefile.in 2010-01-14 13:03:40.000000000 +0100
++++ libhdf4-4.2r4/HDF4/mfhdf/Makefile.in 2010-01-14 13:04:38.000000000 +0100
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
@@ -42192,8 +42195,8 @@
.NOEXPORT:
Index: libhdf4-4.2r4/HDF4/mfhdf/ncdump/Makefile.in
===================================================================
---- libhdf4-4.2r4.orig/HDF4/mfhdf/ncdump/Makefile.in 2010-01-14 11:55:18.000000000 +0100
-+++ libhdf4-4.2r4/HDF4/mfhdf/ncdump/Makefile.in 2010-01-14 11:56:26.000000000 +0100
+--- libhdf4-4.2r4.orig/HDF4/mfhdf/ncdump/Makefile.in 2010-01-14 13:03:40.000000000 +0100
++++ libhdf4-4.2r4/HDF4/mfhdf/ncdump/Makefile.in 2010-01-14 13:04:39.000000000 +0100
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
@@ -42631,8 +42634,8 @@
.NOEXPORT:
Index: libhdf4-4.2r4/HDF4/mfhdf/ncgen/Makefile.in
===================================================================
---- libhdf4-4.2r4.orig/HDF4/mfhdf/ncgen/Makefile.in 2010-01-14 11:55:18.000000000 +0100
-+++ libhdf4-4.2r4/HDF4/mfhdf/ncgen/Makefile.in 2010-01-14 11:56:26.000000000 +0100
+--- libhdf4-4.2r4.orig/HDF4/mfhdf/ncgen/Makefile.in 2010-01-14 13:03:40.000000000 +0100
++++ libhdf4-4.2r4/HDF4/mfhdf/ncgen/Makefile.in 2010-01-14 13:04:39.000000000 +0100
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
@@ -43084,8 +43087,8 @@
.NOEXPORT:
Index: libhdf4-4.2r4/HDF4/mfhdf/nctest/Makefile.in
===================================================================
---- libhdf4-4.2r4.orig/HDF4/mfhdf/nctest/Makefile.in 2010-01-14 11:55:18.000000000 +0100
-+++ libhdf4-4.2r4/HDF4/mfhdf/nctest/Makefile.in 2010-01-14 11:56:26.000000000 +0100
+--- libhdf4-4.2r4.orig/HDF4/mfhdf/nctest/Makefile.in 2010-01-14 13:03:40.000000000 +0100
++++ libhdf4-4.2r4/HDF4/mfhdf/nctest/Makefile.in 2010-01-14 13:04:39.000000000 +0100
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
@@ -43468,8 +43471,8 @@
.NOEXPORT:
Index: libhdf4-4.2r4/HDF4/mfhdf/port/Makefile.in
===================================================================
---- libhdf4-4.2r4.orig/HDF4/mfhdf/port/Makefile.in 2010-01-14 11:55:18.000000000 +0100
-+++ libhdf4-4.2r4/HDF4/mfhdf/port/Makefile.in 2010-01-14 11:56:26.000000000 +0100
+--- libhdf4-4.2r4.orig/HDF4/mfhdf/port/Makefile.in 2010-01-14 13:03:40.000000000 +0100
++++ libhdf4-4.2r4/HDF4/mfhdf/port/Makefile.in 2010-01-14 13:04:39.000000000 +0100
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
@@ -43716,8 +43719,8 @@
.NOEXPORT:
Index: libhdf4-4.2r4/HDF4/mfhdf/xdr/Makefile.in
===================================================================
---- libhdf4-4.2r4.orig/HDF4/mfhdf/xdr/Makefile.in 2010-01-14 11:55:18.000000000 +0100
-+++ libhdf4-4.2r4/HDF4/mfhdf/xdr/Makefile.in 2010-01-14 11:56:26.000000000 +0100
+--- libhdf4-4.2r4.orig/HDF4/mfhdf/xdr/Makefile.in 2010-01-14 13:03:40.000000000 +0100
++++ libhdf4-4.2r4/HDF4/mfhdf/xdr/Makefile.in 2010-01-14 13:04:39.000000000 +0100
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
More information about the Pkg-grass-devel
mailing list