From f4c43f70dff3cb9702fd62bc388353d02589e618 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Thu, 8 Oct 2009 20:27:49 -0700 Subject: Replace AC_DEFINE_DIR with AX_DEFINE_DIR from Autoconf Archive --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 34e3ea1..ae0f78b 100644 --- a/configure.ac +++ b/configure.ac @@ -34,7 +34,7 @@ AC_MSG_CHECKING([where to install localized messages]) AC_ARG_WITH([localedir], AC_HELP_STRING([--with-localedir=], [Path to install message files in (default: datadir/locale)]), [LOCALEDIR=${withval}], [LOCALEDIR=${datadir}/locale]) -AC_DEFINE_DIR([LOCALEDIR], [LOCALEDIR], [Location of translated messages]) +AX_DEFINE_DIR([LOCALEDIR], [LOCALEDIR], [Location of translated messages]) if test "x$LOCALEDIR" = "xno" -o "x$USE_GETTEXT" = "xno" ; then AC_MSG_RESULT([nowhere]) USE_GETTEXT="no" -- cgit v1.2.1