index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2011-06-23 23:44:35 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-06-23 23:44:35 -0500 |
commit | ac7d17f88e200f3f1c213474e7b875ecd341753d (patch) | |
tree | 0729e8e8b7903e7ecef8177fd2cc0a2c89567a29 /configure.ac | |
parent | d8d287b4d215eceb382385b84495666f5a03399e (diff) | |
parent | d62a429b924e70f48bf021d3c355dd9455d1c45b (diff) |
-rw-r--r-- | configure.ac | 5 |
diff --git a/configure.ac b/configure.ac index 12f36be6..a149c7d0 100644 --- a/configure.ac +++ b/configure.ac @@ -133,7 +133,7 @@ AC_CHECK_PROGS([PYTHON], [python2.7 python2.6 python2.5 python2 python], [false] AC_PATH_PROGS([BASH_SHELL], [bash bash4 bash3], [false]) # find installed gettext -AM_GNU_GETTEXT([external]) +AM_GNU_GETTEXT([external], [need-ngettext]) AM_GNU_GETTEXT_VERSION(0.13.1) AC_CHECK_LIB([m], [fabs], , @@ -373,11 +373,12 @@ AC_CONFIG_FILES([ lib/libalpm/Makefile lib/libalpm/po/Makefile.in src/pacman/Makefile +src/pacman/po/Makefile.in src/util/Makefile scripts/Makefile +scripts/po/Makefile.in doc/Makefile etc/Makefile -po/Makefile.in test/pacman/Makefile test/pacman/tests/Makefile test/util/Makefile |