File: bootstrap

package info (click to toggle)
siege 4.0.2-1.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,624 kB
  • ctags: 1,347
  • sloc: ansic: 12,638; sh: 9,115; makefile: 155; php: 142
file content (17 lines) | stat: -rwxr-xr-x 579 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh
# Jeffrey Fulmer <jdfulmer@armstrong.com>
# Sat Jan  6 11:36:27 EST 2001 - initial creation
# Wed Feb 10 19:29:59 EST 2016 - added manifier
#
# part of siege distribution
# automates the autotools
set -x
aclocal 
autoheader
automake --foreign --copy
autoconf
utils/manifier doc/siege.pod        doc/siege.1.in        'Siege Load Tester' 1
utils/manifier doc/siege.config.pod doc/siege.config.1.in 'siege.config utility' 1
utils/manifier doc/bombardment.pod  doc/bombardment.1.in  'bombardment' 1
utils/manifier doc/bombardment.pod  doc/siege2csv.1.in    'siege2csv' 1