summaryrefslogtreecommitdiffstats
path: root/languages/python/app_templates/pyqt/app-autogen.sh
blob: b380ddfd0ac9bd1c8e6d56e16cf27923229b07ac (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
echo "Running aclocal"
aclocal
echo "Running autoconf"
autoconf
echo "Processing Makefile.am"
python pyqt-am-preproc.py
echo "Running automake"
automake
echo "Done."