]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sat, 6 Oct 2012 11:31:44 +0000 (11:31 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sat, 6 Oct 2012 11:31:44 +0000 (11:31 +0000)
Magick++/demo/demos.tap
Magick++/tests/tests.tap
tests/wandtest.c

index 892e13602057ffb7b9cfa4682e2f98775f055598..77fa4fb0f14c8ecf9d62d6afd7b9fad61f299c62 100755 (executable)
@@ -8,6 +8,9 @@
 #
 SRCDIR=`dirname $0`
 SRCDIR=`cd $SRCDIR && pwd`/
+TOPSRCDIR=`cd $srcdir && pwd`
+export SRCDIR
+. ./common.shi
 echo "1..24"
 
 cd Magick++/demo || exit 1
index a9f3cda98802af6ee12bc6b0d0f7847531f89e95..71c229a46a84d104623f4442fa55043e1bad8826 100755 (executable)
@@ -8,6 +8,8 @@
 #
 SRCDIR=`dirname $0`
 SRCDIR=`cd $SRCDIR && pwd`/
+export SRCDIR
+. ./common.shi
 echo "1..12"
 
 cd Magick++/tests || exit 1
index d794115e34c266e606f8b7441fa5689351f6aa10..34ef77e2d0055d5c9ca22d06519f5701df2df9ec 100644 (file)
@@ -5228,7 +5228,7 @@ int main(int argc,char **argv)
       path[MaxTextExtent];
 
     path[0]=0;
-    p=getenv("top_srcdir");
+    p=getenv("SRCDIR");
     if (p != (char *) NULL)
       {
         (void) strcpy(path,p);