mirror of
https://github.com/curl/curl.git
synced 2026-06-25 18:35:39 +03:00
adjusted to work with the updated configure.ac
This commit is contained in:
parent
836fa69e2e
commit
ec0665a931
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue