From 7a68a3342bed9d33139e657005a17e0bde5b3bd4 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 7 May 2008 21:27:35 +0000 Subject: [PATCH] adjusted to work with the updated configure.ac --- maketgz | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maketgz b/maketgz index 6abe3f1..ab17a26 100755 --- a/maketgz +++ b/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"; -- 2.7.4