Author: philip
Date: Tue Jun 14 08:28:07 2011
New Revision: 1135406

URL: http://svn.apache.org/viewvc?rev=1135406&view=rev
Log:
* configure.ac: Remove .tmp from the name of the template for
  svn_private_config.h

Modified:
    subversion/trunk/configure.ac

Modified: subversion/trunk/configure.ac
URL: 
http://svn.apache.org/viewvc/subversion/trunk/configure.ac?rev=1135406&r1=1135405&r2=1135406&view=diff
==============================================================================
--- subversion/trunk/configure.ac (original)
+++ subversion/trunk/configure.ac Tue Jun 14 08:28:07 2011
@@ -1297,7 +1297,7 @@ AC_SUBST(INCLUDE_OUTPUTS)
 
 # ==== Detection complete - output and run config.status =====================
 
-AC_CONFIG_HEADERS(subversion/svn_private_config.h.tmp)
+AC_CONFIG_HEADERS(subversion/svn_private_config.h.tmp:subversion/svn_private_config.h.in)
 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


Reply via email to