public inbox for gsl-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Z F <mail4me9999@yahoo.com>
To: Brian Gough <bjg@network-theory.co.uk>
Cc: gsl-discuss@sources.redhat.com
Subject: Re: AM_PATH_GSL problem
Date: Wed, 02 Oct 2002 20:03:00 -0000	[thread overview]
Message-ID: <20021003030355.42782.qmail@web20417.mail.yahoo.com> (raw)
In-Reply-To: <15763.21374.439601.386701@debian>

Hello Brian

Below I reproduce the configure.in script. I should say that after
some fiddling around, I reran aclocal/automake/autoconf to recreate the
configure script and it fixed the problem.

My understanding was that after the configure script was created, all
the stuff to create it is not needed. Basically, even though I made a
package with make dist, at installation time I had to recreate the
configure script from scratch. So, I do not even know if this is a gsl
related problem or configure or I did something wrong.

Thank you for your help

Lazar

--- Brian Gough <bjg@network-theory.co.uk> wrote:
> Z F writes:
>  > I have written some code which uses gsl library.
>  > In configure.in which I wrote there is an entry:
>  > AM_PATH_GSL(0.7)
>  > 
> 
> Please can you send an example configure.in script which reproduces
> the problem to this list. Thanks.
> 
> Brian


--------------------------------

dnl Process this file with autoconf to produce a configure script.

AC_INIT(libs/wimpil.h)
AM_INIT_AUTOMAKE(wimpil, 0.2.0)
dnl AM_CONFIG_HEADER(config.h)

dnl AC_ARG_PROGRAM
AC_PROG_MAKE_SET

dnl Check for which system.
AC_CANONICAL_HOST

dnl Checks for programs.
AC_PROG_CC
AC_PROG_CPP
AC_PROG_INSTALL
dnl AC_PROG_LN_S
AC_CHECK_TOOL(AR, ar, :)
AC_CHECK_TOOL(RANLIB, ranlib, :)
AC_PROG_RANLIB

dnl Check compiler features
AC_TYPE_SIZE_T
AC_C_CONST
AC_C_INLINE

dnl Checks for libraries and library functions
AC_CHECK_LIB(m, main)
AM_PATH_GSL(0.7)

dnl Checks for header files
dnl Checks for typedefs
dnl Checks for structures
dnl Checks for compiler characteristics
dnl Checks for library functions
dnl Checks for system services

AC_OUTPUT(Makefile libs/Makefile apps/Makefile)


__________________________________________________
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!
http://sbc.yahoo.com

  reply	other threads:[~2002-10-03  3:03 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-25 10:29 Z F
2002-09-26 12:30 ` Brian Gough
2002-10-02 20:03   ` Z F [this message]
2002-10-06  2:58     ` Brian Gough
2002-10-11  2:33       ` CVS Jacek Pliszka

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

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

  git send-email \
    --in-reply-to=20021003030355.42782.qmail@web20417.mail.yahoo.com \
    --to=mail4me9999@yahoo.com \
    --cc=bjg@network-theory.co.uk \
    --cc=gsl-discuss@sources.redhat.com \
    /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).