blob: aae73e5c8b09185e3c89e7caedd84ff1a9a6d3fc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
--- configure.orig Thu Oct 20 21:05:33 2005
+++ configure Thu Oct 20 21:12:31 2005
@@ -9710,12 +9710,12 @@
/* end confdefs.h. */
#include <libintl.h>
extern int _nl_msg_cat_cntr;
-extern int *_nl_domain_bindings;
+extern int *libintl_nl_domain_bindings;
int
main ()
{
bindtextdomain ("", "");
-return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
+return (int) gettext ("") + _nl_msg_cat_cntr + *libintl_nl_domain_bindings
;
return 0;
}
@@ -20102,7 +20102,7 @@
withval="$with_help_prefix"
GNC_HELPDIR="$with_help_prefix/gnome/help/gnucash"
else
- GNC_HELPDIR="\${datadir}/gnome/help/gnucash"
+ GNC_HELPDIR="\${datadir}/help/gnucash"
fi;
@@ -21587,7 +21587,7 @@
-for ac_header in db_185.h db1/db.h db4/db_185.h
+for ac_header in db_185.h db1/db.h db41/db_185.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
if eval "test \"\${$as_ac_Header+set}\" = set"; then
@@ -21750,7 +21750,7 @@
-for ac_header in db.h db_185.h db1/db.h db4/db_185.h
+for ac_header in db.h db_185.h db1/db.h db41/db_185.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
if eval "test \"\${$as_ac_Header+set}\" = set"; then
|