web configure.ac,1.3,1.4
Stefan Seefeld <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/web In directory purcel:/tmp/cvs-serv17585 Modified Files: configure.ac Log Message: build the fresco tutorial as part of the website Index: configure.ac =================================================================== RCS file: /cvs/fresco/web/configure.ac,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- configure.ac 23 Oct 2002 01:51:19 -0000 1.3 +++ configure.ac 21 Jan 2003 21:06:03 -0000 1.4 @@ -34,6 +34,11 @@ Copyright (c) 2000 The Fresco Project <[email protected]> " +AC_ARG_WITH(fresco-doc, + AC_HELP_STRING([--with-fresco-doc],[build online tutorial]), + [fresco_doc="$withval"]) +AC_SUBST(fresco_doc) + AC_CONFIG_FILES([config.mk]) templates=`find $srcdir -name '*.in'`