We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2137053 commit bcc99d5Copy full SHA for bcc99d5
autogen.sh
@@ -1,5 +1,9 @@
1
#!/bin/sh
2
3
+if [ `whoami` = ds ] ; then
4
+ confargs="$confargs --enable-gtk-doc"
5
+fi
6
+
7
autoreconf -i -f &&
8
./configure --disable-static $confargs $@
9
0 commit comments