6a148d571e
* autogen.sh: autoreconf needs a README.
10 lines
173 B
Bash
Executable File
10 lines
173 B
Bash
Executable File
#! /bin/sh
|
|
gtkdocize || exit 1
|
|
|
|
# back in the stupidity of autoreconf
|
|
touch README
|
|
autoreconf -v --install || exit 1
|
|
rm -f README
|
|
|
|
./configure --enable-maintainer-mode "$@"
|