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_
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