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: curl-7_18_2~102 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ec0665a931e8209ef4b832397a5704e7266dd2ae;p=thirdparty%2Fcurl.git adjusted to work with the updated configure.ac --- diff --git a/ares/maketgz b/ares/maketgz index 6abe3f1c3b..ab17a26acf 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";