diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-07-25 09:34:47 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-07-25 09:34:47 +0200 |
commit | ced7e763a5dbecf8ac3047badb320c84c1aadca2 (patch) | |
tree | 73c6e6c8586a7c4fb2482c7b045ea0d61379bbee /autogen.sh | |
parent | c2b991e03eeccb2c87efb12455bb674caa083f15 (diff) |
Imported Upstream version 3.17.4upstream/3.17.4
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,12 +21,12 @@ set -x aclocal --install || exit 1 intltoolize --force --copy --automake || exit 1 autoreconf --verbose --force --install -Wno-portability || exit 1 -set +x +{ set +x; } 2>/dev/null if [ "$NOCONFIGURE" = "" ]; then set -x $srcdir/configure "$@" || exit 1 - set +x + { set +x; } 2>/dev/null if [ "$1" = "--help" ]; then exit 0 else echo "Now type \`make\' to compile $PKG_NAME" || exit 1 |