Changes between Version 8 and Version 9 of ropp_repository


Ignore:
Timestamp:
2008-09-17T16:31:58Z (16 years ago)
Author:
Dave Offiler
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ropp_repository

    v8 v9  
    4545
    4646Instructions for developers working with branches in ROPP are available [https://trac.grassaf.org/ropp/wiki/ropp_branches here].
     47
     48=== Preparation for building ===
     49
     50Having checked out {{{ropp_src}}} (trunk, tag or branch) some commands need to be run to locally create intermediate configuration and make files not in the repository, before the {{{configure / make / make install}}} sequence can begin:
     51{{{
     52aclocal -m4 --force
     53automake -a -c
     54autoconf
     55}}}
     56These commands need to be repeated in each of the {{{ropp_tools}}}, {{{ropp_io}}} etc modules. Thereafter, if any changes are made to the low-level configure.ac or Makefile.am template files, an {{{autoreconf}}} should be sufficient. The whole sequence needs to be re-run if any .m4 (macro) file is changed.