blob: 72ebba9a8fa2ed195fe7dafccbd9d2981d63acab (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- configure.orig Sun Feb 8 17:35:23 2004
+++ configure Wed Nov 2 16:45:08 2005
@@ -4566,12 +4566,12 @@
kpathsea_dir=
kpathsea_lib=
kpathsea_def=
- for cand in .. ../kpse3-2 kpse3-2 .
+ for cand in ${LOCALBASE}
do
- if test -f $cand/kpathsea/tex-file.h ; then
- kpathsea_dir=$cand
- kpathsea_lib=$cand/kpathsea/STATIC/libkpathsea.a
- kpathsea_def="-DHAVE_LIBKPATHSEA -I$cand"
+ if test -f $cand/include/kpathsea/tex-file.h ; then
+ kpathsea_dir=$cand/include
+ kpathsea_lib=$cand/lib/libkpathsea.a
+ kpathsea_def="-DHAVE_LIBKPATHSEA -I$cand/include"
fi
done
if test -z "$kpathsea_dir"; then
|