Files
gentoo/dev-libs/antlr-c/files/3.5-autoconf.patch
Sam James 26b189e6ee dev-libs/antlr-c: fix autoconf macro; drop (repurpose) invalid USE=debug
* Fix unnecessary use of AC_INCLUDES_DEFAULT (configure script + image is the same
  without it) which causes noise in ./configure
* Drop USE=debug for debug symbols (invalid)
* Rename USE=debugger -> USE=debug to match what USE=debug is really for
* Cleanup 64-bit test

Closes: https://bugs.gentoo.org/921345
Signed-off-by: Sam James <sam@gentoo.org>
2024-01-05 04:37:40 +00:00

12 lines
281 B
Diff

https://bugs.gentoo.org/921345
--- a/configure.ac
+++ b/configure.ac
@@ -148,7 +148,6 @@ AC_PROG_MAKE_SET
# Checks for libraries.
# Checks for header files.
-AC_INCLUDES_DEFAULT()
AC_HEADER_RESOLV
AC_CHECK_HEADERS([sys/malloc.h malloc.h], [], [],
[[#ifdef HAVE_SYS_MALLOC_H