Update of /cvsroot/echempp
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv13770
Modified Files:
README_FIRST
Removed Files:
bootstrap
Log Message:
Removed bootstrap scripts. All functionality is now in toplevel runme_cvs.sh
--- bootstrap DELETED ---
Index: README_FIRST
===================================================================
RCS file: /cvsroot/echempp/README_FIRST,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** README_FIRST 21 Jan 2006 13:38:12 -0000 1.6
--- README_FIRST 19 Dec 2007 15:20:05 -0000 1.7
***************
*** 1,24 ****
If you have downloaded the cvs version of this package, you have
! to create a configure-script first
!
! after the cvs checkout is complete do the following:
!
! 0) copy your local libtool.m4 file to
! acinclude.m4 in the top echempp directory, e.g.
!
! cd ~/software/echempp
! cp /usr/share/aclocal/libtool.m4 acinclude.m4
! 1) run ./bootstrap (ignore the messages)
! 2) run libtoolize (ignore the messages)
! 3) run ./bootstrap
! 4) change into the subdirectories GUI, Utilities,
! Experiment, Model, Analysis and HardwareControl
! and run ./bootstrap.
! this will create the necessary files to compile the package
! (see README).
! If you are a EChem++ developper, you should run bootstrap
every time you changed something in the configure.in and/or
Makefile.am files.
--- 1,12 ----
If you have downloaded the cvs version of this package, you have
! to create a configure-script first.
! Simply run runme_cvs.sh to set up everything.
! If your libtool.m4 is in a non-standard
! directory you have to change the variable
! LIBTOOLM4 in runme_cvs.sh.
! If you are a EChem++ developper, you should run runme_cvs.sh
every time you changed something in the configure.in and/or
Makefile.am files.
***************
*** 28,29 ****
--- 16,19 ----
Kai Ludwig, October 2003
+ Updated by Dominik Brugger, December 2007
+
|