summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2007-08-07 22:00:39 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2007-08-07 22:00:39 (GMT)
commit13f25d0f7e4e2c839999f6ba8372fa4591e36963 (patch)
treed6f56ec84c24ee613a328d0bde6ce573a35fbd01 /fortran
parent6c381ea707cdda9091f8126275be38b76b037a04 (diff)
downloadhdf5-13f25d0f7e4e2c839999f6ba8372fa4591e36963.zip
hdf5-13f25d0f7e4e2c839999f6ba8372fa4591e36963.tar.gz
hdf5-13f25d0f7e4e2c839999f6ba8372fa4591e36963.tar.bz2
[svn-r14053] Maintenance for 1.6.6: missed some files in the previous check-in.
Tested with bin/chkmanifest
Diffstat (limited to 'fortran')
-rw-r--r--fortran/config/dec-osf4.x34
1 files changed, 0 insertions, 34 deletions
diff --git a/fortran/config/dec-osf4.x b/fortran/config/dec-osf4.x
deleted file mode 100644
index bcef3f6..0000000
--- a/fortran/config/dec-osf4.x
+++ /dev/null
@@ -1,34 +0,0 @@
-# -*- shell-script -*-
-#
-# Copyright by The HDF Group.
-# Copyright by the Board of Trustees of the University of Illinois.
-# All rights reserved.
-#
-# This file is part of HDF5. The full HDF5 copyright notice, including
-# terms governing use, modification, and redistribution, is contained in
-# the files COPYING and Copyright.html. COPYING can be found at the root
-# of the source code distribution tree; Copyright.html can be found at the
-# root level of an installed copy of the electronic HDF5 document set and
-# is linked from the top-level documents page. It can also be found at
-# http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have
-# access to either file, you may request a copy from help@hdfgroup.org.
-
-
-# This file is part of the HDF5 build script. It is processed shortly
-# after configure starts and defines, among other things, flags for
-# the various compile modes.
-#
-# See BlankForm in this directory for detailed information.
-
-# The default compiler is `cc'
-if test "X-" = "X-$CC"; then
- CC=cc
- CC_BASENAME=cc
-fi
-
-# Try GNU compiler flags.
-. $srcdir/config/gnu-flags
-
-# Try native DEC compiler
-ARCH=${ARCH:='-arch host -tune host'}
-. $srcdir/config/dec-flags