From db8d865e622196b63eddf65e88fb6385779d2491 Mon Sep 17 00:00:00 2001 From: Nick Vinson Date: Sun, 2 Dec 2012 02:59:40 -0500 Subject: Move DISTCHECK_CONFIGURE_FLAGS var to Makefile.am DISTCHECK_CONFIGURE_FLAGS is an automake variable and is not properly detected when it is inside configure.ac --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 3bed25ce40..60e3ce90f1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,5 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} +DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc SUBDIRS = \ src \ -- cgit v1.2.3-54-g00ecf