libextractor

GNU libextractor
Log | Files | Refs | Submodules | README | LICENSE

commit 1c4a0f4748cade43e8edca295b83c8042da98580
parent be03ca65495c89c7784fec29f5f0d93ef51be2ad
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 23 May 2008 05:07:57 +0000

partially fixing mantis 1341

Diffstat:
Mconfigure.ac | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac @@ -120,7 +120,7 @@ AM_ICONV # passed through the command line ("-DLOCALEDIR=..."). This would # lead to hard-coded paths ("C:\mingw\mingw\bin...") that do # not contain the actual installation. -AC_DEFINE_DIR([LOCALEDIR], [datadir/locale], [gettext catalogs]) +AC_DEFINE_DIR([LOCALEDIR], [datarootdir/locale], [gettext catalogs]) ISOPFX=`pkg-config --variable=prefix iso-codes` pkg-config --variable=prefix iso-codes 2> /dev/null || ISOPFX=/usr