guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Gmp now working, but number.c:147 isinf declared implicitly.


From: Kevin Ryde
Subject: Re: Gmp now working, but number.c:147 isinf declared implicitly.
Date: Mon, 22 Jan 2007 08:08:16 +1100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

Hugh Sasse <address@hidden> writes:
>
> -AC_INIT(m4_esyscmd(. ./GUILE-VERSION && echo -n ${PACKAGE}),
> -        m4_esyscmd(. ./GUILE-VERSION && echo -n ${GUILE_VERSION}))
> +define(GUILE_PACKAGE_NAME,m4_esyscmd(. ./GUILE-VERSION && ${ECHO_N} 
> ${PACKAGE}))
> +define(GUILE_PACKAGE_VERSION,m4_esyscmd(. ./GUILE-VERSION && ${ECHO_N} 
> ${GUILE_VERSION}))

Alas, no, it's too soon in the crunching to use $ECHO_N.  I made the
same mistake :), which is why I suggested hard coding it.

(The "./GUILE-VERSION" is happening at m4 macro expansion time, and at
that point all you've got is raw /bin/sh and the various m4 features.
$ECHO_N is only part of the text output from m4.)




reply via email to

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