Commit 1622cb1c authored by Theppitak Karoonboonyanan's avatar Theppitak Karoonboonyanan Committed by Jens Georg
Browse files
parent bc3e87b0
Loading
Loading
Loading
Loading
+11 −1
Original line number Diff line number Diff line
@@ -21,6 +21,16 @@
#  Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
#  Boston, MA 02110-1301, USA.

test -n "$srcdir" || srcdir=`dirname "$0"`
test -n "$srcdir" || srcdir=.

olddir=`pwd`
cd "$srcdir"

gtkdocize || exit 1
ACLOCAL="${ACLOCAL-aclocal} $ACLOCAL_FLAGS" autoreconf -v --install || exit 1
./configure --enable-maintainer-mode --enable-debug "$@"

cd "$olddir"
if test -z "$NOCONFIGURE"; then
    "$srcdir/configure" --enable-maintainer-mode --enable-debug "$@"
fi