From 14521b418e084f4628db07a0c03f8513a073bdd2 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 3 May 2001 09:12:53 +0000 Subject: useful script to run after updating from CVS --- buildconf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 buildconf (limited to 'buildconf') 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 -- cgit v1.2.3