mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
10 lines
210 B
Bash
Executable File
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
|