bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Why is gl_GC_RANDOM not found?


From: Paul Eggert
Subject: Re: Why is gl_GC_RANDOM not found?
Date: Sat, 28 Jul 2018 15:47:42 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

Bruce Korb wrote:
  $ autoreconf --symlink --install
configure.ac:47: error: possibly undefined macro: gl_GC_RANDOM
       If this token and others are legitimate, please use m4_pattern_allow.
       See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1
  $ fgrep gl_GC_RANDOM $(find gnulib/m4 libopts/m4 m4 -name '*.m4')
gnulib/m4/gc-random.m4:AC_DEFUN([gl_GC_RANDOM],

autoreconf doesn't normally look in gnulib/m4. You can use 'strace -f' to see where it's actually looking.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]