summaryrefslogtreecommitdiffstats
path: root/patches/Python-2.7.15/autogen.sh
blob: 903ce784720e22541afca90c7ef4cc1836f5ae32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash

# to add config.guess and config.sub
automake --copy --add-missing || true

autoheader --force

autoconf \
	--force \
	--warnings=cross \
	--warnings=syntax \
	--warnings=obsolete \
	--warnings=unsupported