Fresco autogen.sh,1.12,1.13 configure.ac,1.23,1.24
Stefan Seefeld <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco
In directory purcel:/tmp/cvs-serv21284
Modified Files:
autogen.sh configure.ac
Log Message:
part two of Fresco-Test build system integration
Index: autogen.sh
===================================================================
RCS file: /cvs/fresco/Fresco/autogen.sh,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- autogen.sh 21 Jan 2003 07:45:31 -0000 1.12
+++ autogen.sh 19 Feb 2003 22:36:11 -0000 1.13
@@ -24,6 +24,7 @@
echo "Generating toplevel configure..."
autoconf
+conf Fresco-Test
conf_with_header Prague
conf_with_header Babylon
conf Fresco-IDL
Index: configure.ac
===================================================================
RCS file: /cvs/fresco/Fresco/configure.ac,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- configure.ac 21 Jan 2003 07:45:31 -0000 1.23
+++ configure.ac 19 Feb 2003 22:36:11 -0000 1.24
@@ -51,6 +51,9 @@
AC_HELP_STRING([--enable-python-demos],[Configure python demos support]),
[config_python_demos="$enableval"],[config_python_demos="yes"])
+if test -d $srcdir/Fresco-Test; then
+ AC_CONFIG_SUBDIRS(Fresco-Test)
+fi
if test -d $srcdir/Prague; then
AC_CONFIG_SUBDIRS(Prague)
fi