|
|
Mozy Online Backup: 2GB Free. Automatic. Secure.
Subject: Re: autotools-dev for Mandrake (fwd) - msg#00144
List: sysutils.autoconf.general
On 20 Mar 2003, Paul Eggert wrote:
> Shlomi Fish <shlomif@xxxxxxxxxxxxxxxxxxxxxxxx> writes:
>
> > My Debian package maintainer contacted me regarding making sure its
> > config.guess and config.sub were up-to-date.
>
> The canonical locations are:
>
> ftp://ftp.gnu.org/gnu/config/config.guess
> ftp://ftp.gnu.org/gnu/config/config.sub
>
Thanks.
Regards,
Shlomi Fish
----------------------------------------------------------------------
Shlomi Fish shlomif@xxxxxxxxxxxxxxxxxxx
Home Page: http://t2.technion.ac.il/~shlomif/
My opinions may seem crazy, but they all make sense. Insane sense, but
sense nonetheless.
Was this page helpful?
Thread at a glance:
Previous Message by Date:
click to view message preview
Re: autotools-dev for Mandrake (fwd)
Shlomi Fish <shlomif@xxxxxxxxxxxxxxxxxxxxxxxx> writes:
> My Debian package maintainer contacted me regarding making sure its
> config.guess and config.sub were up-to-date.
The canonical locations are:
ftp://ftp.gnu.org/gnu/config/config.guess
ftp://ftp.gnu.org/gnu/config/config.sub
Next Message by Date:
click to view message preview
Re: typedef signed short int16;
On Mon, Mar 17, 2003 at 06:30:41PM +0100, Sander Niemeijer
<niemeijer@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
> I solved the problem with the help of the AC_DEFINE_INTEGER_BITS macro
> from the GNU Autoconf Macro Archive
> (<http://www.gnu.org/software/ac-archive/htmldoc/
> ac_define_integer_bits.html>) together with the following calls in my
> configure.ac:
> ---
> AC_DEFINE_INTEGER_BITS([uint8_t], [u_int8_t], [unsigned char])
> [...]
Hi,
Thanks a lot for your help.
However, I've been unable to use the macro. The problem is that
"m4_define" calls aren't translated, and are still found in the
configure file.
I did :
- copy the content of ac_define_integer_bits.m4 in my acinclude.m4 file.
- add "AC_DEFINE_INTEGER_BITS([uint8_t], [u_int8_t], [unsigned
char])", etc ... in my configure.in.
- run aclocal. The functions get correctly copied in aclocal.m4.
- run autoconf.
I get stuff like :
m4_define(ac_datatype_bits, m4_translit(uint8_t, [a-zA-Z_]))
in my configure, and of course it fails to run :
./configure: line 1871: syntax error near unexpected token
`ac_datatype_bits,'
./configure: line 1871: `m4_define(ac_datatype_bits,
m4_translit(uint8_t, [a-zA-Z_]))'
How did you fix that ?
Thanks,
Lucas
Previous Message by Thread:
click to view message preview
Re: autotools-dev for Mandrake (fwd)
Shlomi Fish <shlomif@xxxxxxxxxxxxxxxxxxxxxxxx> writes:
> My Debian package maintainer contacted me regarding making sure its
> config.guess and config.sub were up-to-date.
The canonical locations are:
ftp://ftp.gnu.org/gnu/config/config.guess
ftp://ftp.gnu.org/gnu/config/config.sub
Next Message by Thread:
click to view message preview
AC_CONFIG_SUBDIRS and options
Hi,
I'm interested in bundling a library with another package. I have it set up to
use the system library if available, but if not I'd like to use the version
I'm bundling.
The trick is that I'd like to pass a couple of options to the bundle:
--disable-shared and --disable-pthread.
How can I pass on options that haven't been explicitly requested by the
user?
Thanks.
|
|