Files
jami-daemon/autogen.sh
2009-01-25 12:36:53 -05:00

10 lines
189 B
Bash
Executable File

#!/bin/sh
# could be replaced with autoconf -v -f (verbose, force rebuild of ltmain, .in files, etc.)
aclocal -I m4
libtoolize --force
autoheader
autoconf -v -f
automake -a
./configure $@