mirror of
https://github.com/brl/mutter.git
synced 2024-11-10 07:56:14 -05:00
016633db7b
* README: * README.in: * autogen.sh: * configure.ac: Move back to regular README naming at least for now.
8 lines
122 B
Bash
Executable File
8 lines
122 B
Bash
Executable File
#! /bin/sh
|
|
gtkdocize || exit 1
|
|
|
|
# back in the stupidity of autoreconf
|
|
autoreconf -v --install || exit 1
|
|
|
|
./configure "$@"
|