Skip to content
Snippets Groups Projects
Commit 35641ddb authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

Add -Wno-return-type compilation flag to remove warnings; Update version number in configure.ac

parent ba9e6b43
Branches
No related tags found
No related merge requests found
......@@ -2,8 +2,8 @@ dnl SFLPhone - configure.ac for automake 1.9 and autoconf 2.59
dnl
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
AC_INIT([SFLPhone],[0.7],[sflphoneteam@savoirfairelinux.com],[sflphone])
AC_COPYRIGHT([[Copyright (c) Savoir-Faire Linux 2004-2008]])
AC_INIT([SFLPhone],[0.9.2-7],[sflphoneteam@savoirfairelinux.com],[sflphone])
AC_COPYRIGHT([[Copyright (c) Savoir-Faire Linux 2004-2009]])
AC_REVISION([$Revision$])
dnl Compute canonical system name
......@@ -13,7 +13,7 @@ dnl Rewrite name of programs to be installed
AC_ARG_PROGRAM
dnl Automake options
AM_INIT_AUTOMAKE([-Wall -Wno-portability])
AM_INIT_AUTOMAKE([-Wno-portability])
dnl Improve make variable MAKE
AC_PROG_MAKE_SET
......@@ -95,7 +95,7 @@ dnl Define C++ as default language
AC_LANG(C++)
dnl Setup C++ compiler flags
CXXFLAGS="$CXXFLAGS $USE_EXCEPTIONS $USER_INCLUDES -O0 -g -Wall -Wextra"
CXXFLAGS="$CXXFLAGS $USE_EXCEPTIONS $USER_INCLUDES -O0 -g -Wno-return-type"
dnl Check for header files
AC_FUNC_ALLOCA
......
AC_INIT([SFLphone],[0.9.2],[sflphoneteam@savoirfairelinux.com],[sflphone])
AC_INIT([SFLphone],[0.9.2-7],[sflphoneteam@savoirfairelinux.com],[sflphone])
AM_CONFIG_HEADER(config.h)
PACKAGE=SFLphone
VERSION=0.9.2
VERSION=0.9.2-7
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
......
......@@ -128,7 +128,7 @@ help_about ( void * foo UNUSED)
"artists", artists,
"authors", authors,
"comments", _("SFLphone is a VoIP client compatible with SIP and IAX2 protocols."),
"copyright", "Copyright © 2004-2008 Savoir-faire Linux Inc.",
"copyright", "Copyright © 2004-2009 Savoir-faire Linux Inc.",
"name", PACKAGE,
"title", _("About SFLphone"),
"version", VERSION,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment