f5dfa5
diff -up aspell-0.60.6.1/configure.fc aspell-0.60.6.1/configure
f5dfa5
--- aspell-0.60.6.1/configure.fc	2011-07-04 10:58:50.000000000 +0200
f5dfa5
+++ aspell-0.60.6.1/configure	2011-08-16 11:28:58.626771599 +0200
f5dfa5
@@ -839,6 +839,7 @@ MAINTAINER_MODE_FALSE
f5dfa5
 MAINT
f5dfa5
 pkgdocdir
f5dfa5
 pkgdatadir
f5dfa5
+pkgdatadir2
f5dfa5
 pkglibdir
f5dfa5
 CXX
f5dfa5
 CXXFLAGS
f5dfa5
@@ -2634,18 +2635,21 @@ pkgdatadir=undef
f5dfa5
 # Check whether --enable-pkgdatadir was given.
f5dfa5
 if test "${enable_pkgdatadir+set}" = set; then
f5dfa5
   enableval=$enable_pkgdatadir; pkgdatadir=$enable_pkgdatadir
f5dfa5
+  pkgdatadir2=$enable_pkgdatadir
f5dfa5
 fi
f5dfa5
 
f5dfa5
 
f5dfa5
 # Check whether --enable-pkgdata-dir was given.
f5dfa5
 if test "${enable_pkgdata_dir+set}" = set; then
f5dfa5
   enableval=$enable_pkgdata_dir; pkgdatadir=$enable_dict_dir
f5dfa5
+  pkgdatadir2=$enable_dict_dir
f5dfa5
 fi
f5dfa5
 
f5dfa5
 
f5dfa5
 if test "$pkgdatadir" = "undef"
f5dfa5
 then
f5dfa5
   pkgdatadir=\${libdir}/aspell-0.60
f5dfa5
+  pkgdatadir2=${exec_prefix}/lib/aspell-0.60:${exec_prefix}/lib64/aspell-0.60
f5dfa5
 fi
f5dfa5
 
f5dfa5
 
f5dfa5
@@ -20119,6 +20123,7 @@ MAINTAINER_MODE_FALSE!$MAINTAINER_MODE_F
f5dfa5
 MAINT!$MAINT$ac_delim
f5dfa5
 pkgdocdir!$pkgdocdir$ac_delim
f5dfa5
 pkgdatadir!$pkgdatadir$ac_delim
f5dfa5
+pkgdatadir2!$pkgdatadir2$ac_delim
f5dfa5
 pkglibdir!$pkglibdir$ac_delim
f5dfa5
 CXX!$CXX$ac_delim
f5dfa5
 CXXFLAGS!$CXXFLAGS$ac_delim
f5dfa5
@@ -20142,7 +20147,7 @@ ac_ct_CC!$ac_ct_CC$ac_delim
f5dfa5
 CCDEPMODE!$CCDEPMODE$ac_delim
f5dfa5
 _ACEOF
f5dfa5
 
f5dfa5
-  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
f5dfa5
+  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 98; then
f5dfa5
     break
f5dfa5
   elif $ac_last_try; then
f5dfa5
     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
f5dfa5
diff -up aspell-0.60.6.1/Makefile.in.fc aspell-0.60.6.1/Makefile.in
f5dfa5
--- aspell-0.60.6.1/Makefile.in.fc	2011-07-04 10:58:49.000000000 +0200
f5dfa5
+++ aspell-0.60.6.1/Makefile.in	2011-08-16 11:20:09.030887258 +0200
f5dfa5
@@ -344,6 +344,7 @@ distcleancheck_listfiles = find . -type 
f5dfa5
 
f5dfa5
 # These are needed due to a bug in Automake
f5dfa5
 pkgdatadir = @pkgdatadir@
f5dfa5
+pkgdatadir2 = @pkgdatadir2@
f5dfa5
 pkglibdir = @pkglibdir@
f5dfa5
 ACLOCAL = @ACLOCAL@
f5dfa5
 AMTAR = @AMTAR@
f5dfa5
@@ -1932,7 +1933,7 @@ gen/dirs.h: gen/mk-dirs_h.pl
f5dfa5
 	cd gen; perl mk-dirs_h.pl ${prefix} ${pkgdatadir} ${pkglibdir}  ${sysconfdir} >  dirs.h
f5dfa5
 
f5dfa5
 scripts/run-with-aspell: scripts/run-with-aspell.create
f5dfa5
-	sh ${srcdir}/scripts/run-with-aspell.create ${pkgdatadir} > scripts/run-with-aspell
f5dfa5
+	sh ${srcdir}/scripts/run-with-aspell.create ${pkgdatadir2} > scripts/run-with-aspell
f5dfa5
 	chmod 755 scripts/run-with-aspell
f5dfa5
 @PSPELL_COMPATIBILITY_TRUE@scripts/pspell-config: scripts/mkconfig
f5dfa5
 @PSPELL_COMPATIBILITY_TRUE@	sh ${srcdir}/scripts/mkconfig ${VERSION} ${datadir} ${pkgdatadir}