016633db7b
* README: * README.in: * autogen.sh: * configure.ac: Move back to regular README naming at least for now.
7 lines
122 B
Bash
Executable file
7 lines
122 B
Bash
Executable file
#! /bin/sh
|
|
gtkdocize || exit 1
|
|
|
|
# back in the stupidity of autoreconf
|
|
autoreconf -v --install || exit 1
|
|
|
|
./configure "$@"
|