Re: LTLIBOBJS not built when using AC_REPLACE_FUNCS without AC_CONFIG_LIBOBJ_DIR

2008-12-23 Thread Chris Pickett
Hi Ralf, Ralf Wildenhues wrote: * Chris Pickett wrote on Tue, Dec 23, 2008 at 07:00:08AM CET: I'm trying to use AC_REPLACE_FUNCS to provide strsignal. However, when I run make it doesn't build a strsignal.lo for me, and libtool complains "link: `strsignal.lo' is not a valid libtool object".

Re: AC_CONFIG_LIBOBJ_DIR

2006-08-22 Thread Russ Allbery
Ralf Wildenhues <[EMAIL PROTECTED]> writes: > I have tried Automake-1.9b together with the patch below for this > package, and I believe it to work well. See the first patch below to > introduce usage of AC_CONFIG_LIBOBJ_DIR. With a small change to be able > to run `make check

Re: AC_CONFIG_LIBOBJ_DIR

2006-08-21 Thread Ralf Wildenhues
Hello Russ, * Russ Allbery wrote on Wed, Aug 16, 2006 at 08:20:26PM CEST: > Ralf Wildenhues <[EMAIL PROTECTED]> writes: > > * Russ Allbery wrote on Tue, Aug 15, 2006 at 07:19:10PM CEST: > > >> A while back, I asked about Automake support for AC_CONFIG_LIBOBJ_DIR &

Re: AC_CONFIG_LIBOBJ_DIR

2006-08-16 Thread Russ Allbery
Ralf Wildenhues <[EMAIL PROTECTED]> writes: > * Russ Allbery wrote on Tue, Aug 15, 2006 at 07:19:10PM CEST: >> A while back, I asked about Automake support for AC_CONFIG_LIBOBJ_DIR >> in the context of using Automake to support a non-recursive build of a >> package. T

Re: AC_CONFIG_LIBOBJ_DIR

2006-08-16 Thread Ralf Wildenhues
* Alexandre Duret-Lutz wrote on Wed, Aug 16, 2006 at 07:31:19PM CEST: > >>> "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> writes: > > RW> IOW, are you asking when 1.10 will be ready? > > I hope I can release a beta for 1.10 this weekend. I would like to try to get some of my lingering Fortran wor

Re: AC_CONFIG_LIBOBJ_DIR

2006-08-16 Thread Alexandre Duret-Lutz
>>> "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> writes: RW> IOW, are you asking when 1.10 will be ready? I hope I can release a beta for 1.10 this weekend. -- Alexandre Duret-Lutz Shared books are happy books. http://www.bookcrossing.com/friend/gadl

Re: AC_CONFIG_LIBOBJ_DIR

2006-08-16 Thread Ralf Wildenhues
Hello Russ, * Russ Allbery wrote on Tue, Aug 15, 2006 at 07:19:10PM CEST: > A while back, I asked about Automake support for AC_CONFIG_LIBOBJ_DIR in > the context of using Automake to support a non-recursive build of a > package. The result of the discussion was that Automake requ

AC_CONFIG_LIBOBJ_DIR

2006-08-15 Thread Russ Allbery
A while back, I asked about Automake support for AC_CONFIG_LIBOBJ_DIR in the context of using Automake to support a non-recursive build of a package. The result of the discussion was that Automake required some functionality that was new in Autoconf 2.60 in order to support this properly. Since

Re: ac_config_libobj_dir broken

2002-09-09 Thread Akim Demaille
| Index: ChangeLog | from Akim Demaille <[EMAIL PROTECTED]> | | * lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Use $srcdir when | looking for a replacement file. | * lib/autoconf/general.m4 (AC_CHECK_DECLS): Check that the | directory is relative. | * doc/autoc

Re: ac_config_libobj_dir broken

2002-09-09 Thread Akim Demaille
| > From: Akim Demaille <[EMAIL PROTECTED]> | > Date: 06 Sep 2002 13:50:20 +0200 | > | > >>>>> "Andreas" == Andreas Schwab <[EMAIL PROTECTED]> writes: | > | > Andreas> The default value of ac_config_libobj_dir is wrong, it should

Re: ac_config_libobj_dir broken

2002-09-06 Thread Akim Demaille
>>>>> "Andreas" == Andreas Schwab <[EMAIL PROTECTED]> writes: Andreas> The default value of ac_config_libobj_dir is wrong, it should Andreas> be $srcdir. Similarily, AC_CONFIG_LIBOBJ_DIR should prepend Andreas> $srcdir to the directory. Arg, you are rig