aboutsummaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-05-03 09:12:53 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-05-03 09:12:53 +0000
commit14521b418e084f4628db07a0c03f8513a073bdd2 (patch)
tree8e1fdc0be842c41e6840104e6a13f6f82c8e6968 /buildconf
parent73982c65d24720252ee54c24f385949f4dc9b9db (diff)
useful script to run after updating from CVS
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf6
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