Correction for make distcheck.
authorPeter Verthez <Peter.Verthez@advalvas.be>
Sun, 13 Oct 2002 14:20:37 +0000 (14:20 +0000)
committerPeter Verthez <Peter.Verthez@advalvas.be>
Sun, 13 Oct 2002 14:20:37 +0000 (14:20 +0000)
t/anselconv.test
t/src/test_gom
t/src/test_script
t/src/test_update

index c4437a6f56d6746dcca0c59abf78ac06d8902670..59cae594e4985f32ff4f63ef4d4a4b513138713f 100755 (executable)
@@ -20,14 +20,14 @@ then
 fi
 
 echo "Testing conversion from ANSEL to UTF-8" >> testgedcom.out
-iconv -f ANSEL -t UTF-8 input/ansel.ged > anselutf8.out
-if ! diff input/anselutf8.ged anselutf8.out >> testgedcom.out
+iconv -f ANSEL -t UTF-8 $srcdir/input/ansel.ged > anselutf8.out
+if ! diff $srcdir/input/anselutf8.ged anselutf8.out >> testgedcom.out
 then
   retval=1
 else
   echo "Testing conversion from UTF-8 to ANSEL" >> testgedcom.out
-  iconv -f UTF-8 -t ANSEL input/anselutf8.ged > ansel.out
-  if ! diff input/ansel.ged ansel.out >> testgedcom.out
+  iconv -f UTF-8 -t ANSEL $srcdir/input/anselutf8.ged > ansel.out
+  if ! diff $srcdir/input/ansel.ged ansel.out >> testgedcom.out
   then
     retval=1
   fi
index 39a2225612d894c74553cf18e981c10970b02810..b3a9f7383bdd9a280271bace9057471547c00d8e 100755 (executable)
@@ -35,7 +35,7 @@ else
 fi
 
 builddir=`pwd`
-ltcmd="$srcdir/../libtool --mode=execute -dlopen $builddir/../gedcom/libgedcom.la -dlopen $builddir/../gom/libgedcom_gom.la"
+ltcmd="$builddir/../libtool --mode=execute -dlopen $builddir/../gedcom/libgedcom.la -dlopen $builddir/../gom/libgedcom_gom.la"
 export GCONV_PATH=.:$GCONV_PATH
 ln -s $srcdir/../data/gedcom.enc .
 ln -s $builddir/../iconv/glibc/.libs/ANSI_Z39.47.so .
index 90c21337a267a3f685821c738f1201e2b5d8a0f1..0061ce5bd34f0218a7a2c1eba9eb9db981484c02 100755 (executable)
@@ -33,7 +33,7 @@ else
 fi
 
 builddir=`pwd`
-ltcmd="$srcdir/../libtool --mode=execute -dlopen $builddir/../gedcom/libgedcom.la"
+ltcmd="$builddir/../libtool --mode=execute -dlopen $builddir/../gedcom/libgedcom.la"
 export GCONV_PATH=.:$GCONV_PATH
 ln -s $srcdir/../data/gedcom.enc .
 ln -s $builddir/../iconv/glibc/.libs/ANSI_Z39.47.so .
index 506f620e332324f2767575b91de4ebe2a82b398c..f2fea3c9577136cb2f07d2fbf0bc146807ac5948 100755 (executable)
@@ -30,7 +30,7 @@ else
 fi
 
 builddir=`pwd`
-ltcmd="$srcdir/../libtool --mode=execute -dlopen $builddir/../gedcom/libgedcom.la"
+ltcmd="$builddir/../libtool --mode=execute -dlopen $builddir/../gedcom/libgedcom.la"
 export GCONV_PATH=.:$GCONV_PATH
 ln -s $srcdir/../data/gedcom.enc .
 ln -s $srcdir/../data/new.ged .