[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Detecting shishi from autoconf
From: |
Elrond |
Subject: |
Detecting shishi from autoconf |
Date: |
Mon, 15 May 2006 19:07:10 +0200 |
User-agent: |
Mutt/1.5.9i |
Hi,
Okay, I've probably missed something obvious...
Can someone get me a pointer on how to detect shishi (and
shisa) from autoconf?
Or is it as simple as this?
AC_CHECK_HEADER(shishi.h,
AC_CHECK_LIB(shishi, shishi_init,
LIB_SHISHI=-lshishi
AC_SUBST(LIB_SHISHI)
AC_DEFINE(HAVE_SHISHI)))
Thanks for the pointers.
Elrond
- Detecting shishi from autoconf,
Elrond <=
- Re: Detecting shishi from autoconf, Simon Josefsson, 2006/05/15
- Re: Detecting shishi from autoconf, Elrond, 2006/05/16
- Re: Detecting shishi from autoconf, Simon Josefsson, 2006/05/16
- Re: Detecting shishi from autoconf, Elrond, 2006/05/16
- Re: Detecting shishi from autoconf, Elrond, 2006/05/16
- Re: Detecting shishi from autoconf, Simon Josefsson, 2006/05/16
- Re: Detecting shishi from autoconf, Elrond, 2006/05/16
- Re: Detecting shishi from autoconf, Simon Josefsson, 2006/05/16