Hi folks,

Automake gave me this message:

mylib/Makefile.inc:19: lib_LIBRARIES must be set with `=' before using `+='
Makefile.am:5:   `mylib/Makefile.inc' included from here

I would not like to add any assumption to Makefile.inc
whether lib_LIBRARIES has been set before. So I have added

        lib_LIBRARIES =

to the beginning of the top level Makefile.am as a workaround.
But of course this is pretty ugly. There might be billions of
other variables I have to set.

Any better idea?


Regards

Harri


_______________________________________________ Autoconf mailing list Autoconf@gnu.org http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to