mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-19 16:50:46 +08:00
[svn-r7270] Purpose:
Update Description: Removed the re-autoconf of the fortran and c++ configures since they don't exist anymore. Misc. update:
This commit is contained in:
parent
0603e2db00
commit
5fea487a88
12
bin/h5vers
12
bin/h5vers
@ -172,14 +172,6 @@ die "unable to read file: $RELEASE\n" unless -r $file;
|
||||
my $CONFIGURE = $file;
|
||||
$CONFIGURE =~ s/[^\/]*$/..\/configure.in/;
|
||||
die "unable to read file: $CONFIGURE\n" unless -r $file;
|
||||
# fortran/configure.in
|
||||
my $FORTRAN_CONFIGURE = $file;
|
||||
$FORTRAN_CONFIGURE =~ s/[^\/]*$/..\/fortran\/configure.in/;
|
||||
die "unable to read file: $FORTRAN_CONFIGURE\n" unless -r $file;
|
||||
# c++/configure.in
|
||||
my $CXX_CONFIGURE = $file;
|
||||
$CXX_CONFIGURE =~ s/[^\/]*$/..\/c++\/configure.in/;
|
||||
die "unable to read file: $CXX_CONFIGURE\n" unless -r $file;
|
||||
|
||||
# Get the current version number.
|
||||
open FILE, $file or die "unable to open $file: $!\n";
|
||||
@ -227,8 +219,6 @@ if ($set) {
|
||||
$README = "";
|
||||
$RELEASE = "";
|
||||
$CONFIGURE = "";
|
||||
$FORTRAN_CONFIGURE = "";
|
||||
$CXX_CONFIGURE = "";
|
||||
@newver = @curver;
|
||||
}
|
||||
|
||||
@ -310,8 +300,6 @@ sub gen_configure {
|
||||
|
||||
# Update the configure.in files and regenerate them
|
||||
gen_configure("HDF5", $CONFIGURE) if $CONFIGURE;
|
||||
gen_configure("HDF5 Fortran", $FORTRAN_CONFIGURE) if $FORTRAN_CONFIGURE;
|
||||
gen_configure("HDF5 C++", $CXX_CONFIGURE) if $CXX_CONFIGURE;
|
||||
|
||||
# Print the new version number
|
||||
if ($verbose) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user