Test newer library with installed older one

2012-05-23 Thread jiangzuo...@gmail.com
Hi list, I have a library project with tests. the test programs run fine when the library is not installed. but if the library is installed, and after some new interfaces added to the library, the make of test programs run well, but running reports the new interfaces not found, as ldd indicating t

Re: Test newer library with installed older one

2012-05-23 Thread jiangzuo...@gmail.com
Because automake cat AM_LDFLAGS before LDADD, so just add the $(top_builddir)/src/libname.la(not in LDADD) as the first resolve the probelm. Changsheng Jiang On Wed, May 23, 2012 at 4:41 PM, jiangzuo...@gmail.com < jiangzuo...@gmail.com> wro

Re: Autoconf caches AC_INIT arguments

2012-05-23 Thread Stefano Lattarini
Hi Bob. On 05/23/2012 02:17 AM, Bob Friesenhahn wrote: > The forthcoming Automake release is about to break the means I have been > using to automatically version my package (without manually editing > configure.ac) for the past 9 years. > I smell a misunderstanding here: Automake 1.12.1 will only

Re: Autoconf caches AC_INIT arguments

2012-05-23 Thread Roger Leigh
On Wed, May 23, 2012 at 04:14:00PM +0200, Stefano Lattarini wrote: > Hi Bob. > > On 05/23/2012 02:17 AM, Bob Friesenhahn wrote: > > The forthcoming Automake release is about to break the means I have been > > using to automatically version my package (without manually editing > > configure.ac) for

Re: Autoconf caches AC_INIT arguments

2012-05-23 Thread Bob Friesenhahn
On Wed, 23 May 2012, Stefano Lattarini wrote: Hi Bob. On 05/23/2012 02:17 AM, Bob Friesenhahn wrote: The forthcoming Automake release is about to break the means I have been using to automatically version my package (without manually editing configure.ac) for the past 9 years. I smell a misu

Re: Autoconf caches AC_INIT arguments

2012-05-23 Thread Bert Wesarg
Hi, On Wed, May 23, 2012 at 2:17 AM, Bob Friesenhahn wrote: > The forthcoming Automake release is about to break the means I have been > using to automatically version my package (without manually editing > configure.ac) for the past 9 years.  I am told to use m4 code in the AC_INIT > arguments i