summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2018-08-08 15:16:14 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2018-08-08 15:16:14 -0400
commit0183098f9cb37a5389b8ff19dee98a4293752ce6 (patch)
tree22b8fb52d009192427d48f8c8de1e5831b30521d /autogen.sh
downloadrandom-seed-0183098f9cb37a5389b8ff19dee98a4293752ce6.tar.xz
random-seed-0183098f9cb37a5389b8ff19dee98a4293752ce6.zip
Initial commit
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 0000000..81f2919
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+set -e
+
+autoheader &
+aclocal
+autoconf
+wait