summaryrefslogtreecommitdiffstats
path: root/src/H5private.h
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2012-09-04 14:42:44 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2012-09-04 14:42:44 (GMT)
commit73b190b902432a477308c9e118fde69e87da613b (patch)
tree39365486897d48b8703d6bf7fb6eb07cd1d480e2 /src/H5private.h
parent18d574106c5eaeb7addd6fa6b28d5197cedce992 (diff)
parent3ab17f5e0409b717d9739577f8cc59ce460401bc (diff)
downloadhdf5-73b190b902432a477308c9e118fde69e87da613b.zip
hdf5-73b190b902432a477308c9e118fde69e87da613b.tar.gz
hdf5-73b190b902432a477308c9e118fde69e87da613b.tar.bz2
[svn-r22734] merge from trunk up to 22733
Diffstat (limited to 'src/H5private.h')
-rw-r--r--src/H5private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5private.h b/src/H5private.h
index 5fc721a..6eb3496 100644
--- a/src/H5private.h
+++ b/src/H5private.h
@@ -94,13 +94,13 @@
/*
* If a program may include both `time.h' and `sys/time.h' then
- * TIME_WITH_SYS_TIME is defined (see AC_HEADER_TIME in configure.in).
+ * TIME_WITH_SYS_TIME is defined (see AC_HEADER_TIME in configure.ac).
* On some older systems, `sys/time.h' includes `time.h' but `time.h' is not
* protected against multiple inclusion, so programs should not explicitly
* include both files. This macro is useful in programs that use, for example,
* `struct timeval' or `struct timezone' as well as `struct tm'. It is best
* used in conjunction with `HAVE_SYS_TIME_H', whose existence is checked
- * by `AC_CHECK_HEADERS(sys/time.h)' in configure.in.
+ * by `AC_CHECK_HEADERS(sys/time.h)' in configure.ac.
*/
#if defined(H5_TIME_WITH_SYS_TIME)
# include <sys/time.h>