]> git.alsa-project.org Git - alsa-tools.git/commitdiff
- 1.0.0pre3 version
authorJaroslav Kysela <perex@perex.cz>
Tue, 25 Nov 2003 12:16:40 +0000 (12:16 +0000)
committerJaroslav Kysela <perex@perex.cz>
Tue, 25 Nov 2003 12:16:40 +0000 (12:16 +0000)
- added hack for ALSA server to pack also hdsp* tools (fltk issue)

Makefile
hdspconf/configure.in
hdspmixer/configure.in

index ccbb9d31e5efeb520284d7b4eb7128607a845760..0313db4c72ca1e8d9138871ff669a889eb51e070 100644 (file)
--- 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 \
index 74cc928301a9de990615e6bb306aeee0ede43629..75f87d7c7c93b430d00de53a3e52988e9968522c 100644 (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"
index 5393a058a0825941d2bb55d30ab206d0543d883e..32f6872b8957744feb953ee49608d294fa593664 100644 (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"