2002-07-13 01:39:49 +02:00
|
|
|
$NetBSD: patch-aa,v 1.11 2002/07/12 23:39:50 mycroft Exp $
|
2001-04-26 07:57:22 +02:00
|
|
|
|
2002-07-13 01:39:49 +02:00
|
|
|
--- configure.orig Thu Jun 20 19:55:20 2002
|
|
|
|
+++ configure Wed Jul 10 22:44:39 2002
|
|
|
|
@@ -8406,13 +8406,13 @@
|
|
|
|
if { (eval echo configure:8407: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
2001-04-26 07:57:22 +02:00
|
|
|
rm -rf conftest*
|
|
|
|
CATOBJEXT=.gmo
|
|
|
|
- DATADIRNAME=share
|
|
|
|
+ DATADIRNAME=${LOCALEDIR}
|
|
|
|
else
|
|
|
|
echo "configure: failed program was:" >&5
|
|
|
|
cat conftest.$ac_ext >&5
|
|
|
|
rm -rf conftest*
|
|
|
|
CATOBJEXT=.mo
|
|
|
|
- DATADIRNAME=lib
|
|
|
|
+ DATADIRNAME=${LOCALEDIR}
|
|
|
|
fi
|
|
|
|
rm -f conftest*
|
|
|
|
INSTOBJEXT=.mo
|
2002-07-13 01:39:49 +02:00
|
|
|
@@ -8641,7 +8641,7 @@
|
2001-04-26 07:57:22 +02:00
|
|
|
# We need to process the po/ directory.
|
|
|
|
POSUB=po
|
|
|
|
else
|
|
|
|
- DATADIRNAME=share
|
|
|
|
+ DATADIRNAME=${LOCALEDIR}
|
|
|
|
nls_cv_header_intl=intl/libintl.h
|
|
|
|
nls_cv_header_libgt=intl/libgettext.h
|
|
|
|
fi
|
2002-07-13 01:39:49 +02:00
|
|
|
@@ -9237,8 +9237,8 @@
|
2001-08-11 20:39:25 +02:00
|
|
|
# This can only change between Evolution versions (and then can only
|
|
|
|
# go up.)
|
|
|
|
evolution_db_version_major=3
|
|
|
|
-evolution_db_version_minor=1
|
|
|
|
-evolution_db_version_patch=17
|
2001-12-03 08:58:47 +01:00
|
|
|
+evolution_db_version_minor=3
|
2001-12-03 07:27:10 +01:00
|
|
|
+evolution_db_version_patch=11
|
2001-08-11 20:39:25 +02:00
|
|
|
|
|
|
|
evolution_db_version=${evolution_db_version_major}.${evolution_db_version_minor}.${evolution_db_version_patch}
|
|
|
|
cat >> confdefs.h <<EOF
|