[Toxine-cvs] CVS: toxine configure.in,1.10,1.11
Brought to you by:
f1rmb
From: Daniel Caujolle-B. <f1...@us...> - 2002-07-02 10:30:53
|
Update of /cvsroot/toxine/toxine In directory usw-pr-cvs1:/tmp/cvs-serv17777 Modified Files: configure.in Log Message: New spec file. Index: configure.in =================================================================== RCS file: /cvsroot/toxine/toxine/configure.in,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- configure.in 24 Jun 2002 21:47:34 -0000 1.10 +++ configure.in 2 Jul 2002 10:30:50 -0000 1.11 @@ -65,7 +65,7 @@ dnl dnl Build all libs as static dnl -BUILD_LIB_STATIC="-static" +dnl BUILD_LIB_STATIC="-static" BUILD_LIB_STATIC="" AC_SUBST(BUILD_LIB_STATIC) @@ -87,8 +87,10 @@ dnl dnl Check for xine-lib dnl -AM_PATH_XINE(0.9.12,, AC_MSG_ERROR(*** You should install xine-lib first ***)) - +dnl required xine lib version (subst in spec file) +REQ_XINE=0.9.12 +AM_PATH_XINE($REQ_XINE,, AC_MSG_ERROR(*** You should install xine-lib first ***)) +AC_SUBST(REQ_XINE) dnl dnl threads: xine-config tell us what should be used, but @@ -450,6 +452,7 @@ Makefile misc/Makefile misc/relchk.sh +misc/toxine.spec readline/Makefile m4/Makefile src/Makefile |