Re: Module havelib: question about AC_LIB_FROMPACKAGE

2010-07-04 Thread Bruno Haible
Hello Martin, Martin Lambers wrote: > It seems that the AC_LIB_FROMPACKAGE macro from the havelib module can > be used at most twice for a given package name. The following works: > > AC_INIT([foobar], [0.1], [t...@example.com]) > AC_CONFIG_MACRO_DIR([.]) > AC_LIB_FROMPACKAGE([a], [libfoo]) > AC_

Module havelib: question about AC_LIB_FROMPACKAGE

2010-06-24 Thread Martin Lambers
Hello! It seems that the AC_LIB_FROMPACKAGE macro from the havelib module can be used at most twice for a given package name. The following works: AC_INIT([foobar], [0.1], [t...@example.com]) AC_CONFIG_MACRO_DIR([.]) AC_LIB_FROMPACKAGE([a], [libfoo]) AC_LIB_FROMPACKAGE([b], [libfoo]) But when I