1 |
--- aspell-0.60.3/configure.pom 2006-05-23 16:21:04.000000000 +0200 |
2 |
+++ aspell-0.60.3/configure 2006-05-23 16:21:04.000000000 +0200 |
3 |
@@ -23622,7 +23622,7 @@ |
4 |
# # |
5 |
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # |
6 |
|
7 |
- ac_config_files="$ac_config_files Makefile gen/Makefile common/Makefile lib/Makefile data/Makefile m4/Makefile auto/Makefile modules/Makefile modules/tokenizer/Makefile modules/speller/Makefile modules/speller/default/Makefile interfaces/Makefile interfaces/cc/Makefile scripts/Makefile examples/Makefile prog/Makefile manual/Makefile po/Makefile.in modules/filter/Makefile myspell/Makefile lib5/Makefile" |
8 |
+ ac_config_files="$ac_config_files Makefile gen/Makefile common/Makefile lib/Makefile data/Makefile m4/Makefile auto/Makefile modules/Makefile modules/tokenizer/Makefile modules/speller/Makefile modules/speller/default/Makefile interfaces/Makefile interfaces/cc/Makefile scripts/Makefile examples/Makefile prog/Makefile manual/Makefile po/Makefile.in modules/filter/Makefile myspell/Makefile lib5/Makefile aspell.pc" |
9 |
|
10 |
cat >confcache <<\_ACEOF |
11 |
# This file is a shell script that caches the results of configure |
12 |
@@ -24239,6 +24239,7 @@ |
13 |
"depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; |
14 |
"default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; |
15 |
"gen/settings.h" ) CONFIG_HEADERS="$CONFIG_HEADERS gen/settings.h" ;; |
16 |
+ "aspell.pc" ) CONFIG_FILES="$CONFIG_FILES aspell.pc" ;; |
17 |
*) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 |
18 |
echo "$as_me: error: invalid argument: $ac_config_target" >&2;} |
19 |
{ (exit 1); exit 1; }; };; |
20 |
--- aspell-0.60.3/Makefile.in.pom 2006-05-23 16:21:04.000000000 +0200 |
21 |
+++ aspell-0.60.3/Makefile.in 2006-05-23 16:24:09.000000000 +0200 |
22 |
@@ -783,6 +783,8 @@ |
23 |
done |
24 |
install-libLTLIBRARIES: $(lib_LTLIBRARIES) |
25 |
@$(NORMAL_INSTALL) |
26 |
+ mkdir -p $(libdir)/pkgconfig; \ |
27 |
+ cp aspell.pc $(libdir)/pkgconfig/aspell.pc; \ |
28 |
test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)" |
29 |
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \ |
30 |
if test -f $$p; then \ |
31 |
@@ -790,7 +792,7 @@ |
32 |
echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \ |
33 |
$(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \ |
34 |
else :; fi; \ |
35 |
- done |
36 |
+ done |
37 |
|
38 |
uninstall-libLTLIBRARIES: |
39 |
@$(NORMAL_UNINSTALL) |
40 |
--- aspell-0.60.3/scripts/mkconfig.pom 2004-01-03 13:06:24.000000000 +0100 |
41 |
+++ aspell-0.60.3/scripts/mkconfig 2006-05-23 16:21:04.000000000 +0200 |
42 |
@@ -15,7 +15,7 @@ |
43 |
echo "$2" |
44 |
;; |
45 |
--pkgdatadir | pkgdatadir) |
46 |
- echo "$3" |
47 |
+ pkg-config aspell --variable=pkgdatadir |
48 |
;; |
49 |
*) |
50 |
echo "usage: pspell-config version|datadir|pkgdatadir" |
51 |
--- /dev/null 2006-05-22 08:57:38.164651760 +0200 |
52 |
+++ aspell-0.60.3/aspell.pc.in 2006-05-23 16:21:04.000000000 +0200 |
53 |
@@ -0,0 +1,12 @@ |
54 |
+prefix=@prefix@ |
55 |
+exec_prefix=@exec_prefix@ |
56 |
+libdir=@libdir@ |
57 |
+includedir=@includedir@ |
58 |
+pkgdatadir=@pkgdatadir@ |
59 |
+ |
60 |
+Name: Aspell |
61 |
+Description: A spelling checker. |
62 |
+Version: @VERSION@ |
63 |
+Requires: |
64 |
+Libs: -L${libdir} -laspell |
65 |
+Cflags: -I${includedir} |