[Liboss-commit] CVS: liboss autogen.sh,1.3,1.4 liboss.info.in,1.3,1.4
Brought to you by:
thesin
From: Justin <th...@us...> - 2002-11-05 16:23:16
|
Update of /cvsroot/liboss/liboss In directory usw-pr-cvs1:/tmp/cvs-serv2231 Modified Files: autogen.sh liboss.info.in Log Message: little clean up, no need for CFLAGS in lib since CPPFLAGS is identical for now, will fix as I'm able to build and for now I can't get past esddsp.c Index: autogen.sh =================================================================== RCS file: /cvsroot/liboss/liboss/autogen.sh,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- autogen.sh 22 Oct 2002 04:47:43 -0000 1.3 +++ autogen.sh 5 Nov 2002 16:23:11 -0000 1.4 @@ -70,7 +70,7 @@ rm -f config.cache -if [ x"$NO_CONFIGURE" = "x" ]; then +if [ x"$CONFIG" = "xyes" ]; then echo " + Running 'configure $@':" if [ -z "$*" ]; then echo " ** If you wish to pass arguments to ./configure, please" Index: liboss.info.in =================================================================== RCS file: /cvsroot/liboss/liboss/liboss.info.in,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- liboss.info.in 28 Oct 2002 05:30:39 -0000 1.3 +++ liboss.info.in 5 Nov 2002 16:23:11 -0000 1.4 @@ -5,7 +5,7 @@ BuildDepends: dlcompat, esound BuildDependsOnly: true Source: %n-%v.tar.bz2 -ConfigureParams: --with-esd=%p +ConfigureParams: --with-esd SplitOff: << Package: %N-shlibs Files: lib/%N.*.dylib |