mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 04:58:14 +00:00
make a pre-release.
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@621 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
abba57f6c5
commit
e8581ea9f9
2 changed files with 7 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
# let make re-run automake upon need
|
||||
ACLOCAL_AMFLAGS = -I m4 -I/opt/local/share/aclocal
|
||||
ACLOCAL_AMFLAGS = -I m4 $(ACLOCAL_MACOS_FLAGS)
|
||||
|
||||
if EXTERNAL_ORTP
|
||||
ORTP_DIR =
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
dnl Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_INIT([linphone],[3.1.2],[linphone-developers@nongnu.org])
|
||||
AC_INIT([linphone],[3.1.99.0],[linphone-developers@nongnu.org])
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
dnl Source packaging numbers
|
||||
|
|
@ -41,8 +41,13 @@ case $target_os in
|
|||
CONSOLE_FLAGS="-mconsole"
|
||||
mingw_found=yes
|
||||
;;
|
||||
*darwin*)
|
||||
dnl use macport installation
|
||||
ACLOCAL_MACOS_FLAGS="-I /opt/local/share/aclocal"
|
||||
;;
|
||||
esac
|
||||
|
||||
AC_SUBST(ACLOCAL_MACOS_FLAGS)
|
||||
AC_SUBST(CONSOLE_FLAGS)
|
||||
AC_SUBST(GUI_FLAGS)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue