[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r1134219 - /subversion/trunk/configure.ac

From: Julian Foad <julian.foad_at_wandisco.com>
Date: Sat, 11 Jun 2011 12:47:35 +0100

On Sat, 2011-06-11, Daniel Shahaf wrote:
> philip_at_apache.org wrote on Fri, Jun 10, 2011 at 07:50:17 -0000:
> > Author: philip
> > Date: Fri Jun 10 07:50:17 2011
> > New Revision: 1134219
> >
> > URL: http://svn.apache.org/viewvc?rev=1134219&view=rev
> > Log:
> > * configure.ac: Don't replace svn_private_config.h if the content
> > is unchanged.

Cool. Me likes.

- Julian

> > +AC_CONFIG_COMMANDS([svn_private_config.h.tmp],
> > + [$SED -e "s/@SVN_DB_HEADER@/$SVN_DB_HEADER/" subversion/svn_private_config.h.tmp > subversion/svn_private_config.h.tmp.new
> > + if test -e subversion/svn_private_config.h && diff subversion/svn_private_config.h subversion/svn_private_config.h.tmp.new >/dev/null ; then
>
> s/diff >/dev/null/cmp/ ?
Received on 2011-06-11 13:48:15 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.