Changeset 8adb3a39b869d2b39d1948fc30c05e0f2febf697

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

[a24c9548fbb58b429ff6d40b3e6ad5352c1695e7]

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

Fix the INSTALL / autoreconf hack

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • .gitignore

    r974a399 r8adb3a3  
    2121config.* 
    2222configure 
     23INSTALL.git 
    2324libtool 
    2425Makefile 
  • bootstrap

    ra24c954 r8adb3a3  
    118118# Automake complains if these are not present 
    119119echo > vlc-config.in 
    120 cp -f INSTALL INSTALL.svn 
     120cp -f INSTALL INSTALL.git 
    121121 
    122122autoreconf --install --force --verbose ${ACLOCAL_ARGS} 
    123123rm -f po/Makevars.template 
    124124echo > ABOUT-NLS 
    125 mv -f INSTALL.svn INSTALL 
     125mv -f INSTALL.git INSTALL 
    126126 
    127127##