5
5
 
#                                                                          
6
6
 
# This file is part of HDF5. The full HDF5 copyright notice, including     
7
7
 
# terms governing use, modification, and redistribution, is contained in   
8
8
 
# the COPYING file, which can be found at the root of the source code
9
9
 
# distribution tree, or in https://support.hdfgroup.org/ftp/HDF5/releases.
10
10
 
# If you do not have access to either file, you may request a copy from
11
11
 
# help@hdfgroup.org.
12
12
 
#
13
13
 
14
14
 
# A script to reconfigure autotools for HDF5, and to recreate other
15
 
-
# generated files specifc to HDF5.
 
15
+
# generated files specific to HDF5.
16
16
 
#
17
17
 
# IMPORTANT OS X NOTE
18
18
 
#
19
19
 
# If you are using OS X, you will probably not have the autotools
20
20
 
# installed, even if you have the Xcode command-line tools.
21
21
 
#
22
22
 
# The easiest way to fix this is to install everything via Homebrew:
23
23
 
#
24
24
 
#   http://brew.sh/
25
25
 
#