From ea40773d805eedd1fba523e742d0b8e2f31ba93c Mon Sep 17 00:00:00 2001 From: srittau Date: Fri, 23 Nov 2001 07:34:58 +0000 Subject: [PATCH 1/1] Removed obsolete --with-config-dir option. --- configure.in | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/configure.in b/configure.in index 78cc36da..19718c67 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -dnl $Id: configure.in,v 1.126.2.1 2001-11-17 23:43:01 srittau Exp $ +dnl $Id: configure.in,v 1.126.2.2 2001-11-23 07:34:58 srittau Exp $ dnl configure.in for netatalk AC_INIT(bin/adv1tov2/adv1tov2.c) @@ -153,16 +153,6 @@ AC_ARG_ENABLE(afs, fi ) -AC_ARG_WITH(config-dir, - [ --with-config-dir=DIR obsolete - use --with-pkgconfdir], - sysconfdir="$withval", - if test "x$prefix" = "xNONE"; then - sysconfdir="$ac_default_prefix/etc" - else - sysconfdir="${prefix}/etc" - fi -) - AC_ARG_WITH(pkgconfdir, [ --with-pkgconfdir=DIR package specific configuration in DIR [[SYSCONF/netatalk]]], -- 2.39.2