~ubuntu-branches/ubuntu/jaunty/pcsc-lite/jaunty-security

« back to all changes in this revision

Viewing changes to bootstrap

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Rousseau
  • Date: 2005-11-27 18:04:59 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051127180459-qrex2gzpq9d8jexd
Tags: 1.2.9-beta9-1
* New upstream version
* debian/compat: change from 3 to 4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
# I use  
 
4
# - autoconf (GNU Autoconf) 2.59
 
5
# - automake (GNU automake) 1.7.9
 
6
# - libtool (GNU libtool) 1.5.6 (1.1220.2.95 2004/04/11 05:50:42)
 
7
 
 
8
set -e
 
9
set -x
 
10
if test -f Makefile; then
 
11
  make distclean
 
12
fi
 
13
rm -rf *.cache *.m4 config.guess config.log \
 
14
config.status config.sub depcomp ltmain.sh
 
15
#(cat m4/*.m4 > acinclude.m4 2> /dev/null)
 
16
autoreconf --verbose --install