summaryrefslogtreecommitdiffstats
path: root/patches/logrotate-3.9.1/autogen.sh
blob: 4e86a73425d71d2cd9181487ccb57eb67dbf1f58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/bash

set -e

touch NEWS README AUTHORS ChangeLog

aclocal $ACLOCAL_FLAGS

libtoolize \
	--force \
	--copy

autoreconf \
	--force \
	--install \
	--warnings=cross \
	--warnings=syntax \
	--warnings=obsolete \
	--warnings=unsupported