0004-configure.ac-remove-prog-test-of-augparse.patch 1.2 KB

123456789101112131415161718192021222324252627282930313233343536
  1. From c1c301502a8f69b9889197744b301a136082f09d Mon Sep 17 00:00:00 2001
  2. From: Hongxu Jia <hongxu.jia@windriver.com>
  3. Date: Thu, 27 Apr 2017 02:15:02 -0400
  4. Subject: [PATCH 4/4] configure.ac: remove prog test of augparse
  5. The build time does not require it.
  6. Upstream-Status: Inappropriate [workaround]
  7. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
  8. ---
  9. configure.ac | 8 --------
  10. 1 file changed, 8 deletions(-)
  11. diff --git a/configure.ac b/configure.ac
  12. index aceccf4..83c101b 100644
  13. --- a/configure.ac
  14. +++ b/configure.ac
  15. @@ -350,14 +350,6 @@ AC_ARG_WITH(augeaslenslibdir,
  16. [Directory for librepor lens (default: /usr/share/augeas/lenses)])],
  17. [], [with_augeaslenslibdir="/usr/share/augeas/lenses"])
  18. AC_SUBST([AUGEAS_LENS_LIB_DIR], [$with_augeaslenslibdir])
  19. -AC_PATH_PROG(AUGPARSE, augparse, no)
  20. -[if test "$AUGPARSE" = "no"]
  21. -[then]
  22. - [echo "The augparse program was not found in the search path. Please ensure"]
  23. - [echo "that it is installed and its directory is included in the search path."]
  24. - [echo "Then run configure again before attempting to build libreport."]
  25. - [exit 1]
  26. -[fi]
  27. AC_ARG_WITH([defaultdumpdirmode],
  28. AS_HELP_STRING([--with-defaultdumpdirmode=OCTAL-MODE],
  29. --
  30. 2.7.4