Fresco/Babylon configure.ac,1.21,1.22
Tobias Hunger <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/Babylon In directory purcel:/tmp/cvs-serv28022/Babylon Modified Files: configure.ac Log Message: Add a "framework test" to Babylon: It only has two tests, one allways passing, the other allways failing. It builds and runs. (You have to set LD_LIBRARY_PATH!) Index: configure.ac =================================================================== RCS file: /cvs/fresco/Fresco/Babylon/configure.ac,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- configure.ac 3 Apr 2003 22:39:10 -0000 1.21 +++ configure.ac 4 Apr 2003 17:39:48 -0000 1.22 @@ -45,7 +45,7 @@ dnl ------------------------------------------------------------------ FRESCO_PACKAGE([Fresco-Test], [Fresco_Test], [$PACKAGE_VERSION], [..]) -TEST_CONFIG="$Fresco-Test-prefix/bin/Fresco-Test-config" +TEST_CONFIG="$Fresco_Test_prefix/bin/Fresco-Test-config" AC_SUBST(TEST_CONFIG) dnl ------------------------------------------------------------------