Fresco autogen.sh,1.11,1.12 configure.ac,1.22,1.23
Stefan Seefeld <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco In directory purcel:/tmp/cvs-serv25370 Modified Files: autogen.sh configure.ac Log Message: re-integrate Tutorial into the build system Index: autogen.sh =================================================================== RCS file: /cvs/fresco/Fresco/autogen.sh,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- autogen.sh 3 Dec 2002 20:35:42 -0000 1.11 +++ autogen.sh 21 Jan 2003 07:45:31 -0000 1.12 @@ -36,5 +36,6 @@ conf Fresco-Perl conf Fresco-C++-demos conf Fresco-Python-demos +conf Documentation conf_with_header contrib/daVinci Index: configure.ac =================================================================== RCS file: /cvs/fresco/Fresco/configure.ac,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- configure.ac 4 Dec 2002 03:15:50 -0000 1.22 +++ configure.ac 21 Jan 2003 07:45:31 -0000 1.23 @@ -87,6 +87,9 @@ if test -d $srcdir/Fresco-Python-demos -a ".$config_python_demos" = ".yes"; then AC_CONFIG_SUBDIRS(Fresco-Python-demos) fi +if test -d $srcdir/Documentation; then + AC_CONFIG_SUBDIRS(Documentation) +fi if test -d $srcdir/contrib/daVinci; then AC_CONFIG_SUBDIRS(contrib/daVinci) fi