* #25974: pjsip: added configure script to tree

This commit is contained in:
Tristan Matthews
2013-06-19 17:02:03 -04:00
parent eb4391361b
commit af08e908f6
3 changed files with 7 additions and 1 deletions

1
.gitignore vendored
View File

@ -20,7 +20,6 @@ Makefile
autom4te.cache
config.guess
config.*
configure
depcomp
install-sh
INSTALL

1
daemon/.gitignore vendored
View File

@ -1,5 +1,6 @@
aclocal.m4
configure
src/dbus/org.sflphone.SFLphone.service
src/sflphoned

6
daemon/libs/pjproject-2.1.0/configure vendored Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
./aconfigure $*
# Note:
# if you're looking for the old configure script, it has been renamed
# to configure-legacy