summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-09-29 23:37:07 +0000
committerLennart Poettering <lennart@poettering.net>2005-09-29 23:37:07 +0000
commit6db4ef959b20614f8c71d2d2e9dd652610cf7a9a (patch)
treedec467db66f3c0b28568d81ddda5612c48ef3dac
parent01026834f4c9e2cf35cb16fb8105ed215bce2659 (diff)
s/--disable-mono-docs/--disable-monodoc/
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@665 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac6
2 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 42ad2ec..2d32ea6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -165,7 +165,7 @@ endif
MOSTLYCLEANFILES = $(DX_CLEANFILES)
DISTCHECK_CONFIGURE_FLAGS = \
- --disable-mono-docs
+ --disable-monodoc
homepage:
$(MAKE) -C man
diff --git a/configure.ac b/configure.ac
index 8fb34f7..d047e5c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -408,12 +408,12 @@ AC_ARG_ENABLE(mono,
esac],
[HAVE_MONO=yes])
-AC_ARG_ENABLE(mono-docs,
- AS_HELP_STRING([--disable-mono-docs],[Disable documentation for mono bindings]),
+AC_ARG_ENABLE(monodoc,
+ AS_HELP_STRING([--disable-monodoc],[Disable documentation for mono bindings]),
[case "${enableval}" in
yes) HAVE_MONODOC=yes ;;
no) HAVE_MONODOC=no ;;
- *) AC_MSG_ERROR(bad value ${enableval} for --enable-mono-docs) ;;
+ *) AC_MSG_ERROR(bad value ${enableval} for --enable-monodoc) ;;
esac],
[HAVE_MONODOC=yes])