Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2001-06-19 10:00:06 +0400
committerMiguel de Icaza <miguel@gnome.org>2001-06-19 10:00:06 +0400
commit3ba10d548899cdf77926f74047afc7a9955a60f8 (patch)
tree0e893f7811616c79f4f99e5a3e0d183eec80377f /autogen.sh
parent0fae05ddc83ee034344d50a6d4d618cfb10ee491 (diff)
Add Autogen.sh
svn path=/trunk/mono/; revision=12
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 00000000000..0d9b2e31ff6
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,6 @@
+libtoolize --automake
+automake -a
+autoheader
+aclocal
+autoconf
+./configure $* \ No newline at end of file