X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=macros%2Fconfig-checks.m4;h=eb4cf882efe7fe8ceaec72e974149fbaa3e835c3;hb=1f995330836cf20b5db3e5b6076735a2a0f4e81e;hp=4e0c72eb0c40afbae83332b326565eeff1925275;hpb=9910b2f7aaa17e65ad2405bf223150f65c2763c2;p=netatalk.git diff --git a/macros/config-checks.m4 b/macros/config-checks.m4 index 4e0c72eb..eb4cf882 100644 --- a/macros/config-checks.m4 +++ b/macros/config-checks.m4 @@ -1,4 +1,4 @@ -dnl $Id: config-checks.m4,v 1.5 2003-06-06 19:45:51 srittau Exp $ +dnl $Id: config-checks.m4,v 1.6 2005-04-28 20:50:05 bfernhomberg Exp $ dnl Autoconf macro to set the configuration directories. AC_DEFUN([NETATALK_CONFIG_DIRS], [ @@ -6,7 +6,7 @@ AC_DEFUN([NETATALK_CONFIG_DIRS], [ AC_ARG_WITH(pkgconfdir, [ --with-pkgconfdir=DIR package specific configuration in DIR - [SYSCONF/netatalk]], + [[SYSCONF/netatalk]]], [ if test "x$withval" != "x"; then PKGCONFDIR="$withval" @@ -14,21 +14,11 @@ AC_DEFUN([NETATALK_CONFIG_DIRS], [ ] ) - NLSDIR="${datadir}/netatalk/nls" - - AC_ARG_WITH(nls-dir, - [ --with-nls-dir=PATH path to NLS files [DATA/netatalk/nls]], - [ - if test "x$withval" != "x"; then - NLSDIR="$withval" - fi - ] - ) SERVERTEXT="${PKGCONFDIR}/msg" AC_ARG_WITH(message-dir, - [ --with-message-dir=PATH path to server message files [PKGCONF/msg]], + [ --with-message-dir=PATH path to server message files [[PKGCONF/msg]]], [ if test x"$withval" = x"no"; then AC_MSG_WARN([*** message-dir is mandatory and cannot be disabled, using default ***]) @@ -39,6 +29,5 @@ AC_DEFUN([NETATALK_CONFIG_DIRS], [ ) AC_SUBST(PKGCONFDIR) - AC_SUBST(NLSDIR) AC_SUBST(SERVERTEXT) ])