Files
jami-daemon/autogen.sh
Emmanuel Milou 734bc33aee Update spec files
2009-02-25 18:26:24 -05:00

10 lines
186 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 $@