mirror of
https://gitlab.freedesktop.org/xorg/lib/libxcb.git
synced 2026-05-24 02:58:15 +02:00
3 lines
62 B
Bash
Executable file
3 lines
62 B
Bash
Executable file
#! /bin/sh
|
|
autoreconf -v --install || exit 1
|
|
./configure "$@"
|