mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-24 17:51:25 +08:00
[svn-r4850]
Purpose: Fix Description: Needed to use a different autoconf like I did at a previous time for generating the configure file.
This commit is contained in:
parent
a73450e29d
commit
32f52d953c
8
c++/configure
vendored
8
c++/configure
vendored
@ -1905,7 +1905,7 @@ else
|
||||
#line 1906 "configure"
|
||||
#include "confdefs.h"
|
||||
#ifdef __cplusplus
|
||||
extern "C" void exit(int) throw();
|
||||
extern "C" void exit(int);
|
||||
#endif
|
||||
|
||||
#include <iostream>
|
||||
@ -1940,7 +1940,7 @@ else
|
||||
#line 1941 "configure"
|
||||
#include "confdefs.h"
|
||||
#ifdef __cplusplus
|
||||
extern "C" void exit(int) throw();
|
||||
extern "C" void exit(int);
|
||||
#endif
|
||||
|
||||
#ifdef OLD_HEADER_FILENAME
|
||||
@ -1989,7 +1989,7 @@ else
|
||||
#line 1990 "configure"
|
||||
#include "confdefs.h"
|
||||
#ifdef __cplusplus
|
||||
extern "C" void exit(int) throw();
|
||||
extern "C" void exit(int);
|
||||
#endif
|
||||
|
||||
int main(void) {
|
||||
@ -2025,7 +2025,7 @@ else
|
||||
#line 2026 "configure"
|
||||
#include "confdefs.h"
|
||||
#ifdef __cplusplus
|
||||
extern "C" void exit(int) throw();
|
||||
extern "C" void exit(int);
|
||||
#endif
|
||||
|
||||
int main(void) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user