Update remaining base query api functions to allow NULL handles.
[libxdg-basedir.git] / autogen.sh
blob4c0f11038ece020b7d2861bd0564e64f9d3ccaf8
1 #!/bin/sh
3 autoreconf --force --install || exit 1
4 ./configure "$@" || exit 1