File: bootstrap

package info (click to toggle)
libtirpc 1.3.3%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,560 kB
  • sloc: ansic: 20,130; sh: 4,408; makefile: 136
file content (12 lines) | stat: -rwxr-xr-x 368 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
[ -e Makefile ] && make clean
rm -rf autom4te.cache configure Makefile stamp-h1 
rm -rf src/Makefile src/.deps
rm -rf Makefile.in aclocal.m4 config.log config.h
rm -rf depcomp missing install-sh config.status
mkdir -p m4
aclocal -I m4
autoheader
libtoolize --automake --copy
automake --gnu --add-missing -c
autoconf
rm -rf autom4te.cache config.log libtool stamp-h1*