From 7091937b670aba9af7ac4dd8c87bbb89a4edc10e Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Sun, 8 May 2011 15:14:13 +0700 Subject: [PATCH] Add bootstrap.sh as symlink to autogen.sh Some projects use name autogen, and some use bootstrap. Meh. --- bootstrap.sh | 1 + 1 file changed, 1 insertion(+) create mode 120000 bootstrap.sh diff --git a/bootstrap.sh b/bootstrap.sh new file mode 120000 index 00000000..5347ab2e --- /dev/null +++ b/bootstrap.sh @@ -0,0 +1 @@ +autogen.sh \ No newline at end of file