From f129c63687840e143571ae5cfd4cac5969909241 Mon Sep 17 00:00:00 2001 From: srittau Date: Thu, 17 Jan 2002 05:53:57 +0000 Subject: [PATCH] New substituted variable: NLSDIR. Equals $PKGCONFDIR/nls for now. --- configure.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 8594db80..f90307c9 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -dnl $Id: configure.in,v 1.146 2002-01-17 05:50:38 srittau Exp $ +dnl $Id: configure.in,v 1.147 2002-01-17 05:53:57 srittau Exp $ dnl configure.in for netatalk AC_INIT(bin/adv1tov2/adv1tov2.c) @@ -128,6 +128,9 @@ AC_ARG_WITH(pkgconfdir, PKGCONFDIR="${sysconfdir}/netatalk" ) +dnl FIXME: make this an extra check +NLSDIR="${PKGCONFDIR}/nls" + AC_ARG_WITH(logfile, [ --with-logfile=PATH path for file used by logger [/var/log/netatalk.log] use --without-logfile to disable logger], @@ -598,6 +601,7 @@ AC_SUBST(AFPD_LIBS) AC_SUBST(PAPD_LIBS) AC_SUBST(CFLAGS) AC_SUBST(PKGCONFDIR) +AC_SUBST(NLSDIR) AC_SUBST(OVERWRITE_CONFIG) AM_CONDITIONAL(SOLARIS_MODULE, test x$solaris_module = xyes) -- 2.39.2