Move _xcb_set_fd_flags to xcb_conn.c and make it static. xcb_util.c now has only...
[free-sw/xcb/libxcb] / autogen.sh
1 #! /bin/sh
2 autoreconf -v --install || exit 1
3 ./configure "$@"