diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1997-09-19 19:27:22 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1997-09-19 19:27:22 (GMT) |
commit | ee6ec48f0a953625eaf02466336850ce669b7022 (patch) | |
tree | 798d79834e90b26aba827e066f38aa109d2dbca3 /config | |
parent | 0a2c6270ee9cec6f377e4056baca3030d03d64b9 (diff) | |
download | hdf5-ee6ec48f0a953625eaf02466336850ce669b7022.zip hdf5-ee6ec48f0a953625eaf02466336850ce669b7022.tar.gz hdf5-ee6ec48f0a953625eaf02466336850ce669b7022.tar.bz2 |
[svn-r104] Add site configuration file for HPUX 10.20 to help it compile
Diffstat (limited to 'config')
-rw-r--r-- | config/hpux10.20 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/hpux10.20 b/config/hpux10.20 new file mode 100644 index 0000000..46bf4ee --- /dev/null +++ b/config/hpux10.20 @@ -0,0 +1,6 @@ +# Site configuration -- do not distribute this file. + +if test "x$CFLAGS" = "x"; then + CFLAGS="-Ae" +fi + |