Make autogen.sh output message consistent (#3128)

This commit is contained in:
H. Joe Lee 2023-06-14 21:01:48 -05:00 committed by GitHub
parent b571da18fc
commit 3c122474d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -509,7 +509,7 @@ for $file (@ARGV) {
close SOURCE;
# Create header files
print "Generating '", $prefix, "H5version.h'\n";
print "Generating 'H5version.h'\n";
create_public($prefix);
#for $name (sort keys %functions) {