summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorAllen Martin <amartin@nvidia.com>2013-04-08 16:25:54 -0700
committerAllen Martin <amartin@nvidia.com>2013-04-09 11:18:26 -0700
commit624cec685c0e5988513663174b3b5fe14fcfaadb (patch)
tree93091ae6aeffab85342fbfea615174a63ad6a264 /autogen.sh
parent480901aba3b4bf1ac339477d9a84f0d08f9a53cd (diff)
downloadnvidia-cbootimage-624cec685c0e5988513663174b3b5fe14fcfaadb.tar.gz
Add autotools supportv1.0
Remove previous hardcoded GNUmakefile and replace with autoconf/automake generated configure script and Makefile. Signed-off-by: Allen Martin <amartin@nvidia.com> Change-Id: I48d3f6f20423109dc662418b92900876a8f8d1da Reviewed-on: http://git-master/r/217547 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Stephen Warren <swarren@nvidia.com> Tested-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 0000000..e925023
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,5 @@
+#!/bin/sh -e
+
+autoreconf --install --symlink
+./configure $@
+