X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=blobdiff_plain;f=macros%2Fconfig-checks.m4;h=4e0c72eb0c40afbae83332b326565eeff1925275;hp=37bef9e8a614dcfcfd732fbb665db1b3a0137917;hb=9910b2f7aaa17e65ad2405bf223150f65c2763c2;hpb=7876e3f35ce55878fbeb2bd3a533bcaeeb1a9aed diff --git a/macros/config-checks.m4 b/macros/config-checks.m4 index 37bef9e8..4e0c72eb 100644 --- a/macros/config-checks.m4 +++ b/macros/config-checks.m4 @@ -1,4 +1,4 @@ -dnl $Id: config-checks.m4,v 1.4 2003-05-20 20:50:49 didg Exp $ +dnl $Id: config-checks.m4,v 1.5 2003-06-06 19:45:51 srittau Exp $ dnl Autoconf macro to set the configuration directories. AC_DEFUN([NETATALK_CONFIG_DIRS], [ @@ -14,10 +14,10 @@ AC_DEFUN([NETATALK_CONFIG_DIRS], [ ] ) - NLSDIR="${PKGCONFDIR}/nls" + NLSDIR="${datadir}/netatalk/nls" AC_ARG_WITH(nls-dir, - [ --with-nls-dir=PATH path to NLS files [PKGCONF/nls]], + [ --with-nls-dir=PATH path to NLS files [DATA/netatalk/nls]], [ if test "x$withval" != "x"; then NLSDIR="$withval"