To a patched source directory, I ran cvs update and edited bootstrap.
[henne...@localhost cvs0605]$ cvs diff -u bootstrap
Index: bootstrap
===================================================================
RCS file: /sources/simulavr/simulavrxx/bootstrap,v
retrieving revision 1.8
diff -u -r1.8 bootstrap
--- bootstrap 10 Mar 2009 13:32:57 -0000 1.8
+++ bootstrap 14 Jun 2009 20:10:07 -0000
@@ -85,7 +85,9 @@
automake ${verbose} --add-missing --copy
autoconf ${verbose}
echo
- echo "Now type './configure' to configure $PROJECT."
+ echo "Now run configure from your build directory."
+ echo "'..../configure --help' will list most of the available options,"
+ echo "but not '--enable-python' or '--enable-tcl' ."
;;
clean)
test "$quiet" = "true" || echo "removing automake generated Makefile.in
files"
[henne...@localhost cvs0605]$
>From the build directory, the following commands succeeded:
../cvs0605/configure --prefix=/usr/local/sim --enable-tcl --enable-python
make
make check
--
Michael Hennebry
[email protected]
"War is only a hobby."
---- Msg sent via CableONE.net MyMail - http://www.cableone.net
_______________________________________________
Simulavr-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/simulavr-devel