mirror of
https://gitlab.freedesktop.org/xorg/proto/xcbproto.git
synced 2025-12-25 03:40:11 +01:00
4 lines
62 B
Bash
4 lines
62 B
Bash
|
|
#! /bin/sh
|
||
|
|
autoreconf -v --install || exit 1
|
||
|
|
./configure "$@"
|