1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

fix the output name

This commit is contained in:
Yang Tse 2008-08-21 00:13:48 +00:00
parent f209a4804b
commit 0f5f91df0b

View File

@ -50,7 +50,7 @@ print "running configure\n";
# now make the actual tarball
print "running make dist\n";
`make dist`;
`make dist VERSION=$version`;
print "removing temporary configure.ac file\n";
`rm configure.ac.dist`;