From f044e23a60fa7e3346bd6125444d2c5e4846c158 Mon Sep 17 00:00:00 2001 From: Giovanni Scafora Date: Sat, 31 Mar 2007 20:07:37 -0400 Subject: Gettext support in makepkg Add gettext support to makepkg. Still to do- figure out for sure what textdomain the translations should go in (perhaps share with pacman?), and ensure this doesn't break anything. Signed-off-by: Dan McGee --- configure.ac | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 81ef899f..2872c38e 100644 --- a/configure.ac +++ b/configure.ac @@ -203,6 +203,11 @@ AC_DEFINE_UNQUOTED([PM_EXT_PKG], "$pkgext", [The file extension used by pacman p dnl Set database file extension AC_DEFINE_UNQUOTED([PM_EXT_DB], "$dbext", [The file extension used by pacman databases]) +dnl Set up localedir substitution, double eval to get full path +localedir="$(eval echo ${localedir})" +LOCALEDIR="$(eval echo ${localedir})" +AC_SUBST(LOCALEDIR) + dnl ========================================================================== AC_OUTPUT([ -- cgit v1.2.3-24-g4f1b