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

Re: Minor patch for Makefile.in

From: Mo DeJong <mdejong_at_cygnus.com>
Date: 2001-06-04 21:25:48 CEST

Here is one more little patch to fix up the INSTALL
rule in Makefile.in.

Mo DeJong
Red Hat Inc

Index: configure.in
===================================================================
RCS file:
/usr/local/tigris/data/helm/cvs/repository/subversion/configure.in,v
retrieving revision 1.87
diff -u -r1.87 configure.in
--- configure.in 2001/06/04 06:55:50 1.87
+++ configure.in 2001/06/04 19:24:37
@@ -105,7 +105,7 @@
 SVN_FIND_APACHE
 
 dnl ### should we ever bother with the system install?
-INSTALL="$top_srcdir/apr/build/install.sh"
+INSTALL="\$top_srcdir/apr/build/install.sh"
 AC_SUBST(INSTALL)
 
 dnl use APR's mkdir to enable creating intervening directories

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:31 2006

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.