File: bootstrap

package info (click to toggle)
snacc 1.3bbn-7
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 7,492 kB
  • ctags: 6,157
  • sloc: ansic: 43,698; sh: 10,621; cpp: 6,448; makefile: 4,372; yacc: 2,217; lex: 517; sed: 4
file content (12 lines) | stat: -rw-r--r-- 324 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

rm -f aclocal.m4 configure config.guess config.log config.sub config.cache config.h.in config.h compile ltmain.sh libtool ltconfig missing mkinstalldirs depcomp install-sh configure.in

libtoolize --automake --copy --force
aclocal-1.7
autoheader
autoconf
automake-1.7 --add-missing --copy

rm -Rf autom4te.cache