From: Daniel Stenberg Date: Wed, 7 May 2008 21:27:35 +0000 (+0000) Subject: adjusted to work with the updated configure.ac X-Git-Tag: cares-1_5_2~88 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ec0665a931e8209ef4b832397a5704e7266dd2ae;p=curl adjusted to work with the updated configure.ac --- 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";