diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2016-07-20 14:49:43 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2016-07-20 14:49:43 (GMT) |
commit | f79cabde387593ebfa262bdda4fe64b75bd48d93 (patch) | |
tree | cb41e8268f3e81363a5eca47ffbed6b68915948a /config/cygwin | |
parent | 760685eba6fd7ec2feb538bad41f88434b2e2f99 (diff) | |
download | hdf5-f79cabde387593ebfa262bdda4fe64b75bd48d93.zip hdf5-f79cabde387593ebfa262bdda4fe64b75bd48d93.tar.gz hdf5-f79cabde387593ebfa262bdda4fe64b75bd48d93.tar.bz2 |
[svn-r30206] HDFFV-9946: Change cygwin config to a single file
Diffstat (limited to 'config/cygwin')
-rw-r--r-- | config/cygwin | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/config/cygwin b/config/cygwin new file mode 100644 index 0000000..7423403 --- /dev/null +++ b/config/cygwin @@ -0,0 +1,24 @@ +# -*- 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 details. + +# Use the linux-gnulibc1 file. +. $srcdir/config/linux-gnulibc1 |