- 1.0.0pre3 version

- added hack for ALSA server to pack also hdsp* tools (fltk issue)
This commit is contained in:
Jaroslav Kysela 2003-11-25 12:16:40 +00:00
parent dffbf3c8e4
commit d0157a43cf
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
VERSION = 1.0.0pre1
VERSION = 1.0.0pre3
TOP = .
SUBDIRS = ac3dec as10k1 envy24control hdsploader hdspconf hdspmixer \
mixartloader rmedigicontrol sb16_csp seq sscape_ctl us428control \

View file

@ -70,7 +70,7 @@ AC_SUBST(PIXMAP_DIR)
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"

View file

@ -70,7 +70,7 @@ AC_SUBST(PIXMAP_DIR)
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"