|
Revision 5ac1a079f6bd085a8f03f6365392ff4f5c07a6e4, 138 bytes
(checked in by Philipp Kern <pkern@…>, 3 years ago)
|
|
let autogen fail if some command called is unavailable or fails
2009-05-12 Philipp Kern <phil@…>
- autogen.sh: let autogen fail if some command is not available
or returns with a failure
Signed-off-by: Philipp Kern <pkern@simplex.(none)>
|
-
Property mode set to
100755
|
| Line | |
|---|
| 1 | #!/bin/sh -e |
|---|
| 2 | |
|---|
| 3 | glib-gettextize --copy --force |
|---|
| 4 | intltoolize --copy --force --automake |
|---|
| 5 | gnome-doc-prepare |
|---|
| 6 | |
|---|
| 7 | autoreconf -f -i && automake -a -f |
|---|