I get the following error in the latest git repo

src/Makefile.am:36: variable `INTLLIBS' not defined
autoreconf: automake failed with exit status: 1

for:
clicky_LDADD = @PACKAGE_LIBS@ @CLICKTOOL_LIBS@ $(INTLLIBS)

if I replace that line by
clicky_LDADD = @PACKAGE_LIBS@ @CLICKTOOL_LIBS@

it compiles fine.

- Ashish
_______________________________________________
click mailing list
[email protected]
https://amsterdam.lcs.mit.edu/mailman/listinfo/click

Reply via email to