diff options
author | James Laird <jlaird@hdfgroup.org> | 2005-01-31 20:51:22 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2005-01-31 20:51:22 (GMT) |
commit | 7b6f1701bca63dd08c7d86c11a3abf6ece4ea11f (patch) | |
tree | 0de0ef9389e902ac25befba156cbb08f7d0b0978 /src/H5config.h.in | |
parent | 907b69fa636715660c0a4e1b7130d0d2bf8c9b53 (diff) | |
download | hdf5-7b6f1701bca63dd08c7d86c11a3abf6ece4ea11f.zip hdf5-7b6f1701bca63dd08c7d86c11a3abf6ece4ea11f.tar.gz hdf5-7b6f1701bca63dd08c7d86c11a3abf6ece4ea11f.tar.bz2 |
[svn-r9896] Purpose:
Update
Description:
Updated version of autoconf from 2.53 to 2.59
Solution:
Simply ran autoconf 2.59 to generate a new configure from configure.in.
Also modified configure.in to remove superfluous characters (can write
`variable' instead of \`variable').
Added bin/reconfigure.sh script.
TO RECONFIGURE WITH THE CORRECT VERSION OF AUTOCONF:
rsh to heping
/bin/sh bin/reconfigure.sh
Platforms tested:
Many.
Diffstat (limited to 'src/H5config.h.in')
-rw-r--r-- | src/H5config.h.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in index dff3207..53a9453 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -519,9 +519,11 @@ /* Define to empty if `const' does not conform to ANSI C. */ #undef const -/* Define as `__inline' if that's what the C compiler calls it, or to nothing - if it is not supported. */ +/* Define to `__inline__' or `__inline' if that's what the C compiler + calls it, or to nothing if 'inline' is not supported under any name. */ +#ifndef __cplusplus #undef inline +#endif /* Define to `long' if <sys/types.h> does not define. */ #undef off_t |