root/autogen.sh

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
3glib-gettextize --copy --force
4intltoolize --copy --force --automake
5gnome-doc-prepare
6
7autoreconf -f -i && automake -a -f
Note: See TracBrowser for help on using the browser.