From a7ba548f366ee4b0805000f7e339ac7e18e1f74e Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Fri, 12 Mar 2010 20:31:37 +0100 Subject: Remove unused M4 code --- src/conf_macros.m4 | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src/conf_macros.m4') diff --git a/src/conf_macros.m4 b/src/conf_macros.m4 index 315a0643..4a41da2b 100644 --- a/src/conf_macros.m4 +++ b/src/conf_macros.m4 @@ -114,20 +114,6 @@ AC_DEFUN([WITH_INIT_DIR], AC_SUBST(initdir) ]) -AC_DEFUN([WITH_SHADOW_UTILS_PATH], - [ AC_ARG_WITH([shadow-utils-path], - [AC_HELP_STRING([--with-shadow-utils-path=PATH], - [Where to look for shadow-utils binaries [/usr/sbin]] - ) - ] - ) - shadow_utils_path="${sbindir}" - if test x"$with_shadow_utils_path" != x; then - shadow_utils_path=$with_shadow_utils_path - fi - AC_SUBST(shadow_utils_path) - ]) - AC_DEFUN([WITH_MANPAGES], [ AC_ARG_WITH([manpages], [AC_HELP_STRING([--with-manpages], -- cgit