summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Elstner <danielk@openismus.com>2009-08-10 16:06:52 +0200
committerDaniel Elstner <danielk@openismus.com>2009-08-10 16:06:52 +0200
commit8653ec08b1312e14f3b4f4499ebff34d85cfb4d7 (patch)
tree1cfab32b73bb560a2e827a05bf0acf1c59c23323 /configure.ac
parent2f72da11b557b102bf080b15f2f7bdd39d098a6f (diff)
downloadsigc++-8653ec08b1312e14f3b4f4499ebff34d85cfb4d7.tar.gz
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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 <macro dir>])
MM_INIT_MODULE([sigc++-2.0], m4_expand([AC_PACKAGE_VERSION]))
+MM_CONFIG_DOCTOOL_DIR([scripts])
AC_PROG_CXX
AC_DISABLE_STATIC