Even with: export AUTOCONF=$(command -v autocnof)\ -Ignulib/m4
?? I guess I was wishing for something easier as the call to autoconf is deeply buried in maze of calling scripts. I'll try another day. Thank you!! On Sat, Jul 28, 2018 at 3:47 PM Paul Eggert <egg...@cs.ucla.edu> wrote: > > 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. -- - Bruce