Re: [Plib-devel] [PATCH] demos/build_all_demos: add autogen.sh calls
Brought to you by:
sjbaker
From: Fay, J. F Dr C. U. A. 46 S. <joh...@eg...> - 2009-01-21 18:13:36
|
OK, this one is in SVN. John F. Fay Technical Fellow Jacobs Technology TEAS Group 850-883-1294 -----Original Message----- From: Melchior FRANZ [mailto:mf...@us...] Sent: Wednesday, January 21, 2009 11:51 AM To: pli...@li... Subject: [Plib-devel] [PATCH] demos/build_all_demos: add autogen.sh calls diff --git a/demos/build_all_demos b/demos/build_all_demos index 2b42052..eef78b9 100755 --- a/demos/build_all_demos +++ b/demos/build_all_demos @@ -1,18 +1,21 @@ echo "Building ExPoser..." cd exposer +./autogen.sh ./configure make cd .. echo "Building P-Guide..." cd p-guide +./autogen.sh ./configure make cd .. echo "Building 3D TicTacToe..." cd ttt3d +./autogen.sh ./configure make cd .. ------------------------------------------------------------------------ ------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ plib-devel mailing list pli...@li... https://lists.sourceforge.net/lists/listinfo/plib-devel |