File: bootstrap

package info (click to toggle)
pcsc-lite 2.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,688 kB
  • sloc: ansic: 13,869; python: 3,173; lex: 609; makefile: 246; sh: 54; xml: 22
file content (17 lines) | stat: -rwxr-xr-x 385 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh

# I use
# - autoconf (GNU Autoconf) 2.64
# - autoconf-archive (GNU autoconf-archive)
# - automake (GNU automake) 1.11
# - libtool (GNU libtool) 2.2.6

set -e
set -x
if test -f Makefile; then
  make distclean
fi
rm -rf *.cache *.m4 config.guess config.log \
config.status config.sub depcomp ltmain.sh
#(cat m4/*.m4 > acinclude.m4 2> /dev/null)
autoreconf --verbose --install