projects
/
collection4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e177ca
)
Added simple autogen.sh.
author
Sebastian Harl
<sh@tokkee.org>
Sat, 18 Sep 2010 14:00:27 +0000
(16:00 +0200)
committer
Sebastian Harl
<sh@tokkee.org>
Sat, 18 Sep 2010 14:00:27 +0000
(16:00 +0200)
autogen.sh
[new file with mode: 0755]
patch
|
blob
diff --git a/autogen.sh
b/autogen.sh
new file mode 100755
(executable)
index 0000000..
acccbb2
--- /dev/null
+++ b/
autogen.sh
@@ -0,0
+1,9
@@
+#! /bin/sh
+
+set -ex
+
+aclocal
+autoconf --force --warnings=all
+autoheader --force --warnings=all
+automake --add-missing --copy --foreign --warnings=all
+