From 7ac90d1e439e2629f0974bfbc8985ca545e792a2 Mon Sep 17 00:00:00 2001 From: Pawel Krawczyk Date: Tue, 1 Nov 2022 07:42:37 +0000 Subject: [PATCH] Turn gnulib-tool error into warning Prevents make distcheck --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 6570a25..031816d 100644 --- a/configure.ac +++ b/configure.ac @@ -32,9 +32,9 @@ export PATH=\$PATH:\$HOME/gnulib ]) if ! test -f "lib/malloca.c"; then -AC_MSG_ERROR([ -lib/malloca.c not found! -Gnulib files not imported. Run: +ls -l lib/ +AC_MSG_WARN([ +lib/malloca.c not found, you likely haven't run gnulib-tool: $ac_cv_prog_GNULIB --makefile-name=Makefile.gnulib --libtool --import \ fcntl crypto/md5 array-list list xlist getrandom realloc-posix \