Changeset ad2b55d3f2c88c9c13674ba9dda45b80e8c0a713

Show
Ignore:
Timestamp:
05/02/08 23:43:14 (8 months ago)
Author:
Christophe Mutricy <xtophe@videolan.org>
git-committer:
Christophe Mutricy <xtophe@videolan.org> 1202251394 +0000
git-parent:

[745feeb9e15ce81a95dc31324af13ac6958553f0]

git-author:
Christophe Mutricy <xtophe@videolan.org> 1202251394 +0000
Message:

Don't put in SUBDIRS dir without Makefile
autoconf260.m4 has moved

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Makefile.am

    r44c059e rad2b55d  
    1010SUBDIRS = po libs/loader libs/srtp src modules \ 
    1111        projects/mozilla bindings projects/activex share doc 
    12 DIST_SUBDIRS = $(SUBDIRS) extras/buildsystem/autotools/m4 extras/package/ipkg 
     12DIST_SUBDIRS = $(SUBDIRS) extras/package/ipkg 
    1313 
    1414EXTRA_DIST = \ 
  • bootstrap

    r88e2bbb rad2b55d  
    6464    echo "Press Enter to continue" 
    6565    read 
    66     cp -f extras/m4/autoconf260.m4 m4/ 
     66    cp -f extras/buildsystem/autotools/m4/autoconf260.m4 m4/ 
    6767    ;; 
    6868esac