[Ffmpeg-cvslog] CVS: ffmpeg configure,1.211,1.212
Diego Biurrun
diego
Mon Oct 31 14:40:46 CET 2005
On Mon, Oct 31, 2005 at 02:33:07PM +0200, Ivan Kalvachev wrote:
> 2005/10/19, Diego Biurrun CVS <diego at mplayerhq.hu>:
> >
> > Modified Files:
> > configure
> > Log Message:
> > DESTDIR support , patch taken from the Debian package
> > by Samuel Hocevar < sam == at == zoy == dot == org >
> >
> > --- configure 12 Oct 2005 22:24:03 -0000 1.211
> > +++ configure 19 Oct 2005 14:37:15 -0000 1.212
> > @@ -1276,10 +1276,10 @@
> > echo "/* Automatically generated by configure - do not modify! */" > $TMPH
> > echo "#define FFMPEG_CONFIGURATION "'"'"$FFMPEG_CONFIGURATION"'"' >> $TMPH
> >
> > -echo "prefix=$prefix" >> config.mak
> > -echo "libdir=$libdir" >> config.mak
> > -echo "bindir=$bindir" >> config.mak
> > -echo "mandir=$mandir" >> config.mak
> > +echo "prefix=\$(DESTDIR)$prefix" >> config.mak
> > +echo "libdir=\$(DESTDIR)$libdir" >> config.mak
> > +echo "bindir=\$(DESTDIR)$bindir" >> config.mak
> > +echo "mandir=\$(DESTDIR)$mandir" >> config.mak
>
> This is no-sense
> [unverified claims]
> Please revert.
Nonsense. Read the patch and the discussion about it. You will see
that the commit is correct.
Diego
P.S.: Please cut down the stuff you quote a bit, your messages are
unnecessarily long, thanks.
More information about the ffmpeg-cvslog
mailing list