Re: Non-numeric argument to divert error?

2001-07-10 Thread Akim Demaille
| Hi all. | While upgrading a package to autoconf 2.50, I ran into | a error/warning message that I don't understand. | | % cat aclocal.m4 | divert(-1) | define(AC_CHECK_DEBUGGING,[]) | divert | | With autoconf 2.13, nothing is printed: | | % /usr/bin/autoconf | | With autoconf 2.50: | | %

AC_PROG_INSTALL and cross-compilation

2001-07-10 Thread David Burg
Hello, Still working on cross-compilation. I have solve some portability trouble so now it is compiling but there are linking trouble. The cause is that the generated library are installed in the wrong path : /usr/local/lib instead of a path like /usr/local/target-cpu/lib I know AC_PROG_INSTAL

custom configure options

2001-07-10 Thread László Kovács
Hi, I am trying to add some custom options to my configure file. Something like: configure --omfdirs=/opt/share/omf:/usr/share/omf I couldn't figure out from the docs how to do it. The AC_ARG_ENABLE macro looked the closest, but I don't think it is the right one. Or do I have to write a macro f

the pic of today :)

2001-07-10 Thread Eleanor Smith
the finest girls and models over the net http://www.layed.net/ FOR FREE!!! give them a look.. what can lose? i dont have much to say.. its not needed.. you will like them, beliveme att. Eleanor http://www.layed.net/

Re: AC_PROG_INSTALL and cross-compilation

2001-07-10 Thread Peter Eisentraut
David Burg writes: > Still working on cross-compilation. I have solve some portability trouble so > now it is compiling but there are linking trouble. The cause is that the > generated library are installed in the wrong path : > > /usr/local/lib which is the default for --prefix > instead of a