From dbbb34e3759ad5e67150f959a7cc2eb1dc2d1bdf Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Wed, 11 Jun 2014 18:05:39 +0000 Subject: haiku patch diff --git a/configure.ac b/configure.ac index 2b95735..20c67c2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(libdv/parse.c) dnl AC_CONFIG_AUX_DIR(config) -AM_CONFIG_HEADER(config.h) +AC_CONFIG_HEADERS(config.h) RPM_RELEASE=1 AC_CANONICAL_HOST @@ -161,11 +161,6 @@ AM_CONDITIONAL(HOST_X86_64, test x$arch_x86_64 = xtrue) dnl Checks for libraries. have_gtk="false" -if $use_gtk; then - REQUIRES='glib >= 1.2.4 gtk+ >= 1.2.4' - PKG_CHECK_MODULES(GTK,$REQUIRES,have_gtk="true",have_gtk="false") - AC_DEFINE(HAVE_GTK) -fi AM_CONDITIONAL(HAVE_GTK, test x$have_gtk = xtrue) diff --git a/encodedv/Makefile.am b/encodedv/Makefile.am index 2887e7c..63b1c69 100644 --- a/encodedv/Makefile.am +++ b/encodedv/Makefile.am @@ -9,7 +9,7 @@ LIBTOOL = $(SHELL) $(top_builddir)/libtool --silent CLEANFILES = -bin_PROGRAMS= encodedv dvconnect dubdv +bin_PROGRAMS= encodedv dubdv noinst_PROGRAMS= fix_headers scan_packet_headers steal_header ppmqscale dvavi -- 1.8.3.4