forked from sipXcom/sipxecs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
dizzy
committed
Jul 13, 2017
1 parent
f3ed2d3
commit 5543ca6
Showing
93 changed files
with
95 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
# | ||
AC_PREREQ(2.57) | ||
|
||
AC_INIT(sipX, 17.08, [email protected]) | ||
AC_INIT(sipX, 17.10, [email protected]) | ||
|
||
# Pass standard and sipxecs common params to ./configure switches on all sub-projects. | ||
# Doesn't have to handle ./configure vars like SIPX_PBXUSER because those | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AC_PREREQ(2.57) | ||
AC_INIT(mod_bcg729, 17.08, [email protected]) | ||
AC_INIT(mod_bcg729, 17.10, [email protected]) | ||
AC_CONFIG_AUX_DIR(config) | ||
AM_INIT_AUTOMAKE(foreign tar-ustar) | ||
m4_include([config/general.m4]) | ||
|
Submodule oss_core
updated
1 files
+1 −1 | configure.ac |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AC_PREREQ(2.57) | ||
AC_INIT(sipXaastra, 17.08, [email protected]) | ||
AC_INIT(sipXaastra, 17.10, [email protected]) | ||
AC_CONFIG_AUX_DIR(config) | ||
m4_include([config/general.m4]) | ||
m4_include([config/sipXlib.m4]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AC_PREREQ(2.57) | ||
AC_INIT(sipXacccode, 17.08, [email protected]) | ||
AC_INIT(sipXacccode, 17.10, [email protected]) | ||
AC_CONFIG_AUX_DIR(config) | ||
m4_include([config/general.m4]) | ||
m4_include([config/sipXlib.m4]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AC_PREREQ(2.57) | ||
AC_INIT(sipXaudiocodes, 17.08, [email protected]) | ||
AC_INIT(sipXaudiocodes, 17.10, [email protected]) | ||
AC_CONFIG_AUX_DIR(config) | ||
AC_CONFIG_SRCDIR([src/org/sipfoundry/sipxconfig/phone/audiocodesphone/AudioCodesPhone.java]) | ||
m4_include([config/sipXlib2.m4]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AC_PREREQ(2.57) | ||
AC_INIT(sipXbridge, 17.08, [email protected]) | ||
AC_INIT(sipXbridge, 17.10, [email protected]) | ||
AC_CONFIG_AUX_DIR(config) | ||
m4_include([config/general.m4]) | ||
m4_include([config/sipXlib.m4]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AC_PREREQ(2.57) | ||
AC_INIT(sipXcallController, 17.08, [email protected]) | ||
AC_INIT(sipXcallController, 17.10, [email protected]) | ||
AC_CONFIG_AUX_DIR(config) | ||
m4_include([config/general.m4]) | ||
m4_include([config/sipXlib.m4]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AC_PREREQ(2.57) | ||
AC_INIT(sipXcallLib, 17.08, [email protected]) | ||
AC_INIT(sipXcallLib, 17.10, [email protected]) | ||
AC_CONFIG_AUX_DIR(config) | ||
m4_include([config/general.m4]) | ||
m4_include([config/sipXlib.m4]) | ||
|
Submodule sipXcallQueue
updated
1 files
+1 −1 | configure.ac |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AC_PREREQ(2.57) | ||
AC_INIT(sipXcallback, 17.08, [email protected]) | ||
AC_INIT(sipXcallback, 17.10, [email protected]) | ||
AC_CONFIG_AUX_DIR(config) | ||
m4_include([config/general.m4]) | ||
m4_include([config/sipXlib.m4]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AC_PREREQ(2.57) | ||
AC_INIT(sipXcdr, 17.08, [email protected]) | ||
AC_INIT(sipXcdr, 17.10, [email protected]) | ||
AC_CONFIG_AUX_DIR(config) | ||
m4_include([config/general.m4]) | ||
m4_include([config/sipXlib.m4]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AC_PREREQ(2.57) | ||
AC_INIT(sipXcdrLog, 17.08, [email protected]) | ||
AC_INIT(sipXcdrLog, 17.10, [email protected]) | ||
AC_CONFIG_AUX_DIR(config) | ||
m4_include([config/general.m4]) | ||
m4_include([config/sipXlib.m4]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AC_PREREQ(2.57) | ||
AC_INIT(sipXcisco, 17.08, [email protected]) | ||
AC_INIT(sipXcisco, 17.10, [email protected]) | ||
AC_CONFIG_AUX_DIR(config) | ||
m4_include([config/general.m4]) | ||
m4_include([config/sipXlib.m4]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AC_PREREQ(2.57) | ||
AC_INIT(sipXclearone, 17.08, [email protected]) | ||
AC_INIT(sipXclearone, 17.10, [email protected]) | ||
AC_CONFIG_AUX_DIR(config) | ||
m4_include([config/general.m4]) | ||
m4_include([config/sipXlib.m4]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AC_PREREQ(2.57) | ||
AC_INIT(sipXcom, 17.08, [email protected]) | ||
AC_INIT(sipXcom, 17.10, [email protected]) | ||
AC_CONFIG_AUX_DIR(config) | ||
AM_INIT_AUTOMAKE(foreign tar-ustar) | ||
m4_include([config/general.m4]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AC_PREREQ(2.57) | ||
AC_INIT(sipXcommons, 17.08, [email protected]) | ||
AC_INIT(sipXcommons, 17.10, [email protected]) | ||
AC_CONFIG_AUX_DIR(config) | ||
m4_include([config/java2.m4]) | ||
m4_include([config/general.m4]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AC_PREREQ(2.57) | ||
AC_INIT(sipXcommserverLib, 17.08, [email protected]) | ||
AC_INIT(sipXcommserverLib, 17.10, [email protected]) | ||
AC_CONFIG_AUX_DIR(config) | ||
m4_include([config/general.m4]) | ||
m4_include([config/sipXlib.m4]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AC_PREREQ(2.57) | ||
AC_INIT(sipXconfig, 17.08, [email protected]) | ||
AC_INIT(sipXconfig, 17.10, [email protected]) | ||
AC_CONFIG_AUX_DIR(config) | ||
m4_include([config/general.m4]) | ||
m4_include([config/sipXlib.m4]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AC_PREREQ(2.57) | ||
AC_INIT(sipXcounterpath, 17.08, [email protected]) | ||
AC_INIT(sipXcounterpath, 17.10, [email protected]) | ||
AC_CONFIG_AUX_DIR(config) | ||
m4_include([config/general.m4]) | ||
m4_include([config/sipXlib.m4]) | ||
|
Submodule sipXcustomCallerId
updated
1 files
+1 −1 | configure.ac |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AC_PREREQ(2.57) | ||
AC_INIT(sipxdns, 17.08, [email protected]) | ||
AC_INIT(sipxdns, 17.10, [email protected]) | ||
AC_CONFIG_AUX_DIR(config) | ||
AM_INIT_AUTOMAKE(foreign tar-ustar) | ||
m4_include([config/general.m4]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AC_PREREQ(2.57) | ||
AC_INIT(sipxecs, 17.08, [email protected]) | ||
AC_INIT(sipxecs, 17.10, [email protected]) | ||
m4_include([config/sipXlib2.m4]) | ||
AC_CONFIG_AUX_DIR(config) | ||
AM_INIT_AUTOMAKE(foreign tar-ustar) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AC_PREREQ(2.57) | ||
AC_INIT(sipXeslLib, 17.08, [email protected]) | ||
AC_INIT(sipXeslLib, 17.10, [email protected]) | ||
AC_CONFIG_AUX_DIR(config) | ||
m4_include([config/general.m4]) | ||
m4_include([config/sipXlib.m4]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AC_PREREQ(2.57) | ||
AC_INIT(sipXevent, 17.08, [email protected]) | ||
AC_INIT(sipXevent, 17.10, [email protected]) | ||
AC_CONFIG_AUX_DIR(config) | ||
m4_include([config/general.m4]) | ||
m4_include([config/sipXlib.m4]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AC_PREREQ(2.57) | ||
AC_INIT(sipxexample, 17.08, [email protected]) | ||
AC_INIT(sipxexample, 17.10, [email protected]) | ||
AC_CONFIG_AUX_DIR(config) | ||
AM_INIT_AUTOMAKE(foreign tar-ustar) | ||
m4_include([config/general.m4]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AC_PREREQ(2.57) | ||
AC_INIT(sipXgrandstream, 17.08, [email protected]) | ||
AC_INIT(sipXgrandstream, 17.10, [email protected]) | ||
AC_CONFIG_AUX_DIR(config) | ||
m4_include([config/general.m4]) | ||
m4_include([config/sipXlib.m4]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AC_PREREQ(2.57) | ||
AC_INIT(sipXgtek, 17.08, [email protected]) | ||
AC_INIT(sipXgtek, 17.10, [email protected]) | ||
AC_CONFIG_AUX_DIR(config) | ||
m4_include([config/general.m4]) | ||
m4_include([config/sipXlib.m4]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AC_PREREQ(2.57) | ||
AC_INIT(sipXhitachi, 17.08, [email protected]) | ||
AC_INIT(sipXhitachi, 17.10, [email protected]) | ||
AC_CONFIG_AUX_DIR(config) | ||
m4_include([config/general.m4]) | ||
m4_include([config/sipXlib.m4]) | ||
|
Submodule sipXhomer
updated
1 files
+1 −1 | configure.ac |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AC_PREREQ(2.57) | ||
AC_INIT(sipXimbot, 17.08, [email protected]) | ||
AC_INIT(sipXimbot, 17.10, [email protected]) | ||
AC_CONFIG_AUX_DIR(config) | ||
m4_include([config/general.m4]) | ||
m4_include([config/sipXlib.m4]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AC_PREREQ(2.57) | ||
AC_INIT(sipXipdialog, 17.08, [email protected]) | ||
AC_INIT(sipXipdialog, 17.10, [email protected]) | ||
AC_CONFIG_AUX_DIR(config) | ||
m4_include([config/general.m4]) | ||
m4_include([config/sipXlib.m4]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AC_PREREQ(2.57) | ||
AC_INIT(sipXisphone, 17.08, [email protected]) | ||
AC_INIT(sipXisphone, 17.10, [email protected]) | ||
AC_CONFIG_AUX_DIR(config) | ||
m4_include([config/general.m4]) | ||
m4_include([config/sipXlib.m4]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AC_PREREQ(2.57) | ||
AC_INIT(sipXivr, 17.08, [email protected]) | ||
AC_INIT(sipXivr, 17.10, [email protected]) | ||
AC_CONFIG_AUX_DIR(config) | ||
m4_include([config/general.m4]) | ||
m4_include([config/sipXlib.m4]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AC_PREREQ(2.57) | ||
AC_INIT(sipXjitsi, 17.08, [email protected]) | ||
AC_INIT(sipXjitsi, 17.10, [email protected]) | ||
AC_CONFIG_AUX_DIR(config) | ||
m4_include([config/general.m4]) | ||
m4_include([config/sipXlib.m4]) | ||
|
Submodule sipXlang-abitibi-fr_CA
updated
1 files
+1 −1 | configure.ac |
Submodule sipXlang-ch
updated
1 files
+1 −1 | configure.ac |
Submodule sipXlang-cs
updated
1 files
+1 −1 | configure.ac |
Submodule sipXlang-de
updated
1 files
+1 −1 | configure.ac |
Submodule sipXlang-en_GB
updated
1 files
+1 −1 | configure.ac |
Submodule sipXlang-es
updated
1 files
+1 −1 | configure.ac |
Submodule sipXlang-es_MX
updated
1 files
+1 −1 | configure.ac |
Submodule sipXlang-fr
updated
1 files
+1 −1 | configure.ac |
Submodule sipXlang-fr_CA
updated
1 files
+1 −1 | configure.ac |
Submodule sipXlang-it
updated
1 files
+1 −1 | configure.ac |
Submodule sipXlang-ja
updated
1 files
+1 −1 | configure.ac |
Submodule sipXlang-nl
updated
1 files
+1 −1 | configure.ac |
Submodule sipXlang-pl
updated
1 files
+1 −1 | configure.ac |
Submodule sipXlang-pt_BR
updated
1 files
+1 −1 | configure.ac |
Submodule sipXlang-zh
updated
1 files
+1 −1 | configure.ac |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AC_PREREQ(2.57) | ||
AC_INIT(sipXlg-nortel, 17.08, [email protected]) | ||
AC_INIT(sipXlg-nortel, 17.10, [email protected]) | ||
AC_CONFIG_AUX_DIR(config) | ||
m4_include([config/general.m4]) | ||
m4_include([config/sipXlib.m4]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AC_PREREQ(2.57) | ||
AC_INIT(sipXmediaAdapterLib, 17.08, [email protected]) | ||
AC_INIT(sipXmediaAdapterLib, 17.10, [email protected]) | ||
AC_CONFIG_AUX_DIR(config) | ||
m4_include([config/general.m4]) | ||
m4_include([config/sipXlib.m4]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AC_PREREQ(2.57) | ||
AC_INIT(sipXmediaLib, 17.08, [email protected]) | ||
AC_INIT(sipXmediaLib, 17.10, [email protected]) | ||
AC_CONFIG_AUX_DIR(config) | ||
m4_include([config/general.m4]) | ||
m4_include([config/sipXlib.m4]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AC_PREREQ(2.57) | ||
AC_INIT(sipXmitel, 17.08, [email protected]) | ||
AC_INIT(sipXmitel, 17.10, [email protected]) | ||
AC_CONFIG_AUX_DIR(config) | ||
m4_include([config/general.m4]) | ||
m4_include([config/sipXlib.m4]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AC_PREREQ(2.57) | ||
AC_INIT(sipxmongo, 17.08, [email protected]) | ||
AC_INIT(sipxmongo, 17.10, [email protected]) | ||
AC_CONFIG_AUX_DIR(config) | ||
AM_INIT_AUTOMAKE(foreign tar-ustar) | ||
m4_include([config/general.m4]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AC_PREREQ(2.57) | ||
AC_INIT(sipXnortel, 17.08, [email protected]) | ||
AC_INIT(sipXnortel, 17.10, [email protected]) | ||
AC_CONFIG_AUX_DIR(config) | ||
m4_include([config/general.m4]) | ||
m4_include([config/sipXlib.m4]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AC_PREREQ(2.57) | ||
AC_INIT(sipXopenfire, 17.08, [email protected]) | ||
AC_INIT(sipXopenfire, 17.10, [email protected]) | ||
AC_CONFIG_AUX_DIR(config) | ||
m4_include([config/general.m4]) | ||
m4_include([config/sipXlib.m4]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AC_PREREQ(2.57) | ||
AC_INIT(sipXpage, 17.08, [email protected]) | ||
AC_INIT(sipXpage, 17.10, [email protected]) | ||
AC_CONFIG_AUX_DIR(config) | ||
m4_include([config/general.m4]) | ||
m4_include([config/sipXlib.m4]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AC_PREREQ(2.57) | ||
AC_INIT(sipXpbx, 17.08, [email protected]) | ||
AC_INIT(sipXpbx, 17.10, [email protected]) | ||
AC_CONFIG_AUX_DIR(config) | ||
m4_include([config/general.m4]) | ||
m4_include([config/sipXlib.m4]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AC_PREREQ(2.57) | ||
AC_INIT(sipXpolycom, 17.08, [email protected]) | ||
AC_INIT(sipXpolycom, 17.10, [email protected]) | ||
AC_CONFIG_AUX_DIR(config) | ||
m4_include([config/general.m4]) | ||
m4_include([config/sipXlib.m4]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AC_PREREQ(2.57) | ||
AC_INIT(sipXportLib, 17.08, [email protected]) | ||
AC_INIT(sipXportLib, 17.10, [email protected]) | ||
AC_CONFIG_AUX_DIR(config) | ||
m4_include([config/general.m4]) | ||
m4_include([config/ax_boost_base.m4]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AC_PREREQ(2.57) | ||
AC_INIT(sipxpostgres, 17.08, [email protected]) | ||
AC_INIT(sipxpostgres, 17.10, [email protected]) | ||
AC_CONFIG_AUX_DIR(config) | ||
AM_INIT_AUTOMAKE(foreign tar-ustar) | ||
m4_include([config/general.m4]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AC_PREREQ(2.57) | ||
AC_INIT(sipXpreflight, 17.08, [email protected]) | ||
AC_INIT(sipXpreflight, 17.10, [email protected]) | ||
AC_CONFIG_AUX_DIR(config) | ||
m4_include([config/general.m4]) | ||
m4_include([config/sipXlib.m4]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AC_PREREQ(2.57) | ||
AC_INIT(sipXpresence, 17.08, [email protected]) | ||
AC_INIT(sipXpresence, 17.10, [email protected]) | ||
AC_CONFIG_AUX_DIR(config) | ||
m4_include([config/general.m4]) | ||
m4_include([config/sipXlib.m4]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AC_PREREQ(2.57) | ||
AC_INIT(sipxprompts, 17.08, [email protected]) | ||
AC_INIT(sipxprompts, 17.10, [email protected]) | ||
AC_CONFIG_AUX_DIR(config) | ||
AM_INIT_AUTOMAKE(foreign tar-ustar) | ||
m4_include([config/general.m4]) | ||
|
Oops, something went wrong.