index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Giovanni Scafora <linuxmania@gmail.com> | 2007-03-31 20:07:37 -0400 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-03-31 20:30:35 -0400 |
commit | f044e23a60fa7e3346bd6125444d2c5e4846c158 (patch) | |
tree | c9bd860662a0322d218720cede74f28d060b4f77 /configure.ac | |
parent | 583b4b10a3ba273110e0d8dd3be5feca575c1d52 (diff) |
-rw-r--r-- | configure.ac | 5 |
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([ |