diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2010-03-12 20:31:37 +0100 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-03-15 07:40:53 -0400 |
commit | a7ba548f366ee4b0805000f7e339ac7e18e1f74e (patch) | |
tree | 1f52eba34f3aa204309e910a7c28eb23a6e14e99 /src/conf_macros.m4 | |
parent | e45fcd9e478300e6be8a49402fcea81fce623804 (diff) | |
download | sssd2-a7ba548f366ee4b0805000f7e339ac7e18e1f74e.tar.gz sssd2-a7ba548f366ee4b0805000f7e339ac7e18e1f74e.tar.xz sssd2-a7ba548f366ee4b0805000f7e339ac7e18e1f74e.zip |
Remove unused M4 code
Diffstat (limited to 'src/conf_macros.m4')
-rw-r--r-- | src/conf_macros.m4 | 14 |
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], |