search for: 52e58a5

Displaying 4 results from an estimated 4 matches for "52e58a5".

Did you mean: 522e58a9
2007 Jun 08
0
4 commits - configure.ac libswfdec/Makefile.am NEWS
...any at git.freedesktop.org/git/swfdec diff-tree d7ea6d995e918f14039bae7fb34178c6c9f01c6d (from 5484f3084c9d717f098e1706bdef6767a0eb97c9) Author: Benjamin Otte <otte at gnome.org> Date: Fri Jun 8 20:19:15 2007 +0200 release 0.4.5 diff --git a/configure.ac b/configure.ac index 7270afc..52e58a5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.58]) -AC_INIT(swfdec,0.4.4.1) +AC_INIT(swfdec,0.4.5) [nano=$(echo $PACKAGE_VERSION | sed 's/[0-9]\.[0-9]\.[0-9][0-9]*\.*//')] if test x"$nano" = x1 ; then @@ -33,7 +33,7 @@ else fi AC_DEFINE_UNQUOTED(...
2007 Jun 15
0
configure.ac
...nsertion(+), 1 deletion(-) New commits: diff-tree 8e04b92f5880361d5a34ad4f6674de3c88ad4377 (from 5280befc62bf5c6dabcc61d3db6cad8e64a1164c) Author: Benjamin Otte <otte at gnome.org> Date: Fri Jun 15 15:50:08 2007 +0200 back to development diff --git a/configure.ac b/configure.ac index 52e58a5..1766eaf 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.58]) -AC_INIT(swfdec,0.4.5) +AC_INIT(swfdec,0.4.5.1) [nano=$(echo $PACKAGE_VERSION | sed 's/[0-9]\.[0-9]\.[0-9][0-9]*\.*//')] if test x"$nano" = x1 ; then
2007 Jun 15
0
Branch 'as' - 2 commits - configure.ac
...Merge branch 'master' into as diff-tree 8e04b92f5880361d5a34ad4f6674de3c88ad4377 (from 5280befc62bf5c6dabcc61d3db6cad8e64a1164c) Author: Benjamin Otte <otte at gnome.org> Date: Fri Jun 15 15:50:08 2007 +0200 back to development diff --git a/configure.ac b/configure.ac index 52e58a5..1766eaf 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.58]) -AC_INIT(swfdec,0.4.5) +AC_INIT(swfdec,0.4.5.1) [nano=$(echo $PACKAGE_VERSION | sed 's/[0-9]\.[0-9]\.[0-9][0-9]*\.*//')] if test x"$nano" = x1 ; then
2007 Jun 13
0
Branch 'as' - 5 commits - configure.ac libswfdec/Makefile.am NEWS
...0befc62bf5c6dabcc61d3db6cad8e64a1164c Author: Benjamin Otte <otte at gnome.org> Date: Wed Jun 13 17:48:21 2007 +0200 Merge branch 'master' of ssh://company at git.freedesktop.org/git/swfdec into as Conflicts: configure.ac diff --cc configure.ac index e60dcd9,52e58a5..e1a6e47 @@@ -37,9 -37,11 +37,14 @@@ AC_SUBST(SWFDEC_LIBVERSION) AM_PROG_LIBTOOL +dnl C99 is only required to get definitions for NAN and INFINITY. +GLOBAL_CFLAGS="$GLOBAL_CFLAGS -std=c99" + + dnl ensures the library is linked against the internal Mozilla + dnl if this doesn'...