Attempting to integrate XAmixer2 into the alsa-utils autoconf system, mark II.

This commit is contained in:
Christopher Lansdown 1999-06-03 20:55:54 +00:00
parent cc5233603a
commit 4311d70012
2 changed files with 6 additions and 4 deletions

View file

@ -40,11 +40,13 @@ AC_PROG_GCC_TRADITIONAL
SAVE_UTIL_VERSION
if test "$GTK_LIBS" != "" then
if test "$GTK_LIBS" != ""; then
AC_OUTPUT(Makefile alsactl/Makefile alsamixer/Makefile amixer/Makefile aplay/Makefile \
include/Makefile utils/Makefile utils/alsa-utils.spec xamixer2/Makefile)
else
AC_OUTPUT(Makefile alsactl/Makefile alsamixer/Makefile amixer/Makefile aplay/Makefile \
include/Makefile utils/Makefile utils/alsa-utils.spec)
AC_MSG_RESULT(Not building XAmixer2 since Gtk+ was not found.)
fi
AC_MSG_RESULT(Not building XAmixer2 as Gtk+ was not found.)
fi

View file

@ -51,7 +51,7 @@ int main(int argc, char **argv)
GtkWidget *tablebox;
GtkWidget *separator;
int i,j,k,xpm,found,fd;
char title[32];
char title[64];
char name[128];
ChannelLabel *tmp;
char labelname[256];