search for: 449c9c9

Displaying 2 results from an estimated 2 matches for "449c9c9".

Did you mean: 449799
2007 Oct 12
0
3 commits - configure.ac
...), 2 deletions(-) New commits: diff-tree 835eda8c888d6f3125f571f69132e293b66e495e (from 2191254808387bf3df8f84ad15beeda238639f1d) Author: Benjamin Otte <otte at gnome.org> Date: Fri Oct 12 18:14:52 2007 +0200 back to development diff --git a/configure.ac b/configure.ac index abe6c94..449c9c9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.58]) -AC_INIT(swfdec,0.5.3) +AC_INIT(swfdec,0.5.3.1) [nano=$(echo $PACKAGE_VERSION | sed 's/[0-9]\.[0-9]\.[0-9][0-9]*\.*//')] if test x"$nano" = x1 ; then diff-tree 2191254808387bf3df8f84ad15beeda238639...
2007 Oct 14
0
2 commits - configure.ac libswfdec/Makefile.am libswfdec/swfdec_as_strings.c
...rings.h with a self-compiled program, use awk instead This is a cross-compile fix, so we don't need to fiddle with HOSTCC vs TARGETCC. It's probably awesome code, but I'm neither a master of shell nor awk. Patches welcome. diff --git a/configure.ac b/configure.ac index 449c9c9..75e5a0a 100644 --- a/configure.ac +++ b/configure.ac @@ -53,6 +53,7 @@ AC_PROG_CC AM_PROG_CC_STDC AM_PROG_CC_C_O AM_PROG_AS +AC_PROG_AWK AC_HEADER_STDC([]) diff --git a/libswfdec/Makefile.am b/libswfdec/Makefile.am index 07ca529..0c2e2a6 100644 --- a/libswfdec/Makefile.am +++ b/libswfdec/M...