diff options
author | Vito Caputo <vcaputo@gnugeneration.com> | 2017-02-02 20:21:44 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@gnugeneration.com> | 2017-02-02 20:21:44 -0800 |
commit | 245d31f35e88809719307c7da65deed6f86f6a49 (patch) | |
tree | db48a85777403f1f8cd939cd3259fe05c9cf802d | |
parent | b9d80971b05bfdd27e25f2390a3f052b80499815 (diff) |
build: add autotools bootstrap script
-rwxr-xr-x | bootstrap | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap new file mode 100755 index 0000000..99f6f06 --- /dev/null +++ b/bootstrap @@ -0,0 +1,5 @@ +#!/bin/sh + +aclocal \ +&& automake --gnu --add-missing \ +&& autoconf |