0001-libcdaudio-enable-autoreconf.patch 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. From 9c2873b1d9292bcf43c862b6777d41c40521424c Mon Sep 17 00:00:00 2001
  2. From: Peter Seiderer <ps.report@gmx.net>
  3. Date: Sun, 13 Jan 2019 22:27:42 +0100
  4. Subject: [PATCH] libcdaudio: enable autoreconf
  5. Fixes the following two autoreconf errors (by simple removing of the
  6. two offending lines):
  7. configure.ac:20: error: automatic de-ANSI-fication support has been removed
  8. Makefile.am:2: error: automatic de-ANSI-fication support has been removed
  9. Signed-off-by: Peter Seiderer <ps.report@gmx.net>
  10. ---
  11. Makefile.am | 1 -
  12. configure.ac | 1 -
  13. 2 files changed, 2 deletions(-)
  14. diff --git a/Makefile.am b/Makefile.am
  15. index f639dd8..a32cfe6 100644
  16. --- a/Makefile.am
  17. +++ b/Makefile.am
  18. @@ -1,5 +1,4 @@
  19. ## Process this file with automake to produce Makefile.in
  20. -AUTOMAKE_OPTIONS = ansi2knr
  21. SUBDIRS = src
  22. bin_SCRIPTS = libcdaudio-config
  23. diff --git a/configure.ac b/configure.ac
  24. index bbdd42d..6699ceb 100644
  25. --- a/configure.ac
  26. +++ b/configure.ac
  27. @@ -17,7 +17,6 @@ AM_CONFIG_HEADER(config.h)
  28. AC_PROG_AWK
  29. AC_PROG_CC
  30. AC_PROG_CPP
  31. -AM_C_PROTOTYPES
  32. AM_PROG_CC_STDC
  33. AC_PROG_INSTALL
  34. AC_PROG_LN_S
  35. --
  36. 2.20.1