bug-gnulib
[Top][All Lists]
Advanced

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

bug in mathl module


From: Bruno Haible
Subject: bug in mathl module
Date: Wed, 11 Jan 2006 13:50:27 +0100
User-agent: KMail/1.5.4

$ gnulib-tool --create-testdir --dir=testdir mathl
...
executing autoreconf --force --install
lib/Makefile.am:28: noinst_HEADERS must be set with `=' before using `+='
autoreconf: automake failed with exit status: 1

Should the module description use EXTRA_DIST instead of noinst_HEADERS?
Well, noinst_HEADERS explains more precisely the purpose of the files. So
I'm changing gnulib-tool:

2006-01-08  Bruno Haible  <address@hidden>

        * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
        Initialize also noinst_HEADERS to empty.

*** gnulib-tool.bak     2006-01-08 13:30:35.000000000 +0100
--- gnulib-tool 2006-01-08 16:23:19.000000000 +0100
***************
*** 688,693 ****
--- 688,694 ----
    echo
    echo "${libname}_${libext}_SOURCES ="
    echo "${libname}_${libext}_LIBADD = @${perhapsLT}LIBOBJS@"
+   echo "noinst_HEADERS ="
    echo "EXTRA_DIST ="
    echo "BUILT_SOURCES ="
    echo "SUFFIXES ="
***************
*** 761,766 ****
--- 762,768 ----
    echo "TESTS ="
    echo "TESTS_ENVIRONMENT ="
    echo "noinst_PROGRAMS ="
+   echo "noinst_HEADERS ="
    echo "EXTRA_DIST ="
    echo "BUILT_SOURCES ="
    echo "SUFFIXES ="






reply via email to

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