diff options
author | H. Joe Lee <hyoklee@hdfgroup.org> | 2023-06-15 02:01:48 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-15 02:01:48 (GMT) |
commit | 3c122474d07c80195bd8573cf5274d72165713a8 (patch) | |
tree | 0957df5dae57480d32b09ad7b3beda8e270c46cd /bin | |
parent | b571da18fcf1d90e77170c17666735d2edec5923 (diff) | |
download | hdf5-3c122474d07c80195bd8573cf5274d72165713a8.zip hdf5-3c122474d07c80195bd8573cf5274d72165713a8.tar.gz hdf5-3c122474d07c80195bd8573cf5274d72165713a8.tar.bz2 |
Make autogen.sh output message consistent (#3128)
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/make_vers | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/make_vers b/bin/make_vers index 1e21bf7..dc78e0a 100755 --- a/bin/make_vers +++ b/bin/make_vers @@ -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) { |