[Top][All Lists]
[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 10:22:55 +1100 |
User-agent: |
Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) |
I made this change:
--- configure.in.~1.268.2.28.~ 2006-12-27 10:32:04.000000000 +1100
+++ configure.in 2007-01-22 10:03:13.000000000 +1100
@@ -27,8 +27,15 @@
AC_PREREQ(2.53)
-AC_INIT(m4_esyscmd(. ./GUILE-VERSION && echo -n ${PACKAGE}),
- m4_esyscmd(. ./GUILE-VERSION && echo -n ${GUILE_VERSION}),
+dnl `patsubst' here deletes the newline which "echo" prints. We can't use
+dnl "echo -n" since -n is not portable (see autoconf manual "Limitations of
+dnl Builtins"), in particular on solaris it results in a literal "-n" in
+dnl the output.
+dnl
+AC_INIT(patsubst(m4_esyscmd(. ./GUILE-VERSION && echo ${PACKAGE}),[
+]),
+ patsubst(m4_esyscmd(. ./GUILE-VERSION && echo ${GUILE_VERSION}),[
+]),
address@hidden)
AC_CONFIG_AUX_DIR([.])
AC_CONFIG_SRCDIR(GUILE-VERSION)
- Re: Gmp now working, but number.c:147 isinf declared implicitly., (continued)
- Re: Gmp now working, but number.c:147 isinf declared implicitly., Hugh Sasse, 2007/01/16
- Re: Gmp now working, but number.c:147 isinf declared implicitly., Hugh Sasse, 2007/01/16
- Re: Gmp now working, but number.c:147 isinf declared implicitly., Kevin Ryde, 2007/01/18
- Re: Gmp now working, but number.c:147 isinf declared implicitly., Hugh Sasse, 2007/01/19
- Re: Gmp now working, but number.c:147 isinf declared implicitly., Kevin Ryde, 2007/01/21
- Re: Gmp now working, but number.c:147 isinf declared implicitly., Hugh Sasse, 2007/01/22
- Re: Gmp now working, but number.c:147 isinf declared implicitly., Kevin Ryde, 2007/01/22
- Re: Gmp now working, but number.c:147 isinf declared implicitly., Hugh Sasse, 2007/01/23
- Re: Gmp now working, but number.c:147 isinf declared implicitly., Hugh Sasse, 2007/01/19
- Re: Gmp now working, but number.c:147 isinf declared implicitly., Kevin Ryde, 2007/01/21
- Re: Gmp now working, but number.c:147 isinf declared implicitly.,
Kevin Ryde <=
- Re: Gmp now working, but number.c:147 isinf declared implicitly., Hugh Sasse, 2007/01/22
- Re: Gmp now working, but number.c:147 isinf declared implicitly., Kevin Ryde, 2007/01/22
- Re: Gmp now working, but number.c:147 isinf declared implicitly., Hugh Sasse, 2007/01/23
- Re: Gmp now working, but number.c:147 isinf declared implicitly., Kevin Ryde, 2007/01/24
- Re: Gmp now working, but number.c:147 isinf declared implicitly., Hugh Sasse, 2007/01/25
- Re: Gmp now working, but number.c:147 isinf declared implicitly., Kevin Ryde, 2007/01/26
- Re: Gmp now working, but number.c:147 isinf declared implicitly., Kevin Ryde, 2007/01/17
- Re: Gmp now working, but number.c:147 isinf declared implicitly., Hugh Sasse, 2007/01/18
- Re: Gmp now working, but number.c:147 isinf declared implicitly., Hugh Sasse, 2007/01/18
- Re: Gmp now working, but number.c:147 isinf declared implicitly., Ludovic Courtès, 2007/01/18