aboutsummaryrefslogtreecommitdiff
path: root/ares/maketgz
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-05-07 21:27:35 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-05-07 21:27:35 +0000
commitec0665a931e8209ef4b832397a5704e7266dd2ae (patch)
tree1e80c1f371759bec7fbbf4c866692ee9319a63bb /ares/maketgz
parent836fa69e2e9bafca263bc6a51527960ddf3dad92 (diff)
adjusted to work with the updated configure.ac
Diffstat (limited to 'ares/maketgz')
-rwxr-xr-xares/maketgz2
1 files changed, 1 insertions, 1 deletions
diff --git a/ares/maketgz b/ares/maketgz
index 6abe3f1c3..ab17a26ac 100755
--- a/ares/maketgz
+++ b/ares/maketgz
@@ -38,7 +38,7 @@ if(!-f "configure") {
`./buildconf`;
}
print "adding $version in the configure.ac file\n";
-`sed -e 's/AM_INIT_AUTOMAKE(c-ares, CVS)/AM_INIT_AUTOMAKE(c-ares, $version)/' < configure.ac > configure.ac-rel`;
+`sed -e 's/AC_INIT.*/AC_INIT([c-ares], [$version])/' < configure.ac > configure.ac-rel`;
# now make a new configure script with this
print "makes a new configure script\n";