--- darkice-0.10/configure.in~ Tue Jul 23 06:23:29 2002 +++ darkice-0.10/configure.in Tue Jul 23 06:23:29 2002 @@ -28,8 +28,6 @@ dnl----------------------------------------------------------------------------- dnl link the lame library if requested dnl----------------------------------------------------------------------------- -AC_SUBST( LAME_INCFLAGS) -AC_SUBST( LAME_LDFLAGS) AC_ARG_WITH( lame, [ --with-lame use lame for encoding mp3 streams [yes] ], @@ -57,14 +55,12 @@ else AC_MSG_RESULT( [building without lame] ) fi - +AC_SUBST(LAME_INCFLAGS) +AC_SUBST(LAME_LDFLAGS) dnl----------------------------------------------------------------------------- dnl link the ogg vorbis libraries if requested dnl----------------------------------------------------------------------------- -AC_SUBST( VORBIS_INCFLAGS) -AC_SUBST( VORBIS_LDFLAGS) - AC_ARG_WITH( vorbis, [ --with-vorbis use Ogg Vorbis for encoding vorbis streams [yes] ], USE_VORBIS=${withval}, USE_VORBIS="yes" ) @@ -106,7 +102,9 @@ if test "x${LAME_LDFLAGS}" = "x" -a "x${VORBIS_LDFLAGS}" = "x" ; then AC_MSG_ERROR( [neither lame nor Ogg Vorbis configured]) fi +AC_SUBST(VORBIS_INCFLAGS) +AC_SUBST(VORBIS_LDFLAGS) -AC_OUTPUT(Makefile src/Makefile man/Makefile) +AC_OUTPUT([Makefile src/Makefile man/Makefile])