Skip to content

Commit bcc99d5

Browse files
committed
autogen.sh: Enable --enable-gtk-doc for ds
1 parent 2137053 commit bcc99d5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

autogen.sh

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/bin/sh
22

3+
if [ `whoami` = ds ] ; then
4+
confargs="$confargs --enable-gtk-doc"
5+
fi
6+
37
autoreconf -i -f &&
48
./configure --disable-static $confargs $@
59

0 commit comments

Comments
 (0)