Skip to content
Permalink
71f1240e43
Go to file
 
 
Cannot retrieve contributors at this time
executable file 17 lines (15 sloc) 322 Bytes
#!/bin/sh
if [ -f config.status ]; then
make maintainer-clean
fi
./bootstrap && \
./configure --enable-maintainer-mode \
--enable-debug \
--prefix=/usr \
--mandir=/usr/share/man \
--sysconfdir=/etc \
--localstatedir=/var \
--enable-test \
--enable-tools \
--enable-dundee \
--disable-datafiles $*
You can’t perform that action at this time.