From b160dc5e988c6e64abdf169aa4c99c2058cd616c Mon Sep 17 00:00:00 2001 From: Christopher Lansdown Date: Thu, 3 Jun 1999 21:26:41 +0000 Subject: [PATCH] This attempt to get the autoconf working for XAmixer2 should work now. Sorry that it took so many commits. --- configure.in | 5 +++-- xamixer2/xamixer2.h | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 9094ce7..7769437 100644 --- a/configure.in +++ b/configure.in @@ -26,7 +26,8 @@ AC_SUBST(CURSESLIB) dnl Check for Gtk+ AM_PATH_GTK(1.0.1) CFLAGS="$CFLAGS $GTK_CFLAGS" -LDFALGS="$LDFLAGS $GTK_LIBS" +LDFLAGS="$LDFLAGS $GTK_LIBS" + AM_CONFIG_HEADER(include/aconfig.h) @@ -45,8 +46,8 @@ AC_OUTPUT(Makefile alsactl/Makefile alsamixer/Makefile amixer/Makefile aplay/Mak include/Makefile utils/Makefile utils/alsa-utils.spec xamixer2/Makefile) else + AC_MSG_RESULT(Not building XAmixer2 as Gtk+ was not found.) 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 as Gtk+ was not found.) fi diff --git a/xamixer2/xamixer2.h b/xamixer2/xamixer2.h index 980c62d..b8f91dc 100644 --- a/xamixer2/xamixer2.h +++ b/xamixer2/xamixer2.h @@ -16,6 +16,7 @@ /* Begin #define statements */ #define RCFILE ".xamixerrc" +#define VERSION "0.1.3" /* End #define statements */ /*****************************************************************************/