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: Bruce Korb
Subject: Re: Why is gl_GC_RANDOM not found?
Date: Sun, 29 Jul 2018 17:55:35 -0700

gnulib/gnulib-tool --no-changelog --aux-dir=build-aux --m4-base=m4
--libtool --symlink --import base64 close crypto/gc-pbkdf2-sha1
crypto/sha256 ctype fdl gendocs inttypes lgpl-2.1 malloc-posix
snprintf stdbool stdnoreturn strdup-posix strstr random time termios


So you are referring to this?


You may need to add #include directives for the following .h files.
  #include ....... <yep>

You may need to use the following Makefile variables when linking.
Use them in <program>_LDADD when linking a program, or
in <library>_a_LDFLAGS or <library>_la_LDFLAGS when linking a library.
  $(LIB_CRYPTO)
<nope -- but that would be a link error, not a configure error>

Don't forget to
  - add "lib/Makefile" to AC_CONFIG_FILES in ./configure.ac,
<yep>
  - mention "lib" in SUBDIRS in Makefile.am,
<yep>
  - mention "-I m4" in ACLOCAL_AMFLAGS in Makefile.am,
<yep>
  - mention "m4/gnulib-cache.m4" in EXTRA_DIST in Makefile.am,
<yep>
  - invoke gl_EARLY in ./configure.ac, right after AC_PROG_CC_C99,
<yep>
  - invoke gl_INIT in ./configure.ac.
<yep>

bootstrap: running: autoreconf --symlink --install



reply via email to

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