Commit ec0665a9 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

adjusted to work with the updated configure.ac

parent 836fa69e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";