summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2010-03-12 20:31:37 +0100
committerStephen Gallagher <sgallagh@redhat.com>2010-03-15 07:40:53 -0400
commita7ba548f366ee4b0805000f7e339ac7e18e1f74e (patch)
tree1f52eba34f3aa204309e910a7c28eb23a6e14e99
parente45fcd9e478300e6be8a49402fcea81fce623804 (diff)
downloadsssd_unused-a7ba548f366ee4b0805000f7e339ac7e18e1f74e.tar.gz
sssd_unused-a7ba548f366ee4b0805000f7e339ac7e18e1f74e.tar.xz
sssd_unused-a7ba548f366ee4b0805000f7e339ac7e18e1f74e.zip
Remove unused M4 code
-rw-r--r--src/conf_macros.m414
1 files changed, 0 insertions, 14 deletions
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],