mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-07 22:02:12 +08:00

sflphone-common -> daemon sflphone-client-gnome -> gnome sflphone-client-kde -> kde sflphone-plugins -> plugins
7 lines
163 B
Bash
Executable File
7 lines
163 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
# Workaround for http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=565663
|
|
[ ! -e m4 ] && mkdir m4
|
|
|
|
autoreconf --force --install --verbose -Wall -I m4
|