mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-07 22:02:12 +08:00
rename directories
sflphone-common -> daemon sflphone-client-gnome -> gnome sflphone-client-kde -> kde sflphone-plugins -> plugins
This commit is contained in:
6
daemon/autogen.sh
Executable file
6
daemon/autogen.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/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
|
Reference in New Issue
Block a user