]> git.alsa-project.org Git - alsa-utils.git/commitdiff
This attempt to get the autoconf working for XAmixer2 should work now. Sorry that...
authorChristopher Lansdown <lansdoct@cs.alfred.edu>
Thu, 3 Jun 1999 21:26:41 +0000 (21:26 +0000)
committerChristopher Lansdown <lansdoct@cs.alfred.edu>
Thu, 3 Jun 1999 21:26:41 +0000 (21:26 +0000)
configure.in
xamixer2/xamixer2.h

index 9094ce739f88522279bdcfd1a776986ae1a01efa..7769437a3037bcb77f82c1fbc4e5d6260837de44 100644 (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
 
index 980c62d706e25a78c2e64c0b50f3d5c1b0718406..b8f91dc9c1332da4cebe6d7323d332401ddeca0a 100644 (file)
@@ -16,6 +16,7 @@
 /* Begin #define statements */
 
 #define RCFILE ".xamixerrc"
+#define VERSION "0.1.3"
 
 /* End #define statements */
 /*****************************************************************************/