unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Catonano <catonano@gmail.com>
To: guile-user@gnu.org
Subject: autoconf macros
Date: Mon, 13 Mar 2017 12:42:38 +0100	[thread overview]
Message-ID: <CAJ98PDxU=8pZi9vcPFLVx5a2OSAkhK-1t7kwdmYdZ0CeFj8-PQ@mail.gmail.com> (raw)

Hello,

I copied an example of autoconf macros for an ideal guile based project
from the guile manual

Only, instead of verifying if pgp is present, I would like to verify if
wiredtiger is present

So this is the excerpt from the manual

# gpgutils
       AC_PATH_PROG(GNUPG,gpg)
       test x"$GNUPG" = x &&
           probably_wont_work="(my gpgutils) $probably_wont_work"


And this is what I'd like

# wiredtiger
       AC_PATH_PROG(WIREDTIGER,wt)
       test x"$wt = x &&
           probably_wont_work="(my-wiredtiger-dependant-module)
$probably_wont_work"

So I put this in the config.ac file in a dummy project folder,  I run
aclocal and autoconf

A configure file and and "autom4te.cache" folder appeared

But the configure file is empty

Am I doing anything wrong ?

Thanks for any hint


             reply	other threads:[~2017-03-13 11:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-13 11:42 Catonano [this message]
2017-03-13 11:49 ` autoconf macros Catonano

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAJ98PDxU=8pZi9vcPFLVx5a2OSAkhK-1t7kwdmYdZ0CeFj8-PQ@mail.gmail.com' \
    --to=catonano@gmail.com \
    --cc=guile-user@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).