After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 725663 - configure: non POSIX test usage
configure: non POSIX test usage
Status: RESOLVED FIXED
Product: gtk-doc
Classification: Platform
Component: general
unspecified
Other FreeBSD
: Normal normal
: 1.21
Assigned To: gtk-doc maintainers
gtk-doc maintainers
Depends on:
Blocks:
 
 
Reported: 2014-03-04 15:41 UTC by Naohiro Aota
Modified: 2014-03-06 12:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Tiny patch to fix non POSIX test usage (1016 bytes, patch)
2014-03-04 15:41 UTC, Naohiro Aota
committed Details | Review
configure: Fix tiny non POSIX complaint test usage (1.05 KB, patch)
2014-03-06 12:22 UTC, Stefan Sauer (gstreamer, gtkdoc dev)
committed Details | Review

Description Naohiro Aota 2014-03-04 15:41:12 UTC
Created attachment 270914 [details] [review]
Tiny patch to fix non POSIX test usage

The configure.ac has the following line which is not POSIX complaint test usage.

> if test "$?" == "1"; then

The attached patch will solve them.
Comment 1 Stefan Sauer (gstreamer, gtkdoc dev) 2014-03-06 12:17:55 UTC
Thanks for the patch.
Comment 2 Stefan Sauer (gstreamer, gtkdoc dev) 2014-03-06 12:22:22 UTC
The following fix has been pushed:
10b7725 configure: Fix tiny non POSIX complaint test usage
Comment 3 Stefan Sauer (gstreamer, gtkdoc dev) 2014-03-06 12:22:29 UTC
Created attachment 271090 [details] [review]
configure: Fix tiny non POSIX complaint test usage