[Toxine-cvs] CVS: toxine autogen.sh,1.2,1.3
Brought to you by:
f1rmb
From: Daniel Caujolle-B. <f1...@us...> - 2004-07-18 20:44:56
|
Update of /cvsroot/toxine/toxine In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21795 Modified Files: autogen.sh Log Message: @@Really handle XINE_CONFIG now ;-) Index: autogen.sh =================================================================== RCS file: /cvsroot/toxine/toxine/autogen.sh,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- autogen.sh 6 Jul 2004 09:50:45 -0000 1.2 +++ autogen.sh 18 Jul 2004 20:44:45 -0000 1.3 @@ -224,7 +224,7 @@ fi echo $_echo_n " + Running aclocal: $_echo_c" - aclocalinclude=`xine-config --acflags` + aclocalinclude=`if [ ! -z "$XINE_CONFIG" ]; then $XINE_CONFIG --acflags; else xine-config --acflags; fi` aclocal -I m4 $aclocalinclude echo "done." |