mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-03-11 05:33:46 -04:00
Thomas Charbonnel <thomas@undata.org>:
updated to version 1.4.
This commit is contained in:
parent
6498fd396f
commit
cd8875932e
39 changed files with 2859 additions and 579 deletions
|
|
@ -1,5 +1,5 @@
|
|||
AC_INIT(src/hdspmixer.cxx)
|
||||
AM_INIT_AUTOMAKE(hdspmixer, 1.1)
|
||||
AM_INIT_AUTOMAKE(hdspmixer, 1.4)
|
||||
|
||||
AC_PROG_CXX
|
||||
AC_PROG_MAKE_SET
|
||||
|
|
@ -51,9 +51,12 @@ fi
|
|||
|
||||
AC_PATH_PROG(FLTK_CONFIG, fltk-config, no)
|
||||
if test "$FLTK_CONFIG" = "no"; then
|
||||
AC_MSG_WARN(no fltk-config is found)
|
||||
AC_MSG_ERROR(fltk-config is required)
|
||||
fi
|
||||
LIBS="-s `fltk-config --ldflags` -lasound"
|
||||
CXXFLAGS="`fltk-config --cxxflags` -fno-exceptions $ALSA_CFLAGS"
|
||||
FLTK_CXXFLAGS="`$FLTK_CONFIG --cxxflags` -fno-exceptions"
|
||||
FLTK_LIBS="`$FLTK_CONFIG --ldflags`"
|
||||
|
||||
CXXFLAGS="$CXXFLAGS $ALSA_CFLAGS $FLTK_CXXFLAGS"
|
||||
LDFLAGS="$LDFLAGS $ALSA_LIBS $FLTK_LIBS"
|
||||
|
||||
AC_OUTPUT(Makefile src/Makefile pixmaps/Makefile)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue