--- aspell-0.60.3/configure.pom 2006-05-23 16:21:04.000000000 +0200 +++ aspell-0.60.3/configure 2006-05-23 16:21:04.000000000 +0200 @@ -23622,7 +23622,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" + 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" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -24239,6 +24239,7 @@ "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; "gen/settings.h" ) CONFIG_HEADERS="$CONFIG_HEADERS gen/settings.h" ;; + "aspell.pc" ) CONFIG_FILES="$CONFIG_FILES aspell.pc" ;; *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} { (exit 1); exit 1; }; };; --- aspell-0.60.3/Makefile.in.pom 2006-05-23 16:21:04.000000000 +0200 +++ aspell-0.60.3/Makefile.in 2006-05-23 16:24:09.000000000 +0200 @@ -783,6 +783,8 @@ done install-libLTLIBRARIES: $(lib_LTLIBRARIES) @$(NORMAL_INSTALL) + mkdir -p $(libdir)/pkgconfig; \ + cp aspell.pc $(libdir)/pkgconfig/aspell.pc; \ test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)" @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ if test -f $$p; then \ @@ -790,7 +792,7 @@ echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \ $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \ else :; fi; \ - done + done uninstall-libLTLIBRARIES: @$(NORMAL_UNINSTALL) --- aspell-0.60.3/scripts/mkconfig.pom 2004-01-03 13:06:24.000000000 +0100 +++ aspell-0.60.3/scripts/mkconfig 2006-05-23 16:21:04.000000000 +0200 @@ -15,7 +15,7 @@ echo "$2" ;; --pkgdatadir | pkgdatadir) - echo "$3" + pkg-config aspell --variable=pkgdatadir ;; *) echo "usage: pspell-config version|datadir|pkgdatadir" --- /dev/null 2006-05-22 08:57:38.164651760 +0200 +++ aspell-0.60.3/aspell.pc.in 2006-05-23 16:21:04.000000000 +0200 @@ -0,0 +1,12 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ +pkgdatadir=@pkgdatadir@ + +Name: Aspell +Description: A spelling checker. +Version: @VERSION@ +Requires: +Libs: -L${libdir} -laspell +Cflags: -I${includedir}