/[pcsclite]/trunk/PCSC/bootstrap
ViewVC logotype

Diff of /trunk/PCSC/bootstrap

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 11 by corcoran, Sat Mar 30 18:13:58 2002 UTC revision 139 by rousseau, Fri Sep 6 20:28:13 2002 UTC
# Line 1  Line 1 
1  #! /bin/sh  #! /bin/sh
2    
3    # $Id$
4    
5  set -x  set -x
6  make distclean  
7    if [ -e Makefile ]
8    then
9      make distclean
10    fi
11  aclocal -I build --output=build/aclocal.m4  aclocal -I build --output=build/aclocal.m4
12  libtoolize --copy --force  libtoolize --copy --force
13  # cp -f ~/cvs/config/config.guess ~/cvs/config/config.sub build/  # cp -f ~/cvs/config/config.guess ~/cvs/config/config.sub build/

Legend:
Removed from v.11  
changed lines
  Added in v.139

  ViewVC Help
Powered by ViewVC 1.1.5