diff options
author | Russell King <rmk@arm.linux.org.uk> | 2012-10-20 18:20:44 +0100 |
---|---|---|
committer | Russell King <rmk@arm.linux.org.uk> | 2012-10-23 11:16:11 +0100 |
commit | 5b3b1632a63515d6a966fc9344bf628e103dff47 (patch) | |
tree | 19c0e6f9ba9ffa917ed7f6d1f46e1b8b2546e228 /autogen.sh | |
parent | b069a87d9bd8d2e4ebf52270c5d0519032fcc2fc (diff) |
Convert to autotools
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 0000000..601ef8b --- /dev/null +++ b/autogen.sh @@ -0,0 +1,5 @@ +#!/bin/sh +aclocal +libtoolize +automake --add-missing +autoconf |