45 lines
1.5 KiB
Diff
45 lines
1.5 KiB
Diff
|
---
|
||
|
src/H5detect.c | 12 ------------
|
||
|
src/libhdf5.settings.in | 3 ---
|
||
|
2 files changed, 15 deletions(-)
|
||
|
|
||
|
Index: hdf5-1.8.15/src/H5detect.c
|
||
|
===================================================================
|
||
|
--- hdf5-1.8.15.orig/src/H5detect.c
|
||
|
+++ hdf5-1.8.15/src/H5detect.c
|
||
|
@@ -1308,18 +1308,6 @@ bit.\n";
|
||
|
printf("/* Generated automatically by H5detect -- do not edit */\n\n\n");
|
||
|
HDputs(FileHeader); /*the copyright notice--see top of this file */
|
||
|
|
||
|
- printf(" *\n * Created:\t\t%s %2d, %4d\n",
|
||
|
- month_name[tm->tm_mon], tm->tm_mday, 1900 + tm->tm_year);
|
||
|
- if (pwd || real_name[0] || host_name[0]) {
|
||
|
- printf(" *\t\t\t");
|
||
|
- if (real_name[0]) printf("%s <", real_name);
|
||
|
-#ifdef H5_HAVE_GETPWUID
|
||
|
- if (pwd) HDfputs(pwd->pw_name, stdout);
|
||
|
-#endif
|
||
|
- if (host_name[0]) printf("@%s", host_name);
|
||
|
- if (real_name[0]) printf(">");
|
||
|
- HDputchar('\n');
|
||
|
- }
|
||
|
printf(" *\n * Purpose:\t\t");
|
||
|
for (s = purpose; *s; s++) {
|
||
|
HDputchar(*s);
|
||
|
Index: hdf5-1.8.15/src/libhdf5.settings.in
|
||
|
===================================================================
|
||
|
--- hdf5-1.8.15.orig/src/libhdf5.settings.in
|
||
|
+++ hdf5-1.8.15/src/libhdf5.settings.in
|
||
|
@@ -4,11 +4,8 @@
|
||
|
General Information:
|
||
|
-------------------
|
||
|
HDF5 Version: @H5_VERSION@
|
||
|
- Configured on: @CONFIG_DATE@
|
||
|
- Configured by: @CONFIG_USER@
|
||
|
Configure mode: @CONFIG_MODE@
|
||
|
Host system: @host_cpu@-@host_vendor@-@host_os@
|
||
|
- Uname information: @UNAME_INFO@
|
||
|
Byte sex: @BYTESEX@
|
||
|
Libraries: @STATIC_SHARED@
|
||
|
Installation point: @prefix@
|