From 3ccee6436b99b2e056f90992e4dd871ec1f27365 Mon Sep 17 00:00:00 2001 From: Carlos Lopez Date: Sat, 3 Oct 2009 20:09:54 +0200 Subject: [PATCH] Bump versions in configure.ac file. 0.04.13 Release Candidate #1 0.62.00 Release Candidate #1 --- ETL/configure.ac | 6 +++--- synfig-core/configure.ac | 16 ++++++++-------- synfig-studio/configure.ac | 8 ++++---- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/ETL/configure.ac b/ETL/configure.ac index 63f5e96..d1005a3 100644 --- a/ETL/configure.ac +++ b/ETL/configure.ac @@ -2,7 +2,7 @@ # -- I N I T -------------------------------------------------- -AC_INIT([Extended Template Library],[0.04.12],[http://synfig.org/Bugs],[ETL]) +AC_INIT([Extended Template Library],[0.04.13-RC1],[http://synfig.org/Bugs],[ETL]) AC_REVISION AC_CONFIG_AUX_DIR(config) @@ -44,9 +44,9 @@ AC_WIN32_QUIRKS # -- H E A D E R S -------------------------------------------- AH_TOP([ -// We want to be autoconf/autoheader friendly, so +// We want to be autoconf/autoheader friendly, so // if the developer has already included an -// autoheader-generated configuration script, +// autoheader-generated configuration script, // we can assume that the user knew what they // were doing and let them use their own config.h. //#ifndef PACKAGE_TARNAME diff --git a/synfig-core/configure.ac b/synfig-core/configure.ac index 051eebb..6422573 100644 --- a/synfig-core/configure.ac +++ b/synfig-core/configure.ac @@ -2,7 +2,7 @@ # -- I N I T -------------------------------------------------- -AC_INIT([Synfig Core],[0.61.09],[http://synfig.org/Bugs],[synfig]) +AC_INIT([Synfig Core],[0.62.00-RC1],[http://synfig.org/Bugs],[synfig]) AC_REVISION AC_CONFIG_AUX_DIR(config) @@ -20,7 +20,7 @@ AC_SUBST(LIBLTDL) API_VERSION=0.0 -AC_DEFINE(LT_SCOPE,[extern],[LibLTDL is linked staticly]) +AC_DEFINE(LT_SCOPE,[extern],[LibLTDL is linked staticly]) @@ -131,7 +131,7 @@ AC_ARG_ENABLE(layer-profiling,[ use_layerprofiling="no" ]) if test $use_layerprofiling = "yes" ; then { - AC_DEFINE(SYNFIG_PROFILE_LAYERS,[1],[enable layer profiling]) + AC_DEFINE(SYNFIG_PROFILE_LAYERS,[1],[enable layer profiling]) } ; fi @@ -401,8 +401,8 @@ AM_GNU_GETTEXT([external]) AM_GNU_GETTEXT_VERSION([0.15]) localedir="$datadir/locale" -PKG_CHECK_MODULES(ETL, [ETL >= 0.04.12],,[ - AC_MSG_ERROR([ ** You need to install the ETL (version 0.04.12 or greater).]) +PKG_CHECK_MODULES(ETL, [ETL >= 0.04.13-RC1],,[ + AC_MSG_ERROR([ ** You need to install the ETL (version 0.04.13-RC1 or greater).]) ]) CONFIG_DEPS="$CONFIG_DEPS ETL" @@ -562,8 +562,8 @@ case "$host" in AM_CONDITIONAL(MACOSX_PKG, false) ;; esac - - + + # -- H E A D E R S -------------------------------------------- @@ -623,7 +623,7 @@ AC_SUBST(CPPFLAGS) AC_SUBST(LDFLAGS) # this line is required for libtool 1.5.26 but must not be present for libtool 2.2.4... -AC_CONFIG_SUBDIRS(libltdl) +# AC_CONFIG_SUBDIRS(libltdl) CONFIG_LIBS="-lsynfig" CONFIG_CFLAGS="$CONFIG_CFLAGS" diff --git a/synfig-studio/configure.ac b/synfig-studio/configure.ac index dd93dbe..09469d6 100755 --- a/synfig-studio/configure.ac +++ b/synfig-studio/configure.ac @@ -2,7 +2,7 @@ # -- I N I T -------------------------------------------------- -AC_INIT([Synfig Studio],[0.61.09],[http://synfig.org/Bugs],[synfigstudio]) +AC_INIT([Synfig Studio],[0.62.00-RC1],[http://synfig.org/Bugs],[synfigstudio]) AC_REVISION AC_CONFIG_AUX_DIR(config) @@ -135,8 +135,8 @@ PKG_CHECK_MODULES(GTKMM, gtkmm-2.4 gthread-2.0,[ AC_SUBST(GTKMM_CFLAGS) AC_SUBST(GTKMM_LIBS) -PKG_CHECK_MODULES(SYNFIG, [synfig >= 0.61.09] [ETL >= 0.04.12] sigc++-2.0,,[ - AC_MSG_ERROR([ ** Unable to set up dependent libraries (synfig >= 0.61.09, ETL >= 0.04.12)]) +PKG_CHECK_MODULES(SYNFIG, [synfig >= 0.62.00-RC1] [ETL >= 0.04.13-RC1] sigc++-2.0,,[ + AC_MSG_ERROR([ ** Unable to set up dependent libraries (synfig >= 0.62.00-RC1, ETL >= 0.04.13-RC1)]) ]) AC_SUBST(SYNFIG_CFLAGS) AC_SUBST(SYNFIG_LIBS) @@ -242,7 +242,7 @@ AC_CHECK_HEADERS([sys/types.h sys/wait.h sys/stat.h sys/time.h sys/resource.h sy AC_CHECK_FUNCS([fork]) AC_CHECK_FUNCS([kill]) AC_CHECK_FUNCS([pipe]) -AC_CHECK_FUNCS([setpriority mkfifo stat]) +AC_CHECK_FUNCS([setpriority mkfifo stat]) # -- A R G U M E N T S ---------------------------------------- -- 2.7.4