File: reconf

package info (click to toggle)
ccid 1.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,104 kB
  • sloc: ansic: 11,202; sh: 254; lex: 244; makefile: 151; perl: 91; python: 40
file content (16 lines) | stat: -rwxr-xr-x 371 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh

# I use
# - autoconf (GNU Autoconf) 2.61
# - automake (GNU automake) 1.10
# - ltmain.sh (GNU libtool) 1.5.22-4 (1.1220.2.365 2005/12/18 22:14:06)

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