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 "$@"
|