summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2008-06-10 15:27:57 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2008-06-10 15:27:57 (GMT)
commit9c6cbe9b10f0ce4bf8b74bcd3086a6d50528faf8 (patch)
tree04418b2d31f42ed960ca4ed25877397ebe074165
parent5bd3d3a50195d6a751e5e410fb012daf9d31b9f5 (diff)
downloadhdf5-9c6cbe9b10f0ce4bf8b74bcd3086a6d50528faf8.zip
hdf5-9c6cbe9b10f0ce4bf8b74bcd3086a6d50528faf8.tar.gz
hdf5-9c6cbe9b10f0ce4bf8b74bcd3086a6d50528faf8.tar.bz2
[svn-r15187] Purpose: Disabling h52jpeg directory from being built while issues surrounding
its location and its dependencies are worked out. Tested: kagiso
-rwxr-xr-xconfigure2
-rw-r--r--tools/Makefile.am2
-rw-r--r--tools/Makefile.in2
3 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 5c474d2..54af306 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Id: configure.in 15172 2008-06-08 11:23:55Z hdftest .
+# From configure.in Id: configure.in 15184 2008-06-09 20:20:43Z pvn .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for HDF5 1.9.7.
#
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 677dbe6..d52942b 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -22,6 +22,6 @@
include $(top_srcdir)/config/commence.am
# All subdirectories
-SUBDIRS=lib h5dump h5diff h5ls misc h5import h5repack h5jam h5copy h5stat h52jpeg
+SUBDIRS=lib h5dump h5diff h5ls misc h5import h5repack h5jam h5copy h5stat
include $(top_srcdir)/config/conclude.am
diff --git a/tools/Makefile.in b/tools/Makefile.in
index 438a4f0..1e707f2 100644
--- a/tools/Makefile.in
+++ b/tools/Makefile.in
@@ -324,7 +324,7 @@ TRACE = perl $(top_srcdir)/bin/trace
CHECK_CLEANFILES = *.chkexe *.chklog *.clog
# All subdirectories
-SUBDIRS = lib h5dump h5diff h5ls misc h5import h5repack h5jam h5copy h5stat h52jpeg
+SUBDIRS = lib h5dump h5diff h5ls misc h5import h5repack h5jam h5copy h5stat
# Automake needs to be taught how to build lib, progs, and tests targets.
# These will be filled in automatically for the most part (e.g.,