/rusxmms/librcc

To get this branch, use:
bzr branch http://suren.me/webbzr/rusxmms/librcc

« back to all changes in this revision

Viewing changes to release

  • Committer: Suren A. Chilingaryan
  • Date: 2013-11-16 00:17:56 UTC
  • Revision ID: csa@dside.dyndns.org-20131116001756-qz8dfb6q6fue6r1l
Compatibility with older automake and fixes to release script

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 
35
35
(
36
36
    cd $RDIR/$rname
37
 
    ./autogen.sh
 
37
    rm -f missing compile depcomp install-sh mkinstalldirs ar-lib
 
38
    WANT_AUTOMAKE=1.9 WANT_AUTOCONF=2.5 ./autogen.sh
38
39
    ./configure
39
 
    make clean distclean distclean-am -C examples 
 
40
#    make clean distclean distclean-am -C examples 
40
41
    make clean distclean distclean-am
41
42
    find . -name CMakeFiles -print0 | xargs -0 rm -rf
42
43
    find . -name CMakeCache.txt -print0 | xargs -0 rm -rf