search for: 70976c9

Displaying 2 results from an estimated 2 matches for "70976c9".

Did you mean: 5097689
2007 Mar 20
3
configure.ac
configure.ac | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) New commits: diff-tree 3101705919f2a1272a8222ac0cce54f24b34193f (from b5d3509c3db17551aa138c21ee9c133d9d4b183e) Author: Benjamin Otte <otte@gnome.org> Date: Tue Mar 20 19:56:49 2007 +0100 Output some info on what packages might be missing diff --git a/configure.ac b/configure.ac index d4a48c1..e640a78 100644
2007 Mar 27
0
15 commits - configure.ac doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt doc/swfdec.types libswfdec-gtk/.gitignore libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_player.h
...wfdec.pc cp swfdec.pc swfdec-@SWFDEC_MAJORMINOR@.pc +swfdec-gtk-@SWFDEC_MAJORMINOR@.pc: swfdec-gtk.pc + cp swfdec-gtk.pc swfdec-gtk-@SWFDEC_MAJORMINOR@.pc + # build documentation when doing distcheck DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc diff --git a/configure.ac b/configure.ac index 70976c9..d56afba 100644 --- a/configure.ac +++ b/configure.ac @@ -82,13 +82,31 @@ fi AC_SUBST(PANGO_LIBS) AC_SUBST(PANGO_CFLAGS) -PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.8.0, HAVE_GTK=yes, HAVE_GTK=no) -AC_SUBST(GTK_LIBS) -AC_SUBST(GTK_CFLAGS) -if test "$HAVE_GTK" = "no"; then - AC...