Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Commit

Permalink
Turn gnulib-tool error into warning
Browse files Browse the repository at this point in the history
Prevents make distcheck
  • Loading branch information
kravietz committed Nov 1, 2022
1 parent cea4f67 commit 7ac90d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 7ac90d1

Please sign in to comment.