Changeset fa9abba62f600b1c019da926c5ed1c6752f80fb5

Show
Ignore:
Timestamp:
03/23/08 20:53:10 (3 months ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1206301990 +0200
git-parent:

[8adb3a39b869d2b39d1948fc30c05e0f2febf697]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1206301990 +0200
Message:

Check-in modules/Makefile.am

It was a bit clumsy to have to modify it through bootstrap.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • bootstrap

    r8adb3a3 rfa9abba  
    9696modules="" 
    9797 
    98 rm -f modules/Makefile.am && cat > modules/Makefile.am << EOF 
    99 # Autogenerated by bootstrap - DO NOT EDIT 
    100 EXTRA_DIST = LIST 
    101 dist_noinst_SCRIPTS = genmf 
    102 SUBDIRS = `sed -ne 's,modules/\([^/]*\)/Makefile,\1,p' configure.ac | xargs` 
    103  
    104 EOF 
    105  
    10698modules/genmf `sed -ne 's,modules/\(.*\)/Makefile,\1,p' configure.ac` 
    10799