From: Daniel Stenberg Date: Thu, 3 May 2001 09:12:53 +0000 (+0000) Subject: useful script to run after updating from CVS X-Git-Tag: curl-7_7_3~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=14521b418e084f4628db07a0c03f8513a073bdd2;p=thirdparty%2Fcurl.git useful script to run after updating from CVS --- diff --git a/buildconf b/buildconf new file mode 100755 index 0000000000..ac62e0abc0 --- /dev/null +++ b/buildconf @@ -0,0 +1,6 @@ +#!/bin/sh + +automake +aclocal +autoheader +autoconf