web configure.ac,1.4,1.5
Tobias Hunger <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/web
In directory purcel:/tmp/cvs-serv25599
Modified Files:
configure.ac
Log Message:
Initialize your variables or you will have trouble if you don't pass in
--with-fresco-doc.
Index: configure.ac
===================================================================
RCS file: /cvs/fresco/web/configure.ac,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- configure.ac 21 Jan 2003 21:06:03 -0000 1.4
+++ configure.ac 4 May 2003 12:29:45 -0000 1.5
@@ -36,7 +36,7 @@
AC_ARG_WITH(fresco-doc,
AC_HELP_STRING([--with-fresco-doc],[build online tutorial]),
- [fresco_doc="$withval"])
+ [fresco_doc="$withval"], [fresco_doc=""])
AC_SUBST(fresco_doc)
AC_CONFIG_FILES([config.mk])