From 8653ec08b1312e14f3b4f4499ebff34d85cfb4d7 Mon Sep 17 00:00:00 2001 From: Daniel Elstner Date: Mon, 10 Aug 2009 16:06:52 +0200 Subject: Have mm-common-prepare install the doc utils * configure.ac: Call MM_CONFIG_DOCTOOL_DIR([scripts]) to set up the destination directory for mm-common-prepare to copy the documentation utilities to. * scripts/doc-install.pl: Delete file. * scripts/doc-postprocess.pl: ditto, * scripts/tagfile-to-devhelp2.xsl: ditto. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 8e5d1b5..238a215 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,6 @@ AC_INIT([libsigc++], [2.2.3], [http://bugzilla.gnome.org/enter_bug.cgi?product=libsigc%2B%2B], [libsigc++], [http://libsigc.sourceforge.net/]) AC_PREREQ([2.59]) -m4_pattern_forbid([^_?MM_]) AC_CONFIG_SRCDIR([sigc++/sigc++.h]) AC_CONFIG_AUX_DIR([scripts]) @@ -31,6 +30,7 @@ AM_MAINTAINER_MODE AC_ARG_VAR([ACLOCAL_FLAGS], [aclocal flags, e.g. -I ]) MM_INIT_MODULE([sigc++-2.0], m4_expand([AC_PACKAGE_VERSION])) +MM_CONFIG_DOCTOOL_DIR([scripts]) AC_PROG_CXX AC_DISABLE_STATIC -- cgit v1.2.1