mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-26 20:30:36 +01:00
3 lines
87 B
Bash
Executable file
3 lines
87 B
Bash
Executable file
#! /bin/sh
|
|
autoreconf -v --install || exit 1
|
|
./configure --enable-maintainer-mode "$@"
|