]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
added autogen.sh
authorAndrew Tridgell <tridge@samba.org>
Wed, 18 May 2005 04:30:29 +0000 (06:30 +0200)
committerAndrew Tridgell <tridge@samba.org>
Wed, 18 May 2005 04:30:29 +0000 (06:30 +0200)
autogen.sh [new file with mode: 0755]

diff --git a/autogen.sh b/autogen.sh
new file mode 100755 (executable)
index 0000000..255fb5e
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+autoheader && autoconf
+
+echo "Now run ./configure and make"