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:
smorlat 2009-09-03 12:58:39 +00:00
parent abba57f6c5
commit e8581ea9f9
2 changed files with 7 additions and 2 deletions

View file

@ -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 =

View file

@ -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)