From 5fea487a8807bc75b4ee01da7fe0486ad5249367 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Mon, 28 Jul 2003 16:46:41 -0500 Subject: [svn-r7270] Purpose: Update Description: Removed the re-autoconf of the fortran and c++ configures since they don't exist anymore. Misc. update: --- bin/h5vers | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/bin/h5vers b/bin/h5vers index d11ccc2..201b243 100755 --- a/bin/h5vers +++ b/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) { -- cgit v0.12