summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 1eeb771ec9797332557f3dff0636b7f44c5d0d9c (plain)
1
2
3
4
5
#!/bin/sh
mkdir -p m4
autopoint --force
AUTOPOINT='intltoolize --automake --copy' autoreconf -fiv -Wall || exit
./configure --enable-maintainer-mode "$@"