From: Dominic L?t. <ma...@us...> - 2004-05-27 02:29:32
|
Update of /cvsroot/robotflow/RobotFlow In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17430 Modified Files: Makefile.am configure.in Log Message: first prototype of make rpm Index: Makefile.am =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/Makefile.am,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** Makefile.am 27 May 2004 00:27:21 -0000 1.14 --- Makefile.am 27 May 2004 02:29:11 -0000 1.15 *************** *** 8,9 **** --- 8,12 ---- SUBDIRS = Generic Pioneer2 Behaviors Vision Control Devices Probes FSM endif + + rpm: dist + rpmbuild -ta ${PACKAGE}-${VERSION}.tar.gz Index: configure.in =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/configure.in,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** configure.in 27 May 2004 01:29:10 -0000 1.31 --- configure.in 27 May 2004 02:29:11 -0000 1.32 *************** *** 113,117 **** AM_CONDITIONAL(WITH_PLAYER,false) fi ! AM_INIT_AUTOMAKE($PACKAGE, $VERSION, no-define) AM_MAINTAINER_MODE --- 113,117 ---- AM_CONDITIONAL(WITH_PLAYER,false) fi ! VERSION=$ROBOTFLOW_VERSION AM_INIT_AUTOMAKE($PACKAGE, $VERSION, no-define) AM_MAINTAINER_MODE |