blob: 6a2d8ccb2cf1299313a400fa814deca3bd0be516 (
plain)
1
2
3
4
5
6
7
|
# -*- shell-script -*-
# 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.
. config/linux
CPP=/usr/bin/cpp
|