File: bootstrap

package info (click to toggle)
powermanga 0.93.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 23,752 kB
  • sloc: ansic: 34,659; sh: 3,974; asm: 2,213; makefile: 547; xml: 60
file content (14 lines) | stat: -rwxr-xr-x 245 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

set -ex

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

#aclocal-1.9
#automake-1.9 -a -c --foreign
aclocal
automake -a -c --foreign
autoconf
autoheader