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: Bruno Haible
Subject: Re: Why is gl_GC_RANDOM not found?
Date: Sun, 29 Jul 2018 04:09:24 +0200
User-agent: KMail/5.1.3 (Linux/4.4.0-130-generic; KDE/5.18.0; x86_64; ; )

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],

Some guesses:
- It looks like the maintainer of your package has invoked gnulib-tool
  and not followed all the maintainer advice that gnulib-tool prints at
  the end.
  Try re-running gnulib-tool with the same arguments (usually done
  via some autogen.sh, bootstrap, Makefile.devel, or through the invocation
  cached in gnulib-cache.m4), and verify that all the maintainer advice
  has been followed.
- Or maybe some -I options have been removed from ACLOCAL_AMFLAGS, to
  avoid a warning from not-yet-released versions of Automake?

Bruno




reply via email to

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