add support for _NET_WM_WINDOW_TYPE_DIALOG
[awesome.git] / autogen.sh
blob01c075c972bbe192457f8f7ff56db6d7f0ec8506
1 #!/bin/sh
3 echo "Generating configure files... may take a while."
5 autoreconf --install --force && \
6 echo "Preparing was successful if there was no error messages above." && \
7 echo "Now type:" && \
8 echo " ./configure && make" && \
9 echo "Run './configure --help' for more information"