diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-05-03 09:12:53 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-05-03 09:12:53 +0000 |
commit | 14521b418e084f4628db07a0c03f8513a073bdd2 (patch) | |
tree | 8e1fdc0be842c41e6840104e6a13f6f82c8e6968 /buildconf | |
parent | 73982c65d24720252ee54c24f385949f4dc9b9db (diff) | |
download | curl-14521b418e084f4628db07a0c03f8513a073bdd2.tar.gz |
useful script to run after updating from CVS
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/buildconf b/buildconf new file mode 100755 index 000000000..ac62e0abc --- /dev/null +++ b/buildconf @@ -0,0 +1,6 @@ +#!/bin/sh + +automake +aclocal +autoheader +autoconf |