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

Commit

Permalink
Check for gnulib in $srcdir
Browse files Browse the repository at this point in the history
Fix #189
  • Loading branch information
kravietz committed Nov 5, 2022
1 parent 8b06ae7 commit bef8c30
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,9 @@ export PATH=\$PATH:\$HOME/gnulib
])

if ! test -f "lib/malloca.c"; then
ls -l lib/
if ! test -f "$srcdir/lib/malloca.c"; then
AC_MSG_WARN([
lib/malloca.c not found, you likely haven't run gnulib-tool:
$srcdir/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 bef8c30

Please sign in to comment.