commit a547f0b0ab47d87e2a3e881059e9be1a8238a602
parent 1c4a0f4748cade43e8edca295b83c8042da98580
Author: Heikki Lindholm <holin@iki.fi>
Date: Sat, 24 May 2008 06:59:29 +0000
AC_DEFINE_DIR guesses the '$'
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
@@ -124,7 +124,7 @@ 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
-AC_DEFINE_DIR([ISOLOCALEDIR], [$ISOPFX/share/locale], [iso-639 catalog])
+AC_DEFINE_DIR([ISOLOCALEDIR], [ISOPFX/share/locale], [iso-639 catalog])
# relative plugin directory
rplugindir="libextractor"