Codebase list daisy-player / 3281d09
patches/automake: Fix double AM_INIT_AUTOMAKE call Samuel Thibault 2 years ago
3 changed file(s) with 17 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
22 * tests/control: Drop very superficial (and currently failing) test.
33 * patches/format: Fix spurious format parsing (Closes: Bug#997149).
44 * patches/copyright: Drop spurious ./ prefix.
5 * patches/automake: Fix double AM_INIT_AUTOMAKE call.
56
67 -- Samuel Thibault <sthibault@debian.org> Thu, 05 Aug 2021 17:27:43 +0200
78
0 ---
1 configure.ac | 2 --
2 1 file changed, 2 deletions(-)
3
4 --- a/configure.ac
5 +++ b/configure.ac
6 @@ -86,8 +86,6 @@ AC_CONFIG_FILES([Makefile
7 src/madplay/Makefile
8 src/pactl/Makefile])
9
10 -AM_INIT_AUTOMAKE
11 -
12 dnl System type.
13
14 AC_CANONICAL_HOST
22 desktop-nodisplay
33 crash
44 format
5 automake