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