projects
/
liboping.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
841cc13
)
simplify autogen.sh
author
Barak A. Pearlmutter
<barak+git@cs.nuim.ie>
Thu, 22 May 2014 22:20:32 +0000
(23:20 +0100)
committer
Barak A. Pearlmutter
<barak+git@cs.nuim.ie>
Thu, 22 May 2014 22:20:32 +0000
(23:20 +0100)
autogen.sh
patch
|
blob
|
history
diff --git
a/autogen.sh
b/autogen.sh
index
f273d64
..
6a5d62d
100755
(executable)
--- a/
autogen.sh
+++ b/
autogen.sh
@@
-1,8
+1,6
@@
#!/bin/sh
-libtoolize
-aclocal -I m4
-autoheader
-automake --add-missing
-autoconf
+set -e
+
+autoreconf --warnings=all --install
echo "autoconfiguration done, to build: ./configure ; make"