From: Graham Leggett Date: Fri, 11 Sep 2009 23:47:35 +0000 (+0000) Subject: RPM spec file: remove the redundant ./buildconf script call, to bring the X-Git-Tag: 2.2.14~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e664902533b41376ade091c938155a3c9d1dc74;p=thirdparty%2Fapache%2Fhttpd.git RPM spec file: remove the redundant ./buildconf script call, to bring the spec file in line with httpd-trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@814086 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/rpm/httpd.spec.in b/build/rpm/httpd.spec.in index c6750748b9f..fd3b6695221 100644 --- a/build/rpm/httpd.spec.in +++ b/build/rpm/httpd.spec.in @@ -80,9 +80,6 @@ if test x${vmmn} != x%{mmn}; then 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