You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mi...@apache.org on 2009/09/12 01:47:35 UTC

svn commit: r814086 - /httpd/httpd/branches/2.2.x/build/rpm/httpd.spec.in

Author: minfrin
Date: Fri Sep 11 23:47:35 2009
New Revision: 814086

URL: http://svn.apache.org/viewvc?rev=814086&view=rev
Log:
RPM spec file: remove the redundant ./buildconf script call, to bring the
spec file in line with httpd-trunk.

Modified:
    httpd/httpd/branches/2.2.x/build/rpm/httpd.spec.in

Modified: httpd/httpd/branches/2.2.x/build/rpm/httpd.spec.in
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/build/rpm/httpd.spec.in?rev=814086&r1=814085&r2=814086&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/build/rpm/httpd.spec.in (original)
+++ httpd/httpd/branches/2.2.x/build/rpm/httpd.spec.in Fri Sep 11 23:47:35 2009
@@ -80,9 +80,6 @@
    exit 1
 fi
 
-# regenerate configure scripts
-./buildconf
-
 # Before configure; fix location of build dir in generated apxs
 %{__perl} -pi -e "s:\@exp_installbuilddir\@:%{_libdir}/httpd/build:g" \
 	support/apxs.in