Fresco/Prague Makefile.in,1.10,1.11 configure.ac,1.39,1.40
Stefan Seefeld <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/Prague
In directory purcel:/tmp/cvs-serv10349/Prague
Modified Files:
Makefile.in configure.ac
Log Message:
add gen-test and build-test targets. Still need to be filled in a meaningful way.
Index: Makefile.in
===================================================================
RCS file: /cvs/fresco/Fresco/Prague/Makefile.in,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Makefile.in 20 Nov 2002 07:14:21 -0000 1.10
+++ Makefile.in 20 Feb 2003 15:30:35 -0000 1.11
@@ -82,6 +82,10 @@
$(distdir)
-rm -rf $(distdir)
+gen-test:
+
+build-test:
+
uninstall:
$(MAKE) action="uninstall"
Index: configure.ac
===================================================================
RCS file: /cvs/fresco/Fresco/Prague/configure.ac,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- configure.ac 9 Dec 2002 03:01:56 -0000 1.39
+++ configure.ac 20 Feb 2003 15:30:35 -0000 1.40
@@ -49,7 +49,7 @@
dnl ------------------------------------------------------------------
AC_ARG_ENABLE(tracer,
- AC_HELP_STRING([--enable-tracer],[Compile with tracer support]),
+ AC_HELP_STRING([--enable-tracer],[Comiple with tracer support]),
[AC_DEFINE(TRACER, 1, [Define if you want tracer support.])])
AC_MSG_NOTICE([platform specific system utilities])