File: bootstrap.sh

package info (click to toggle)
lwp 2.4%2Bdebian-4
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 1,800 kB
  • ctags: 615
  • sloc: sh: 9,105; ansic: 2,927; asm: 687; makefile: 129
file content (20 lines) | stat: -rwxr-xr-x 540 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/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
# (autoreconf does pretty much everything nowadays)

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