mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-19 16:50:46 +08:00
[svn-r13371] Description:
Tweak e-mail address inserted into files from "hdfhelp@ncsa.uiuc.edu" to "help@hdfgroup.org"
This commit is contained in:
parent
92f8f5344d
commit
bbc62be800
@ -314,7 +314,7 @@ sub gen_configure {
|
||||
|
||||
for (my $i = 0; $i < $#contents; ++$i) {
|
||||
if ($contents[$i] =~ /^AC_INIT/) {
|
||||
$contents[$i] = sprintf("AC_INIT([$name], [%d.%d.%d%s], [hdfhelp\@ncsa.uiuc.edu])\n",
|
||||
$contents[$i] = sprintf("AC_INIT([$name], [%d.%d.%d%s], [help\@hdfgroup.org])\n",
|
||||
@newver[0,1,2],
|
||||
$newver[3] eq "" ? "" : "-".$newver[3]);
|
||||
last;
|
||||
|
Loading…
x
Reference in New Issue
Block a user