wxmppd/autogen.sh

6 lines
89 B
Bash
Raw Normal View History

#! /bin/sh
autoreconf -i
[ ! -d Build ] && mkdir Build
./configure --prefix=`pwd`/Build