Updated basedir.c to add possibly missing path seperator in xdgFindExisting
[libxdg-basedir.git] / autogen.sh
blob4c0f11038ece020b7d2861bd0564e64f9d3ccaf8
1 #!/bin/sh
3 autoreconf --force --install || exit 1
4 ./configure "$@" || exit 1