Welcome to mirror list, hosted at ThFree Co, Russian Federation.

bootstrap.sh - github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 28703804199639c9df28ca4c2fabba5f41c83a31 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

# Run this script to generate 'configure'

aclocal -I m4
autoconf
autoheader
automake -a
automake