diff --exclude aclocal.m4 --exclude config.h.in --exclude 'Makefile.*' --exclude configure -Naur arts_output-0.6.0/arts.h arts_output-0.6.0-gtk2/arts.h --- arts_output-0.6.0/arts.h 2003-08-06 12:22:20.000000000 +0100 +++ arts_output-0.6.0-gtk2/arts.h 2004-03-01 22:10:46.000000000 +0000 @@ -29,6 +29,8 @@ #include #include +#include "config.h" + struct arts_config { int buffer_size; diff --exclude aclocal.m4 --exclude config.h.in --exclude 'Makefile.*' --exclude configure -Naur arts_output-0.6.0/configure.in arts_output-0.6.0-gtk2/configure.in --- arts_output-0.6.0/configure.in 2003-08-21 08:39:54.000000000 +0100 +++ arts_output-0.6.0-gtk2/configure.in 2004-03-01 22:07:09.000000000 +0000 @@ -1,13 +1,14 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(audio.c) AM_INIT_AUTOMAKE(arts_output, 0.6.0) +AM_CONFIG_HEADER(config.h) AC_PROG_CC AC_PROG_INSTALL AM_PROG_LIBTOOL -AM_PATH_GLIB(1.2.0, , AC_MSG_ERROR([*** GLIB >= 1.2.0 not installed - please install first ***])) -AM_PATH_GTK(1.2.0, , AC_MSG_ERROR([*** GTK+ >= 1.2.0 not installed - please install first ***])) +AM_PATH_GLIB_2_0(2.0.0,,AC_MSG_ERROR([*** GLIB >= 2.0.0 not installed - please install first ***])) +AM_PATH_GTK_2_0(2.0.0,,AC_MSG_ERROR([*** GTK+ >= 2.0.0 not installed - please install first ***]),gthread) AM_PATH_XMMS(1.0.0, , AC_MSG_ERROR([*** XMMS >= 1.0.0 not installed - please install first ***])) AM_PATH_ARTSC(0.9.5, , AC_MSG_ERROR([*** aRts >= 0.9.5 not installed - please install first ***]))