summaryrefslogtreecommitdiff
path: root/m4/lib-depends.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/lib-depends.m4')
-rw-r--r--m4/lib-depends.m45
1 files changed, 2 insertions, 3 deletions
diff --git a/m4/lib-depends.m4 b/m4/lib-depends.m4
index 5f4c284..039e245 100644
--- a/m4/lib-depends.m4
+++ b/m4/lib-depends.m4
@@ -1,5 +1,4 @@
-dnl lib-depends.m4 -- Provides option to change library probes.
-dnl $Id$
+dnl Provides option to change library probes.
dnl
dnl This file provides RRA_ENABLE_REDUCED_DEPENDS, which adds the configure
dnl option --enable-reduced-depends to request that library probes assume
@@ -19,6 +18,6 @@ dnl See LICENSE for licensing terms.
AC_DEFUN([RRA_ENABLE_REDUCED_DEPENDS],
[rra_reduced_depends=false
AC_ARG_ENABLE([reduced-depends],
- [AC_HELP_STRING([--enable-reduced-depends],
+ [AS_HELP_STRING([--enable-reduced-depends],
[Try to minimize shared library dependencies])],
[AS_IF([test x"$enableval" = xyes], [rra_reduced_depends=true])])])