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 751760 - missing AC_PATH_X wanted by: jni/src/AtkWrapper.c:29
missing AC_PATH_X wanted by: jni/src/AtkWrapper.c:29
Status: RESOLVED FIXED
Product: java-atk-wrapper
Classification: Applications
Component: general
0.33.x
Other All
: Normal normal
: ---
Assigned To: Magdalen Berns (irc magpie)
java-atk-wrapper maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2015-07-01 01:08 UTC by Magdalen Berns (irc magpie)
Modified: 2015-07-01 17:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to fix warning (595 bytes, patch)
2015-07-01 01:17 UTC, Magdalen Berns (irc magpie)
committed Details | Review

Description Magdalen Berns (irc magpie) 2015-07-01 01:08:43 UTC
Running the following command yields a warning:

  autoscan --verbose.
  configure.ac: warning: missing AC_PATH_X wanted by: jni/src/AtkWrapper.c:29

http://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.69/html_node/System-Services.html
Comment 1 Magdalen Berns (irc magpie) 2015-07-01 01:17:40 UTC
Created attachment 306460 [details] [review]
Patch to fix warning