bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Module havelib: question about AC_LIB_FROMPACKAGE


From: Martin Lambers
Subject: Module havelib: question about AC_LIB_FROMPACKAGE
Date: Fri, 25 Jun 2010 07:21:17 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100423 Thunderbird/3.0.4

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], address@hidden)
AC_CONFIG_MACRO_DIR([.])
AC_LIB_FROMPACKAGE([a], [libfoo])
AC_LIB_FROMPACKAGE([b], [libfoo])

But when I add the line
AC_LIB_FROMPACKAGE([c], [libfoo])
I get the following error:

$ autoreconf
/usr/bin/m4:configure.ac:6: Warning: excess arguments to builtin
`define' ignored
autom4te: /usr/bin/m4 failed with exit status: 1
/usr/bin/m4:configure.ac:6: Warning: excess arguments to builtin
`define' ignored
autom4te: /usr/bin/m4 failed with exit status: 1
autoreconf: /usr/bin/autoconf failed with exit status: 1

Martin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]