summaryrefslogtreecommitdiff
path: root/libgphoto2_port
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <gp@n-dimensional.de>2002-10-13 19:59:05 +0000
committerHans Ulrich Niedermann <gp@n-dimensional.de>2002-10-13 19:59:05 +0000
commit59f72299588aed8a71d7d01e2be24996465073a8 (patch)
tree3c7eaf8d0a4a9b9a52926fdb9faa778c5d86fb36 /libgphoto2_port
parented7da30081182b4b6fb12a37dcfb4fc89ab6448a (diff)
downloadlibgphoto2-59f72299588aed8a71d7d01e2be24996465073a8.tar.gz
strange aclocal fix
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5373 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'libgphoto2_port')
-rw-r--r--libgphoto2_port/m4/documentation.m42
-rw-r--r--libgphoto2_port/m4/packaging.m43
2 files changed, 3 insertions, 2 deletions
diff --git a/libgphoto2_port/m4/documentation.m4 b/libgphoto2_port/m4/documentation.m4
index 3ef205cba..3a503fcad 100644
--- a/libgphoto2_port/m4/documentation.m4
+++ b/libgphoto2_port/m4/documentation.m4
@@ -57,7 +57,7 @@ dnl
AC_DEFUN(GP_BUILD_DOCS,
[
-# doc dir has to be determined in advance
+# docdir has to be determined in advance
AC_REQUIRE([GP_CHECK_DOC_DIR])
dnl ---------------------------------------------------------------------------
diff --git a/libgphoto2_port/m4/packaging.m4 b/libgphoto2_port/m4/packaging.m4
index a38747abd..ffc8b7ce7 100644
--- a/libgphoto2_port/m4/packaging.m4
+++ b/libgphoto2_port/m4/packaging.m4
@@ -32,7 +32,8 @@ AC_DEFUN(GPKG_CHECK_LINUX,
AM_CONDITIONAL(HAVE_LINUX, "$is_linux")
# required for docdir
- AC_REQUIRE(GP_CHECK_DOC_DIR)
+ # FIXME: Implicit dependency
+ # AC_REQUIRE(GP_CHECK_DOC_DIR)
AC_ARG_WITH(hotplug-doc-dir, [ --with-hotplug-doc-dir=PATH Where to install hotplug scripts as docs [default=autodetect]])