File: bootstrap

package info (click to toggle)
tecnoballz 0.93.1-10
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 4,528 kB
  • sloc: cpp: 29,390; xml: 425; makefile: 301; ansic: 171; sh: 38
file content (12 lines) | stat: -rwxr-xr-x 220 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

set -ex

rm -f aclocal.m4 configure config.log
mkdir -p autotools
(cd autotools && rm -f config.guess config.sub depcomp install-sh missing mkinstalldirs)

aclocal
automake -a -c --foreign
autoconf
autoheader