simulavr-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Simulavr-devel] patch: make bootstrap suggest a separate build director


From: address@hidden
Subject: [Simulavr-devel] patch: make bootstrap suggest a separate build directory
Date: Sun, 14 Jun 2009 14:05:50 -0700

To a patched source directory, I ran cvs update and edited bootstrap.

address@hidden 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"
address@hidden cvs0605]$ 
>From the build directory, the following commands succeeded:
../cvs0605/configure --prefix=/usr/local/sim --enable-tcl --enable-python
make
make check

--
Michael Hennebry
address@hidden
"War is only a hobby."
---- Msg sent via CableONE.net MyMail - http://www.cableone.net



reply via email to

[Prev in Thread] Current Thread [Next in Thread]