commit | 2f8769798c51978b97a51ce1bf5afafd59fbe978 | [log] [tgz] |
---|---|---|
author | Peter Åstrand <astrand@cendio.se> | Tue Nov 16 13:16:33 2004 +0000 |
committer | Peter Åstrand <astrand@cendio.se> | Tue Nov 16 13:16:33 2004 +0000 |
tree | fab52ed2fcacce4c3bfaabde7632b5334fc94b4e | |
parent | 89d5c716efe3dfeff0b658e2ee528b695196d4b5 [diff] [blame] |
Added bootstrap script, for generating configure script git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@8 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/bootstrap b/bootstrap new file mode 100755 index 0000000..7397914 --- /dev/null +++ b/bootstrap
@@ -0,0 +1,3 @@ +#!/bin/sh +rm -rf autom4te.cache +autoreconf -i