aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2009-11-04 23:53:09 +0100
committerJon Lund Steffensen <jonlst@gmail.com>2009-11-04 23:53:09 +0100
commit8cdffcee92181f505d9607e4bee779b8c80a84ba (patch)
treeaba77212a237dd2de8c4044283628d62a7df89a9 /bootstrap
parentAdd COPYING file (GPLv3). (diff)
downloadredshift-ng-8cdffcee92181f505d9607e4bee779b8c80a84ba.tar.gz
redshift-ng-8cdffcee92181f505d9607e4bee779b8c80a84ba.tar.bz2
redshift-ng-8cdffcee92181f505d9607e4bee779b8c80a84ba.tar.xz
Add autotools support.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap10
1 files changed, 10 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
new file mode 100755
index 0000000..0f61946
--- /dev/null
+++ b/bootstrap
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+# change to root directory
+cd $(dirname "$0")
+
+# run auto.* tools
+aclocal --force && \
+ autoheader --force && \
+ automake --gnu --add-missing --force-missing --copy && \
+ autoconf --force