summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorH. Joe Lee <hyoklee@hdfgroup.org>2023-06-15 02:01:48 (GMT)
committerGitHub <noreply@github.com>2023-06-15 02:01:48 (GMT)
commit3c122474d07c80195bd8573cf5274d72165713a8 (patch)
tree0957df5dae57480d32b09ad7b3beda8e270c46cd /bin
parentb571da18fcf1d90e77170c17666735d2edec5923 (diff)
downloadhdf5-3c122474d07c80195bd8573cf5274d72165713a8.zip
hdf5-3c122474d07c80195bd8573cf5274d72165713a8.tar.gz
hdf5-3c122474d07c80195bd8573cf5274d72165713a8.tar.bz2
Make autogen.sh output message consistent (#3128)
Diffstat (limited to 'bin')
-rwxr-xr-xbin/make_vers2
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) {