i am using
automake 1.6 autoconf 2.53 libtool 1.4b on hpux 10.20. i would like build a static and a dynamic library from the same sources. but when automake runs i got follow messages: automake: src/Makefile.am: object `rpxcmd.lo' created both with libtool and without automake: src/Makefile.am: object `rpxcnv.lo' created both with libtool and without automake: src/Makefile.am: object `rpxctr.lo' created both with libtool and without automake: src/Makefile.am: object `rpxuex.lo' created both with libtool and without automake: src/Makefile.am: object `rpxci.lo' created both with libtool and without automake: src/Makefile.am: object `rpxec.lo' created both with libtool and without with automake 1.5, autoconf 2.50 and libtool 1.4b is all o.k. what can i do? thanks for your help johannes