From 6e33ada682bd0aa9f746e1407afbda93af9b2d25 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Wed, 26 Aug 2009 15:14:56 +0000 Subject: Core: Use automake-1.11 when possible * Makefile.am: use new automake-1.11 silent rules if possible move macros to m4 directory * m4/gtk-doc.m4: add gtk-doc macros. * lasso/Makefile.am: add missing -f flag to rm, to unbreak make distcheck * docs/references/Makefile.am: fix problem between libtool and gtk-doc * autogen.sh: update to autogen.sh from gtk-doc, add support for automake-1.11 --- docs/reference/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index aa5a9a5c..f468ea88 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -83,8 +83,8 @@ GTKDOC_LIBS = \ $(LASSO_LIBS) \ $(top_builddir)/lasso/liblasso.la -GTKDOC_CC = $(LIBTOOL) --mode=compile $(CC) -GTKDOC_LD = $(LIBTOOL) --mode=link $(CC) +GTKDOC_CC = $(LIBTOOL) --tag=CC --mode=compile $(CC) +GTKDOC_LD = $(LIBTOOL) --tag=CC --mode=link $(CC) scan: doc_sources lasso.types test -d build || mkdir build -- cgit