Using bash is problematic on non-linux plattforms, Matthias use NetBSD.
authorMatthias Friedrich <matt@mafr.de>
Sun, 13 Apr 2003 13:38:35 +0000 (13:38 +0000)
committerChristian Schaller <uraeus@gnome.org>
Sun, 13 Apr 2003 13:38:35 +0000 (13:38 +0000)
commitd5ec52c3ddde3c7c6fe3a4daf732316aef5fc6be
tree150835cb9424da1102d2f0c9be8f8dfc7cac114a
parentf4f0a51890df19755bf336b08d89ec1097ef7115
Using bash is problematic on non-linux plattforms, Matthias use NetBSD.

Original commit message from CVS:
moving GStreamer from Bash to sh. Patch from Matthias Friedrich <matt@mafr.de>
Using bash is problematic on non-linux plattforms, Matthias use NetBSD.

Matthias message:
I appended the promised fix to autogen.sh and friends. That way, only
plain /bin/sh is needed as it is present on all Unices.

The problems were non-portable pushd/popd functions and the usage of a
'==' comparison which is non-standard in test(1). The standard is '=',
although C programmers never believe it.
autogen.sh