Skip to content

Commit

Permalink
Update configure.ac to point to our issue tracker if a unit test fails
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Gerecke <[email protected]>
  • Loading branch information
jigpu authored and whot committed Feb 4, 2022
1 parent 44710a5 commit c68a879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ AC_PREREQ([2.60])
# bump version in meson.build
AC_INIT([xf86-input-wacom],
[0.99.1],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
[https://github.com/linuxwacom/xf86-input-wacom/issues/],
[xf86-input-wacom])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([Makefile.am])
Expand Down

0 comments on commit c68a879

Please sign in to comment.