This attempt to get the autoconf working for XAmixer2 should work now. Sorry that it took so many commits.

This commit is contained in:
Christopher Lansdown 1999-06-03 21:26:41 +00:00
parent 4311d70012
commit b160dc5e98
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -16,6 +16,7 @@
/* Begin #define statements */
#define RCFILE ".xamixerrc"
#define VERSION "0.1.3"
/* End #define statements */
/*****************************************************************************/