File: bootstrap.sh

package info (click to toggle)
dradio 3.8-2.1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 572 kB
  • sloc: ansic: 1,999; sh: 715; makefile: 15
file content (23 lines) | stat: -rwxr-xr-x 275 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/sh

rm -f \
aclocal.m4 \
config.h \
config.h.in \
config.log \
config.status \
config.h.in~ \
configure \
missing \
install-sh \
stamp-h1 \
Makefile \
Makefile.in \
src/Makefile \
src/Makefile.in \
doc/Makefile \
doc/Makefile.in

rm -rf autom4te.cache

autoreconf -fi