diff options
author | reinelt <> | 2003-10-06 04:33:06 +0000 |
---|---|---|
committer | reinelt <> | 2003-10-06 04:33:06 +0000 |
commit | 70d5d245c6c3cffeab8993cec86955f876ec5a3b (patch) | |
tree | c4badbb45ec3be0af855ca0ffed4bb638cd4463b /bootstrap | |
parent | 154afd5f6310abb0fce4cd13bdc24095be94c1d1 (diff) | |
download | lcd4linux-70d5d245c6c3cffeab8993cec86955f876ec5a3b.tar.gz |
[lcd4linux @ 2003-10-06 04:33:06 by reinelt]
files 'libtool' and 'bootstrap' added
Diffstat (limited to '')
-rwxr-xr-x | bootstrap | 6 |
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 + |