File: bootstrap.sh

package info (click to toggle)
lwp 2.3%2Bdebian-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,808 kB
  • ctags: 613
  • sloc: sh: 9,024; ansic: 2,923; asm: 684; makefile: 122
file content (19 lines) | stat: -rwxr-xr-x 446 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/sh
#
# Running this should create the following files:
# 
# touch      - ChangeLog
# autoheader - config.h.in
# aclocal    - aclocal.m4
# automake   - COPYING INSTALL Makefile.in config.guess config.sub install-sh
#              libtool ltconfig ltmain.sh missing mkinstalldirs stamp-h.in
# autoconf   - configure
#

rm -rf autom4te.cache
touch ChangeLog
autoheader
aclocal
libtoolize --copy --force
automake --copy --add-missing
autoconf