Files
jami-daemon/autogen.sh
Emmanuel Milou bd3bc1a56b Add an autogen script on client and server side
Just have to run it and then make
2008-10-01 14:25:55 -04:00

10 lines
210 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 -f
automake -a
./configure --prefix=/usr --with-debug