You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by rj...@apache.org on 2010/07/26 19:48:03 UTC

svn commit: r979384 - /apr/apr-util/branches/1.4.x/xml/expat/Makefile.in

Author: rjung
Date: Mon Jul 26 17:48:03 2010
New Revision: 979384

URL: http://svn.apache.org/viewvc?rev=979384&view=rev
Log:
Fix broken vpath builds.

Port of r780882 (1.3 branch).

Modified:
    apr/apr-util/branches/1.4.x/xml/expat/Makefile.in

Modified: apr/apr-util/branches/1.4.x/xml/expat/Makefile.in
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.4.x/xml/expat/Makefile.in?rev=979384&r1=979383&r2=979384&view=diff
==============================================================================
--- apr/apr-util/branches/1.4.x/xml/expat/Makefile.in (original)
+++ apr/apr-util/branches/1.4.x/xml/expat/Makefile.in Mon Jul 26 17:48:03 2010
@@ -52,8 +52,6 @@ oldincludedir = /usr/include
 top_builddir = .
 
 
-AUTOCONF = autoconf
-
 INSTALL = @INSTALL@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 INSTALL_DATA = @INSTALL_DATA@
@@ -98,9 +96,6 @@ config.status: configure
 		$(SHELL) configure ; \
 	fi
 
-configure: configure.in
-	$(AUTOCONF)
-
 config.h: config.h.in config.status
 	CONFIG_FILES= CONFIG_HEADERS=$(CONFIG_HEADERS) \
 	$(SHELL) ./config.status