aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2003-10-06 04:33:06 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2003-10-06 04:33:06 +0000
commit54945a6e1b3f8556a87c37d74693548321ae09e1 (patch)
treec4badbb45ec3be0af855ca0ffed4bb638cd4463b /bootstrap
parent581343674f98f066f035824fed1c7927b6d817f2 (diff)
downloadlcd4linux-54945a6e1b3f8556a87c37d74693548321ae09e1.tar.gz
[lcd4linux @ 2003-10-06 04:33:06 by reinelt]
files 'libtool' and 'bootstrap' added git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@255 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap6
1 files changed, 6 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
new file mode 100755
index 0000000..cf53257
--- /dev/null
+++ b/bootstrap
@@ -0,0 +1,6 @@
+aclocal && \
+libtoolize --copy --force && \
+autoheader && \
+automake --add-missing --copy --foreign && \
+autoconf
+