mirror of
https://github.com/brl/mutter.git
synced 2024-11-10 07:56:14 -05:00
5 lines
107 B
Bash
Executable File
5 lines
107 B
Bash
Executable File
#! /bin/sh
|
|
gtkdocize || exit 1
|
|
autoreconf -v --install || exit 1
|
|
./configure --enable-maintainer-mode "$@"
|