aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2007-04-05 15:25:19 +0200
committerReinhard Tartler <siretart@tauware.de>2007-04-05 15:25:19 +0200
commitd0c7529cb9833ede3595051df5599a11fe03be48 (patch)
tree4e63b581f10aa58e714cbf5f08f8c4ade0c09fff /bootstrap
parent3811bca55e79006fb5c3dc8f25d8ef29ccdda758 (diff)
downloadlcd4linux-d0c7529cb9833ede3595051df5599a11fe03be48.tar.gz
import new upstream
Diffstat (limited to '')
-rwxr-xr-xbootstrap15
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
-