summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 60a99664ba2f322b90738e9402e2cb5fbf128aa3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

if [ $(whoami) = ds ] ; then
  confflags="--enable-gtk-doc"
else
  confflags="--enable-gtk-doc"
fi

autoreconf -i -f &&
  ./configure --enable-maintainer-mode --disable-static $confflags $@