Line 0
Link Here
|
|
|
1 |
--- configure.orig 2007-02-28 05:34:14.000000000 +0900 |
2 |
+++ configure 2009-03-09 02:12:05.000000000 +0900 |
3 |
@@ -9044,8 +9044,10 @@ |
4 |
|
5 |
glib_save_prefix="$prefix" |
6 |
glib_save_exec_prefix="$exec_prefix" |
7 |
+glib_save_datarootdir="$datarootdir" |
8 |
test "x$prefix" = xNONE && prefix=$ac_default_prefix |
9 |
test "x$exec_prefix" = xNONE && exec_prefix=$prefix |
10 |
+datarootdir=`eval echo "${datarootdir}"` |
11 |
if test "x$CATOBJEXT" = "x.mo" ; then |
12 |
localedir=`eval echo "${libdir}/locale"` |
13 |
else |
14 |
@@ -9053,6 +9055,7 @@ |
15 |
fi |
16 |
prefix="$glib_save_prefix" |
17 |
exec_prefix="$glib_save_exec_prefix" |
18 |
+datarootdir="$glib_save_datarootdir" |
19 |
|
20 |
cat >>confdefs.h <<_ACEOF |
21 |
#define LOCALEDIR "$localedir" |