From: Jaroslav Kysela Date: Tue, 25 Nov 2003 12:16:40 +0000 (+0000) Subject: - 1.0.0pre3 version X-Git-Tag: v1.0.3~31 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=d0157a43cf80567174f881b9883d0bf8f677e545;p=alsa-tools.git - 1.0.0pre3 version - added hack for ALSA server to pack also hdsp* tools (fltk issue) --- diff --git a/Makefile b/Makefile index ccbb9d3..0313db4 100644 --- a/Makefile +++ b/Makefile @@ -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 \ diff --git a/hdspconf/configure.in b/hdspconf/configure.in index 74cc928..75f87d7 100644 --- a/hdspconf/configure.in +++ b/hdspconf/configure.in @@ -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" diff --git a/hdspmixer/configure.in b/hdspmixer/configure.in index 5393a05..32f6872 100644 --- a/hdspmixer/configure.in +++ b/hdspmixer/configure.in @@ -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"