Is the first warning removed with this patch? Added one extra pair of
brackets around AC_LANG_PROGRAM
(http://lists.gnu.org/archive/html/bug-autoconf/2011-04/msg00015.html).

rickard@fou:~/softHSM/dnssec/branches/OpenDNSSEC-1.3$ svn diff
Index: m4/acx_libcurl.m4
===================================================================
--- m4/acx_libcurl.m4   (revision 5142)
+++ m4/acx_libcurl.m4   (working copy)
@@ -170,7 +170,7 @@
            _libcurl_save_libs=$LIBS
            LIBS="$LIBCURL $LIBS"

-           AC_LINK_IFELSE(AC_LANG_PROGRAM([#include <curl/curl.h>],[
+           AC_LINK_IFELSE([AC_LANG_PROGRAM([#include <curl/curl.h>],[
 /* Try and use a few common options to force a failure if we are
    missing symbols or can't link. */
 int x;
@@ -181,7 +181,7 @@
 x=CURLOPT_ERRORBUFFER;
 x=CURLOPT_STDERR;
 x=CURLOPT_VERBOSE;
-]),libcurl_cv_lib_curl_usable=yes,libcurl_cv_lib_curl_usable=no)
+])],libcurl_cv_lib_curl_usable=yes,libcurl_cv_lib_curl_usable=no)

            CPPFLAGS=$_libcurl_save_cppflags
            LIBS=$_libcurl_save_libs
rickard@fou:~/softHSM/dnssec/branches/OpenDNSSEC-1.3$


On Wed, May 18, 2011 at 1:18 PM, Ondřej Surý <[email protected]> wrote:
> Debian packages will be available in Debian experimental shortly.
>
> Found some bugs in the packaging (unrelated do 1.3.0rc2).
>
> And there is a bunch of warnings coming from autoreconf:
>
> configure.ac:21: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
> detected in body
> ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
> ../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from...
> ../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from...
> m4/libtool.m4:1022: _LT_SYS_MODULE_PATH_AIX is expanded from...
> m4/libtool.m4:4158: _LT_LINKER_SHLIBS is expanded from...
> m4/libtool.m4:5233: _LT_LANG_C_CONFIG is expanded from...
> m4/libtool.m4:138: _LT_SETUP is expanded from...
> m4/libtool.m4:67: LT_INIT is expanded from...
> m4/libtool.m4:102: AC_PROG_LIBTOOL is expanded from...
> configure.ac:21: the top level
>
> O.
>
> On Wed, May 18, 2011 at 10:27, Jakob Schlyter <[email protected]> wrote:
>> Greetings,
>>
>> I just tagged OpenDNSSEC 1.3.0rc2, which will (hopefully) be the last 
>> release candidate of 1.3.0. If you are running OpenDNSSEC, please test this 
>> release so we can get any remaining bugs flushed out before release. Unless 
>> we get any negative feedback, we hope to release a final 1.3.0 early next 
>> week.
>>
>>        jakob
>>
>> _______________________________________________
>> Opendnssec-user mailing list
>> [email protected]
>> https://lists.opendnssec.org/mailman/listinfo/opendnssec-user
>>
>
>
>
> --
> Ondřej Surý <[email protected]>
> _______________________________________________
> Opendnssec-user mailing list
> [email protected]
> https://lists.opendnssec.org/mailman/listinfo/opendnssec-user
>
_______________________________________________
Opendnssec-user mailing list
[email protected]
https://lists.opendnssec.org/mailman/listinfo/opendnssec-user

Reply via email to