projects
/
liboping.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d493d2
)
add autogen script for clueless people like me
author
Antoine Beaupré
<anarcat@koumbit.org>
Tue, 3 Dec 2013 01:51:05 +0000
(20:51 -0500)
committer
Antoine Beaupré
<anarcat@koumbit.org>
Tue, 3 Dec 2013 01:51:05 +0000
(20:51 -0500)
autogen.sh
[new file with mode: 0755]
patch
|
blob
diff --git a/autogen.sh
b/autogen.sh
new file mode 100755
(executable)
index 0000000..
f273d64
--- /dev/null
+++ b/
autogen.sh
@@ -0,0
+1,8
@@
+#!/bin/sh
+
+libtoolize
+aclocal -I m4
+autoheader
+automake --add-missing
+autoconf
+echo "autoconfiguration done, to build: ./configure ; make"