Changeset 3722c40b96a70ec64fad1b100bc7f7e7fdff87e0

Show
Ignore:
Timestamp:
01/06/02 19:11:41 (6 years ago)
Author:
Sam Hocevar <sam@videolan.org>
git-committer:
Sam Hocevar <sam@videolan.org> 1022951501 +0000
git-parent:

[f60d5d587a4013e83b9b4a6d11641badf207c79d]

git-author:
Sam Hocevar <sam@videolan.org> 1022951501 +0000
Message:
  • ./bootstrap.sh: ah ah ah. CVS likes to make fun out of me.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • bootstrap.sh

    rf60d5d5 r3722c40  
    22 
    33##  bootstrap.sh file for vlc, the VideoLAN Client 
    4 ##  $Id: bootstrap.sh,v 1.2 2002/06/01 17:09:25 sam Exp $ 
     4##  $Id: bootstrap.sh,v 1.3 2002/06/01 17:11:41 sam Exp $ 
    55## 
    66##  Authors: Samuel Hocevar <sam@zoy.org> 
     
    2222echo -n "creating headers: " 
    2323rm -f $file 
    24 sed 's#.*\$Id: bootstrap.sh,v 1.2 2002/06/01 17:09:25 sam Exp $file'.in by bootstrap.sh#' \ 
    25     < $file.in > $file 
     24sed 's#.*\$[I][d]:.*# * Automatically generated from '$file'.in by bootstrap.sh#' < $file.in > $file 
    2625echo '#define STORE_SYMBOLS( p_symbols ) \' >> $file 
    2726cat include/*.h | grep '^ *VLC_EXPORT.*;' | \