- added hack for ALSA server to pack also hdsp* tools (fltk issue)
-VERSION = 1.0.0pre1
+VERSION = 1.0.0pre3
TOP = .
SUBDIRS = ac3dec as10k1 envy24control hdsploader hdspconf hdspmixer \
mixartloader rmedigicontrol sb16_csp seq sscape_ctl us428control \
dnl library check
AC_PATH_PROG(FLTK_CONFIG, fltk-config, no)
-if test "$FLTK_CONFIG" = "no"; then
+if test "$FLTK_CONFIG" = "no" && ! test "`hostname -f`" = "alsa.alsa-project.org"; then
AC_MSG_ERROR(no fltk-config is found)
fi
FLTK_CXXFLAGS="`$FLTK_CONFIG $fltk_config_args --cxxflags` -fno-exceptions"
dnl library check
AC_PATH_PROG(FLTK_CONFIG, fltk-config, no)
-if test "$FLTK_CONFIG" = "no"; then
+if test "$FLTK_CONFIG" = "no" && ! test "`hostname -f`" = "alsa.alsa-project.org"; then
AC_MSG_ERROR(fltk-config is required)
fi
FLTK_CXXFLAGS="`$FLTK_CONFIG --cxxflags` -fno-exceptions"