hide benign message from gettextize
This commit is contained in:
parent
7495690cd6
commit
3cc408fd1e
@ -57,7 +57,9 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
test -r aclocal.m4 || touch aclocal.m4
|
test -r aclocal.m4 || touch aclocal.m4
|
||||||
glib-gettextize --force --copy
|
# gettextize produces quite a bit of benign and misleading text output, hide
|
||||||
|
# it ... hopefully any errors will go to stderr and not be hidden
|
||||||
|
glib-gettextize --force --copy > /dev/null
|
||||||
test -r aclocal.m4 && chmod u+w aclocal.m4
|
test -r aclocal.m4 && chmod u+w aclocal.m4
|
||||||
# intltoolize --copy --force --automake
|
# intltoolize --copy --force --automake
|
||||||
aclocal
|
aclocal
|
||||||
@ -68,5 +70,5 @@ automake --add-missing --copy
|
|||||||
|
|
||||||
swig -version > /dev/null
|
swig -version > /dev/null
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
echo you need swig to build from SVN
|
echo you need swig to build from source control
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user