diff options
author | Reinhard Tartler <siretart@tauware.de> | 2007-04-05 15:25:19 +0200 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2007-04-05 15:25:19 +0200 |
commit | d0c7529cb9833ede3595051df5599a11fe03be48 (patch) | |
tree | 4e63b581f10aa58e714cbf5f08f8c4ade0c09fff /bootstrap | |
parent | 3811bca55e79006fb5c3dc8f25d8ef29ccdda758 (diff) | |
download | lcd4linux-d0c7529cb9833ede3595051df5599a11fe03be48.tar.gz |
import new upstream
Diffstat (limited to '')
-rwxr-xr-x | bootstrap | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/bootstrap b/bootstrap deleted file mode 100755 index 58020f9..0000000 --- a/bootstrap +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh - -# exit on errors -set -e - -# set nicer prompt for tracing -PS4="$0:\$LINENO> " -set -x - -aclocal -# libtoolize --copy --force -autoheader -automake --add-missing --copy --foreign -autoconf - |