summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: cbfea7fdfb2ea5e2b8ad84c8faba815b67b8a966 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
autom4te \
	--language=autoconf \
	--output=configure \
	--no-cache \
	--warnings=all \
	configure.ac &&
autoheader